diff options
author | Bill Nottingham <notting@redhat.com> | 2001-09-05 03:18:33 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-09-05 03:18:33 +0000 |
commit | f76b41efeff894805e117870d7fa342231d01e40 (patch) | |
tree | 1131a27a3e45a5d5c1c5f70e1240dc89bce3f0a7 /rc.d/init.d/halt | |
parent | 8127779c519d8262bf97a9a8eef843b44cce40f4 (diff) | |
download | initscripts-f76b41efeff894805e117870d7fa342231d01e40.tar initscripts-f76b41efeff894805e117870d7fa342231d01e40.tar.gz initscripts-f76b41efeff894805e117870d7fa342231d01e40.tar.bz2 initscripts-f76b41efeff894805e117870d7fa342231d01e40.tar.xz initscripts-f76b41efeff894805e117870d7fa342231d01e40.zip |
quota & hwclock tweaks (<pbrown@redhat.com>)
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 dc7bf0fc..39e1febd 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -123,7 +123,7 @@ SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps` [ -x /sbin/accton ] && runcmd $"Turning off accounting: " /sbin/accton -[ -x /sbin/quotaoff ] && runcmd $"Turning off quotas: " /sbin/quotaoff -a +[ -x /sbin/quotaoff ] && runcmd $"Turning off quotas: " /sbin/quotaoff -aug # Unmount file systems, killing processes if we have to. # Unmount loopback stuff first |