]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-acct.patch
- obsolete
[packages/rc-scripts.git] / rc-scripts-acct.patch
1 --- rc-scripts-0.4.0.2/rc.d/rc.shutdown.orig    2003-10-12 15:24:49.000000000 +0200
2 +++ rc-scripts-0.4.0.2/rc.d/rc.shutdown 2003-10-12 15:26:49.901497848 +0200
3 @@ -29,8 +29,9 @@
4  halt -w
5  
6  # Turn off swap, then unmount file systems.
7 -run_cmd "Turning off swap and accounting" swapoff -a
8 -[ -x /sbin/accton ] && LC_ALL=C /sbin/accton 2>&1 | grep -v "not implemented"
9 +run_cmd "Turning off swap" swapoff -a
10 +
11 +[ -x /etc/rc.d/rc.acct ] && /etc/rc.d/rc.acct stop
12  
13  if [ -x /sbin/quotaoff ]; then
14         run_cmd "Turning off quotas for local filesystems" /sbin/quotaoff -a
15 --- rc-scripts-0.4.0.2/rc.d/rc.sysinit.orig     2003-10-02 20:46:49.000000000 +0200
16 +++ rc-scripts-0.4.0.2/rc.d/rc.sysinit  2003-10-12 15:27:42.869445496 +0200
17 @@ -610,8 +610,8 @@
18  fi
19  
20  # Turn on process accounting
21 -if [ -x /sbin/accton ] ; then
22 -        run_cmd "Turning on process accounting" /sbin/accton /var/log/pacct
23 +if [ -x /etc/rc.d/rc.acct ]; then
24 +       /etc/rc.d/rc.acct start
25  fi
26  
27  # Set the clock if timezone definition wasn't available (eg. /usr not mounted)
28 --- rc-scripts-0.4.0.2/po/rc-scripts.pot.orig   2003-10-02 20:47:28.000000000 +0200
29 +++ rc-scripts-0.4.0.2/po/rc-scripts.pot        2003-10-12 15:28:18.477032320 +0200
30 @@ -24,7 +24,7 @@
31  
32  #: ../rc.d/.svn/text-base/rc.shutdown.svn-base:31
33  #: ../rc.d/rc.shutdown:31
34 -msgid "Turning off swap and accounting"
35 +msgid "Turning off swap"
36  msgstr ""
37  
38  #: ../sysconfig/network-scripts/.svn/text-base/ifup-aliases.svn-base:14
39 @@ -447,12 +447,6 @@
40  msgid "(RAID Repair)# "
41  msgstr ""
42  
43 -#: ../rc.d/.svn/text-base/rc.sysinit.svn-base:613
44 -#: ../rc.d/rc.sysinit~:614
45 -#: ../rc.d/rc.sysinit:613
46 -msgid "Turning on process accounting"
47 -msgstr ""
48 -
49  #: ../rc.d/.svn/text-base/rc.sysinit.svn-base:76
50  #: ../rc.d/rc.sysinit~:76
51  #: ../rc.d/rc.sysinit:76
52 --- rc-scripts-0.4.0.2/po/pl.po.orig    2003-10-02 20:46:49.000000000 +0200
53 +++ rc-scripts-0.4.0.2/po/pl.po 2003-10-12 15:28:38.561978944 +0200
54 @@ -58,8 +58,8 @@
55  msgstr "Wysylanie do wszystkich procesów sygnalu KILL"
56  
57  #: ./rc.d/rc.shutdown:32
58 -msgid "Turning off swap and accounting"
59 -msgstr "Wylaczanie swapa i zliczania"
60 +msgid "Turning off swap"
61 +msgstr "Wylaczanie swapa"
62  
63  #: ./rc.d/rc.shutdown:36
64  msgid "Turning off quotas for local filesystems"
65 @@ -283,10 +283,6 @@
66  msgid "Turning on quotas for local filesystems"
67  msgstr "Wlaczanie quot na lokalnych systemach plików"
68  
69 -#: ./rc.d/rc.sysinit:542
70 -msgid "Turning on process accounting"
71 -msgstr "Wlaczanie zliczania procesów"
72 -
73  #: ./rc.d/rc.sysinit:558
74  msgid "Setting %s seconds for kernel reboot after panic"
75  msgstr "Restart systemu po %s sekundach od zawieszenia sie jadra"
76 --- rc-scripts-0.4.0.2/po/de.po.orig    2003-10-02 20:46:49.000000000 +0200
77 +++ rc-scripts-0.4.0.2/po/de.po 2003-10-12 15:29:34.916411768 +0200
78 @@ -125,7 +125,7 @@
79  
80  #: ../rc.d/rc.shutdown:32
81  msgid "Turning off swap and accounting"
82 -msgstr "Die Auslagerung und das Protokollieren werden ausgeschaltet"
83 +msgstr "Die Auslagerung wird ausgeschaltet"
84  
85  #: ../rc.d/rc.shutdown:42 ../rc.d/rc.sysinit:190 ../rc.d/rc.sysinit:346
86  #: ../rc.d/rc.sysinit:375
This page took 0.026391 seconds and 3 git commands to generate.