aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-10-25 18:12:40 +0000
committerBill Nottingham <notting@redhat.com>1999-10-25 18:12:40 +0000
commit1cdcdf23deae9d776966f60f5a24c5c624cd0073 (patch)
tree291a698d0afd8470b51606ec3802b5239774c153
parentd4d608f597fba789a5e04f8db232820fc234e001 (diff)
downloadinitscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar
initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar.gz
initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar.bz2
initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.tar.xz
initscripts-1cdcdf23deae9d776966f60f5a24c5c624cd0073.zip
typo
-rwxr-xr-xrc.d/init.d/halt2
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=