]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rc.shutdown: print a newline before watchdog timeout message
authoremaste <emaste@FreeBSD.org>
Thu, 7 Nov 2019 15:48:46 +0000 (15:48 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 7 Nov 2019 15:48:46 +0000 (15:48 +0000)
commit9824ff99f46c7b593bcc600a534afb73c6e7e4db
tree994f69044e36cc738668bdae58a727c66240c199
parentf4d1cc4578d13f10974f0c7612b8bd3813f501a4
rc.shutdown: print a newline before watchdog timeout message

Previously the watchdog timeout message was appended to the last entry
in the "Waiting for PIDS" list, resulting in a message like

    Waiting for PIDS: 31299 31296 90201 9020090 second watchdog timeout
    expired. Shutdown terminated.

Print a newline to separate the watchdog timeout message.  Also perform
the kill before logging or echoing the message.

PR: 241072
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
libexec/rc/rc.shutdown