From 1cdcdf23deae9d776966f60f5a24c5c624cd0073 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 25 Oct 1999 18:12:40 +0000 Subject: typo --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') 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= -- cgit v1.2.1