From 3c8bf819778831e628467c5d5f4727240c588229 Mon Sep 17 00:00:00 2001 From: "Mike A. Harris" Date: Tue, 12 Mar 2002 11:56:16 +0000 Subject: removed accton calls from rc.sysinit and halt scripts as it is handled in psacct package now --- rc.d/init.d/halt | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.d/init.d/halt') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 97dc4b78..0df6983f 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -121,8 +121,6 @@ runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps` [ -n "$SWAPS" ] && runcmd $"Turning off swap: " swapoff $SWAPS -[ -x /sbin/accton ] && runcmd $"Turning off accounting: " /sbin/accton - [ -x /sbin/quotaoff ] && runcmd $"Turning off quotas: " /sbin/quotaoff -aug # Unmount file systems, killing processes if we have to. -- cgit v1.2.1