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/rc.sysinit | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 48300a82..0555ae88 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -603,11 +603,6 @@ if [ -x /sbin/quotaon ]; then action $"Enabling local filesystem quotas: " /sbin/quotaon -aug fi -# Turn on process accounting -if [ -x /sbin/accton ] ; then - action $"Turning on process accounting" /sbin/accton /var/account/pacct -fi - # Configure machine if necessary. if [ -f /.unconfigured ]; then if [ -x /usr/bin/passwd ]; then -- cgit v1.2.1