Hello community, here is the log from the commit of package sysstat checked in at Fri Sep 26 16:56:45 CEST 2008. -------- --- sysstat/sysstat.changes 2008-09-08 15:07:31.000000000 +0200 +++ /mounts/work_src_done/STABLE/sysstat/sysstat.changes 2008-09-26 16:05:13.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 26 16:02:42 CEST 2008 - prusnak@suse.cz + +- changed parameter "-d" to "-S ALL" in crontab to match the new syntax + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysstat.spec ++++++ --- /var/tmp/diff_new_pack.Y20943/_old 2008-09-26 16:56:29.000000000 +0200 +++ /var/tmp/diff_new_pack.Y20943/_new 2008-09-26 16:56:29.000000000 +0200 @@ -20,7 +20,7 @@ Name: sysstat Version: 8.1.5 -Release: 2 +Release: 6 PreReq: %insserv_prereq %fillup_prereq BuildRequires: findutils sed update-desktop-files Requires: procmail gettext @@ -139,6 +139,8 @@ %{_datadir}/applications/isag* %changelog +* Fri Sep 26 2008 prusnak@suse.cz +- changed parameter "-d" to "-S ALL" in crontab to match the new syntax * Mon Sep 08 2008 prusnak@suse.cz - fixed german translation * Tue Aug 19 2008 prusnak@suse.cz ++++++ sysstat-SUSE.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/SUSE/etc/sysstat/sysstat.cron new/SUSE/etc/sysstat/sysstat.cron --- old/SUSE/etc/sysstat/sysstat.cron 2008-08-19 11:48:51.000000000 +0200 +++ new/SUSE/etc/sysstat/sysstat.cron 2008-09-26 16:02:39.000000000 +0200 @@ -1,10 +1,10 @@ # crontab for sysstat # Activity reports every 10 minutes everyday -5-55/10 * * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -d 1 1 +5-55/10 * * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -S ALL 1 1 # Additional run at 23:59 to rotate the statistics file -59 23 * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -d 60 2 +59 23 * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -S ALL 60 2 # Update reports every 6 hours 0 */6 * * * root [ -x /usr/lib/sa/sa2 ] && exec /usr/lib/sa/sa2 -A ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de