diff options
Diffstat (limited to 'rc.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 5084f5a2..e558d1d1 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -62,7 +62,7 @@ SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps` [ -x /sbin/accton ] && runcmd "Turning off accounting" /sbin/accton -[ -x /sbin/qutoaoff ] && runcmd "Turning off quotas" /sbin/quotaoff -a +[ -x /sbin/quotaoff ] && runcmd "Turning off quotas" /sbin/quotaoff -a # Unmount file systems, killing processes if we have to. sig= |