auto-import changelog data from psacct-6.3.2-19.src.rpm

Wed Mar 27 2002 Mike A. Harris <mharris@redhat.com> 6.3.2-19
- Made initscript touch/chmod accounting file if it is not present during
    startup, to ensure accounting works properly when enabled.
This commit is contained in:
cvsdist 2004-09-09 10:47:24 +00:00
parent ef51846ea2
commit dffc79e2ef
2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,7 @@ ACCTFILE=/var/account/pacct
# See how we were called.
case "$1" in
start)
[ ! -r $ACCTFILE ] && touch $ACCTFILE && chmod 600 $ACCTFILE
action $"Starting process accounting: " /sbin/accton $ACCTFILE
touch /var/lock/subsys/psacct
;;

View File

@ -13,7 +13,7 @@ Excludearch: alpha
Summary: Utilities for monitoring process activities.
Name: psacct
Version: 6.3.2
Release: 18
Release: 19
License: GPL
Group: Applications/System
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
@ -140,6 +140,10 @@ fi
%{_infodir}/accounting.info.gz
%changelog
* Tue Mar 27 2002 Mike A. Harris <mharris@redhat.com> 6.3.2-19
- Made initscript touch/chmod accounting file if it is not present during
startup, to ensure accounting works properly when enabled.
* Mon Mar 26 2002 Mike A. Harris <mharris@redhat.com> 6.3.2-18
- Fixed duh in initscript pointing to wrong accounting file (#61939)