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

Thu Sep 06 2001 Mike A. Harris <mharris@redhat.com> 6.3.2-9
- Fixed bug (#53307) psacct is enabled by default, and the log files are
    huge, and will fill the disk up very quickly. logrotate will now
    compress them daily.
This commit is contained in:
cvsdist 2004-09-09 10:46:28 +00:00
parent 95d8b5ff88
commit 904c018986

View File

@ -2,7 +2,7 @@
Summary: Utilities for monitoring process activities. Summary: Utilities for monitoring process activities.
Name: psacct Name: psacct
Version: 6.3.2 Version: 6.3.2
Release: 8 Release: 9
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
@ -56,6 +56,7 @@ cat > $RPM_BUILD_ROOT/etc/logrotate.d/psacct <<EOF
prerotate prerotate
%{_sbindir}/accton %{_sbindir}/accton
endscript endscript
compress
notifempty notifempty
daily daily
rotate 31 rotate 31
@ -102,7 +103,12 @@ fi
%{_infodir}/accounting.info.gz %{_infodir}/accounting.info.gz
%changelog %changelog
* Sat Sep 01 2001 Florian La Roche <Florian.LaRoche@redhat.de> * Thu Sep 06 2001 Mike A. Harris <mharris@redhat.com> 6.3.2-9
- Fixed bug (#53307) psacct is enabled by default, and the log files
are huge, and will fill the disk up very quickly. logrotate will
now compress them daily.
* Sat Sep 01 2001 Florian La Roche <Florian.LaRoche@redhat.de> 6.3.2-8
- do not fail for ENOSYS to silently support kernels without - do not fail for ENOSYS to silently support kernels without
process accounting process accounting