--- rc-scripts-0.4.0.2/rc.d/rc.shutdown.orig 2003-10-12 15:24:49.000000000 +0200 +++ rc-scripts-0.4.0.2/rc.d/rc.shutdown 2003-10-12 15:26:49.901497848 +0200 @@ -29,8 +29,9 @@ halt -w # Turn off swap, then unmount file systems. -run_cmd "Turning off swap and accounting" swapoff -a -[ -x /sbin/accton ] && LC_ALL=C /sbin/accton 2>&1 | grep -v "not implemented" +run_cmd "Turning off swap" swapoff -a + +[ -x /etc/rc.d/rc.acct ] && /etc/rc.d/rc.acct stop if [ -x /sbin/quotaoff ]; then run_cmd "Turning off quotas for local filesystems" /sbin/quotaoff -a --- rc-scripts-0.4.0.2/rc.d/rc.sysinit.orig 2003-10-02 20:46:49.000000000 +0200 +++ rc-scripts-0.4.0.2/rc.d/rc.sysinit 2003-10-12 15:27:42.869445496 +0200 @@ -610,8 +610,8 @@ fi # Turn on process accounting -if [ -x /sbin/accton ] ; then - run_cmd "Turning on process accounting" /sbin/accton /var/log/pacct +if [ -x /etc/rc.d/rc.acct ]; then + /etc/rc.d/rc.acct start fi # Set the clock if timezone definition wasn't available (eg. /usr not mounted) --- rc-scripts-0.4.0.2/po/rc-scripts.pot.orig 2003-10-02 20:47:28.000000000 +0200 +++ rc-scripts-0.4.0.2/po/rc-scripts.pot 2003-10-12 15:28:18.477032320 +0200 @@ -24,7 +24,7 @@ #: ../rc.d/.svn/text-base/rc.shutdown.svn-base:31 #: ../rc.d/rc.shutdown:31 -msgid "Turning off swap and accounting" +msgid "Turning off swap" msgstr "" #: ../sysconfig/network-scripts/.svn/text-base/ifup-aliases.svn-base:14 @@ -447,12 +447,6 @@ msgid "(RAID Repair)# " msgstr "" -#: ../rc.d/.svn/text-base/rc.sysinit.svn-base:613 -#: ../rc.d/rc.sysinit~:614 -#: ../rc.d/rc.sysinit:613 -msgid "Turning on process accounting" -msgstr "" - #: ../rc.d/.svn/text-base/rc.sysinit.svn-base:76 #: ../rc.d/rc.sysinit~:76 #: ../rc.d/rc.sysinit:76 --- rc-scripts-0.4.0.2/po/pl.po.orig 2003-10-02 20:46:49.000000000 +0200 +++ rc-scripts-0.4.0.2/po/pl.po 2003-10-12 15:28:38.561978944 +0200 @@ -58,8 +58,8 @@ msgstr "Wysylanie do wszystkich procesów sygnalu KILL" #: ./rc.d/rc.shutdown:32 -msgid "Turning off swap and accounting" -msgstr "Wylaczanie swapa i zliczania" +msgid "Turning off swap" +msgstr "Wylaczanie swapa" #: ./rc.d/rc.shutdown:36 msgid "Turning off quotas for local filesystems" @@ -283,10 +283,6 @@ msgid "Turning on quotas for local filesystems" msgstr "Wlaczanie quot na lokalnych systemach plików" -#: ./rc.d/rc.sysinit:542 -msgid "Turning on process accounting" -msgstr "Wlaczanie zliczania procesów" - #: ./rc.d/rc.sysinit:558 msgid "Setting %s seconds for kernel reboot after panic" msgstr "Restart systemu po %s sekundach od zawieszenia sie jadra" --- rc-scripts-0.4.0.2/po/de.po.orig 2003-10-02 20:46:49.000000000 +0200 +++ rc-scripts-0.4.0.2/po/de.po 2003-10-12 15:29:34.916411768 +0200 @@ -125,7 +125,7 @@ #: ../rc.d/rc.shutdown:32 msgid "Turning off swap and accounting" -msgstr "Die Auslagerung und das Protokollieren werden ausgeschaltet" +msgstr "Die Auslagerung wird ausgeschaltet" #: ../rc.d/rc.shutdown:42 ../rc.d/rc.sysinit:190 ../rc.d/rc.sysinit:346 #: ../rc.d/rc.sysinit:375