diff options
author | Preston Brown <pbrown@redhat.com> | 2001-09-05 18:48:40 +0000 |
---|---|---|
committer | Preston Brown <pbrown@redhat.com> | 2001-09-05 18:48:40 +0000 |
commit | bad512c4cd07ef5945f8c833968cb7092fb42336 (patch) | |
tree | e58467862359ff6323f2a881d2ea8bee5f232302 /rc.d/init.d | |
parent | 1232e44021ec9cee1bede0107a85e3081443b7c6 (diff) | |
download | initscripts-bad512c4cd07ef5945f8c833968cb7092fb42336.tar initscripts-bad512c4cd07ef5945f8c833968cb7092fb42336.tar.gz initscripts-bad512c4cd07ef5945f8c833968cb7092fb42336.tar.bz2 initscripts-bad512c4cd07ef5945f8c833968cb7092fb42336.tar.xz initscripts-bad512c4cd07ef5945f8c833968cb7092fb42336.zip |
backport quota updates.
Diffstat (limited to 'rc.d/init.d')
-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 566b8a60..501ed0d3 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -118,7 +118,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 |