From 27344f7f27efc2ffa010f97377da7adc39e396c6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 30 May 2007 22:30:54 +0000 Subject: Use killall5 again so we can cleanly remount / readonly, #168977 and #177689. --- init.d/halt.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init.d') diff --git a/init.d/halt.sh b/init.d/halt.sh index 701a56c6..1b4acca0 100755 --- a/init.d/halt.sh +++ b/init.d/halt.sh @@ -14,6 +14,12 @@ fi stop_addon devfs stop_addon udev +# Really kill things off before unmounting +if [ -x /sbin/killall5 ] ; then + killall5 -15 + killall5 -9 +fi + # Flush all pending disk writes now sync ; sync -- cgit v1.2.3