diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-21 03:47:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-21 03:47:19 +0000 |
commit | d706545c8ba3c7c0e8dee3fb44aa24d1172a7d6b (patch) | |
tree | b0a5e3441234f97fc198404efb09bf8ae8643e37 /sys-process/acct/files | |
parent | Use the right toolchain compiler. (diff) | |
download | historical-d706545c8ba3c7c0e8dee3fb44aa24d1172a7d6b.tar.gz historical-d706545c8ba3c7c0e8dee3fb44aa24d1172a7d6b.tar.bz2 historical-d706545c8ba3c7c0e8dee3fb44aa24d1172a7d6b.zip |
Bug #79665, provide a new acct build that works with v3 acct format and is also backwards compatible. Also do not provide the "last" binary anymore, as it is provided by sysvinit.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-process/acct/files')
-rw-r--r-- | sys-process/acct/files/acct.rc6 | 9 | ||||
-rw-r--r-- | sys-process/acct/files/digest-acct-6.3.5-r1 | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sys-process/acct/files/acct.rc6 b/sys-process/acct/files/acct.rc6 index 4fd46e6259a9..0c81485ab50d 100644 --- a/sys-process/acct/files/acct.rc6 +++ b/sys-process/acct/files/acct.rc6 @@ -1,4 +1,11 @@ #!/sbin/runscript +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/files/acct.rc6,v 1.2 2005/03/21 03:47:19 robbat2 Exp $ + +depend() { + need localmount +} start() { ebegin "Starting accounting" @@ -13,3 +20,5 @@ stop() { /usr/sbin/accton eend $? } + +# vim:ts=4 sw=4: diff --git a/sys-process/acct/files/digest-acct-6.3.5-r1 b/sys-process/acct/files/digest-acct-6.3.5-r1 new file mode 100644 index 000000000000..ab900f0bc236 --- /dev/null +++ b/sys-process/acct/files/digest-acct-6.3.5-r1 @@ -0,0 +1 @@ +MD5 e2b9a9b04aaa5813a94472b38d9a8357 acct-6.3.5-ts02-11.tar.gz 307681 |