diff options
author | Bill Nottingham <notting@redhat.com> | 1999-10-25 18:12:40 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-10-25 18:12:40 +0000 |
commit | 1cdcdf23deae9d776966f60f5a24c5c624cd0073 (patch) | |
tree | 291a698d0afd8470b51606ec3802b5239774c153 /rc.d | |
parent | d4d608f597fba789a5e04f8db232820fc234e001 (diff) | |
download | initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar.gz initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar.bz2 initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar.xz initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.zip |
typo
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= |