diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/halt | 2 | ||||
-rwxr-xr-x | rc.d/rc.sysinit | 5 |
2 files changed, 0 insertions, 7 deletions
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. 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 |