From 24ba7b4357721590b3ab93ad9fcaf685200f4d48 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 16 Aug 1998 19:45:07 +0000 Subject: Remove annoying error messages. --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index e7ed4b31..c16b15c6 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -42,7 +42,7 @@ halt -w # Turn off swap, then unmount file systems. echo "Turning off swap and accounting" swapoff -a -accton +[ -x /sbin/accton ] && /sbin/accton echo "Unmounting file systems" umount -a mount -n -o remount,ro / -- cgit v1.2.1