Searched hist:"4 a76bd99acb9018721cebc666bf4504be766250b" (Results 1 – 1 of 1) sorted by relevance
/freebsd/libexec/rc/ |
H A D | rc.shutdown | diff 4a76bd99acb9018721cebc666bf4504be766250b Thu Nov 07 16:48:46 CET 2019 Ed Maste <emaste@FreeBSD.org> 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
|