summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-03-03 15:21:43 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-03-03 15:21:43 +0000
commitb74059c655f48cbdc050244edc32d4a989d32a78 (patch)
tree16afa75d9f8c133187cf6961968abd6c1aa59eb5 /sys-process/acct/files
parentMoved sys-apps/acctail to sys-process/acctail (diff)
downloadgentoo-2-b74059c655f48cbdc050244edc32d4a989d32a78.tar.gz
gentoo-2-b74059c655f48cbdc050244edc32d4a989d32a78.tar.bz2
gentoo-2-b74059c655f48cbdc050244edc32d4a989d32a78.zip
Moved from sys-apps/acct to sys-process/acct.
Diffstat (limited to 'sys-process/acct/files')
-rw-r--r--sys-process/acct/files/acct-6.3.5-gentoo.diff11
-rw-r--r--sys-process/acct/files/acct.rc615
-rw-r--r--sys-process/acct/files/digest-acct-6.3.51
3 files changed, 27 insertions, 0 deletions
diff --git a/sys-process/acct/files/acct-6.3.5-gentoo.diff b/sys-process/acct/files/acct-6.3.5-gentoo.diff
new file mode 100644
index 000000000000..d5976d2e5e71
--- /dev/null
+++ b/sys-process/acct/files/acct-6.3.5-gentoo.diff
@@ -0,0 +1,11 @@
+*** accounting.info.old 2002-08-13 01:38:37.000000000 +0100
+--- accounting.info 2002-08-13 01:41:03.000000000 +0100
+***************
+*** 1,3 ****
+--- 1,6 ----
++ START-INFO-DIR-ENTRY
++ * accounting: (accounting). Accounting
++ END-INFO-DIR-ENTRY
+ This is Info file accounting.info, produced by Makeinfo version 1.67
+ from the input file accounting.texi.
+
diff --git a/sys-process/acct/files/acct.rc6 b/sys-process/acct/files/acct.rc6
new file mode 100644
index 000000000000..4fd46e6259a9
--- /dev/null
+++ b/sys-process/acct/files/acct.rc6
@@ -0,0 +1,15 @@
+#!/sbin/runscript
+
+start() {
+ ebegin "Starting accounting"
+ touch /var/account/pacct
+ chmod 600 /var/account/pacct
+ /usr/sbin/accton /var/account/pacct
+ eend $?
+}
+
+stop() {
+ ebegin "Stopping accounting"
+ /usr/sbin/accton
+ eend $?
+}
diff --git a/sys-process/acct/files/digest-acct-6.3.5 b/sys-process/acct/files/digest-acct-6.3.5
new file mode 100644
index 000000000000..9cc24e3aa40f
--- /dev/null
+++ b/sys-process/acct/files/digest-acct-6.3.5
@@ -0,0 +1 @@
+MD5 a982333648d68e0eabf87989a1e5427b acct_6.3.5.orig.tar.gz 155418