auto-import changelog data from sysstat-4.0.3-2.src.rpm
Fri Apr 12 2002 Trond Eivind Glomsrd <teg@redhat.com> 4.0.3-2 - Do the daily sa2 run just before midnight, not at 4AM... you'd only get 4 hours worth of data that way (#63132)
This commit is contained in:
parent
f9423f75c1
commit
87a9bf8861
@ -1,3 +1,5 @@
|
||||
# run system activity accounting tool every 10 minutes
|
||||
*/10 * * * * root /usr/lib/sa/sa1 1 1
|
||||
# generate a daily summary of process accounting at 23:53
|
||||
53 23 * * * root /usr/lib/sa/sa2 -A
|
||||
|
||||
|
10
sysstat.spec
10
sysstat.spec
@ -1,6 +1,6 @@
|
||||
Name: sysstat
|
||||
Version: 4.0.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: The sar and iostat system monitoring commands.
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
@ -37,7 +37,7 @@ make install MAN_DIR=%{_mandir}
|
||||
|
||||
mkdir -p %{buildroot}/etc/{cron.daily,cron.d}
|
||||
install %{SOURCE1} %{buildroot}/etc/cron.d/sysstat
|
||||
install %{SOURCE2} %{buildroot}/etc/cron.daily/sysstat
|
||||
#install %{SOURCE2} %{buildroot}/etc/cron.daily/sysstat
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -61,7 +61,7 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES COPYING CREDITS README TODO
|
||||
%config(noreplace) /etc/cron.d/sysstat
|
||||
%config(noreplace) /etc/cron.daily/sysstat
|
||||
#config(noreplace) /etc/cron.daily/sysstat
|
||||
%{_bindir}/*
|
||||
%{_libdir}/sa
|
||||
%{_mandir}/man1/*
|
||||
@ -69,6 +69,10 @@ rm -rf %{buildroot}
|
||||
/var/log/sa
|
||||
|
||||
%changelog
|
||||
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-2
|
||||
- Do the daily sa2 run just before midnight, not at 4AM... you'd
|
||||
only get 4 hours worth of data that way (#63132)
|
||||
|
||||
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-1
|
||||
- 4.0.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user