diff options
author | Jeff Johnson <jbj@redhat.com> | 1998-08-16 19:45:07 +0000 |
---|---|---|
committer | Jeff Johnson <jbj@redhat.com> | 1998-08-16 19:45:07 +0000 |
commit | 24ba7b4357721590b3ab93ad9fcaf685200f4d48 (patch) | |
tree | e8787b6b6168a8012d81f5dfad9dc69c1221018e /rc.d/init.d/halt | |
parent | 179d4859f9ecc23efbf46e6a04e8923aa9c5c531 (diff) | |
download | initscripts-24ba7b4357721590b3ab93ad9fcaf685200f4d48.tar initscripts-24ba7b4357721590b3ab93ad9fcaf685200f4d48.tar.gz initscripts-24ba7b4357721590b3ab93ad9fcaf685200f4d48.tar.bz2 initscripts-24ba7b4357721590b3ab93ad9fcaf685200f4d48.tar.xz initscripts-24ba7b4357721590b3ab93ad9fcaf685200f4d48.zip |
Remove annoying error messages.r3-69
Diffstat (limited to 'rc.d/init.d/halt')
-rwxr-xr-x | rc.d/init.d/halt | 2 |
1 files changed, 1 insertions, 1 deletions
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 / |