Date: Sun, 25 Jan 2009 10:31:45 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc rc.shutdown Message-ID: <200901251032.n0PAW3TW086067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-01-25 10:31:45 UTC FreeBSD src repository Modified files: etc rc.shutdown Log: SVN rev 187685 on 2009-01-25 10:31:45Z by bz Instead of killing the 'watchdog' subshell and leaving a sleep for rcshutdown_timeout (normally 30s) around re-parented to init, make sure both go away using pkill -P. While noone normally notices this for the system shutdown, it helps for cleanly shutting down trusted jails. Found without a killall in the base system, which in rc.d/jail normally ensures that all processes of a jail to be stopped will be killed. Reviewed by: silence on current@ MFC after: 4 weeks Revision Changes Path 1.32 +1 -1 src/etc/rc.shutdown
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901251032.n0PAW3TW086067>