diff --git a/sysstat.crond b/sysstat.crond index 32a1a87..ebb6260 100644 --- a/sysstat.crond +++ b/sysstat.crond @@ -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 diff --git a/sysstat.spec b/sysstat.spec index ed6c7d8..42b9a57 100644 --- a/sysstat.spec +++ b/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 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 4.0.3-1 - 4.0.3