From bad512c4cd07ef5945f8c833968cb7092fb42336 Mon Sep 17 00:00:00 2001 From: Preston Brown Date: Wed, 5 Sep 2001 18:48:40 +0000 Subject: backport quota updates. --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d') 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 -- cgit