diff --git a/sysstat.spec b/sysstat.spec index 1f0f17f..3625b8f 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,6 +1,6 @@ Name: sysstat Version: 3.2.4 -Release: 3 +Release: 5 Summary: Includes the sar and iostat system monitoring commands. License: GPL Group: Applications/System @@ -36,11 +36,23 @@ install -m 644 crontab $RPM_BUILD_ROOT%{_libdir}/sa/crontab.sa if [ `id -u` = "0" -a "$1" = "1" ]; then cat >> /etc/crontab < /tmp/crontab.$$ + cat >> /tmp/crontab.$$ < /tmp/crontab.$$ @@ -67,6 +79,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/locale/*/LC_MESSAGES/* %changelog +* Fri Oct 13 2000 Preston Brown +- crontab entry was still incorrect. Fixed. + +* Mon Oct 09 2000 Preston Brown +- make sure disk accounting is enabled to fix iostat -l, -p (#16268) +- crontab entries were missing the user (root) to run as (#18212) + * Tue Aug 22 2000 Preston Brown - enable IO accounting now that kernel supports it