Hello community,

here is the log from the commit of package sysstat for openSUSE:12.1 checked in 
at 2011-10-27 13:53:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/sysstat (Old)
 and      /work/SRC/openSUSE:12.1/.sysstat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysstat", Maintainer is "pu...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1/sysstat/sysstat.changes     2011-10-24 
13:27:45.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.sysstat.new/sysstat.changes        2011-10-28 
19:09:25.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Oct 27 07:12:57 UTC 2011 - pu...@suse.com
+
+- Generate the reports before midnight and simplify the cron file
+  (bnc#720609) 
+
+-------------------------------------------------------------------
+Wed Oct 26 13:59:26 UTC 2011 - lnus...@suse.de
+
+- don't enable sysstat by default (bnc#725791)
+- don't use /var/lock (bnc#725785)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sysstat.spec ++++++
--- /var/tmp/diff_new_pack.Ptbyal/_old  2011-10-28 19:09:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Ptbyal/_new  2011-10-28 19:09:25.000000000 +0200
@@ -125,7 +125,7 @@
 [ "$1" -gt 0 ] || rm -f %{_localstatedir}/log/sa/*
 
 %post
-%{fillup_and_insserv -y boot.sysstat}
+%{fillup_and_insserv boot.sysstat}
 %service_add_post syststat.service
 
 %postun

++++++ sysstat-8.1.6-sa1sa2lock.diff ++++++
--- /var/tmp/diff_new_pack.Ptbyal/_old  2011-10-28 19:09:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Ptbyal/_new  2011-10-28 19:09:25.000000000 +0200
@@ -11,8 +11,8 @@
  ENDIR=@SA_LIB_DIR@
  cd ${ENDIR}
 +
-+LOCKFILE=/var/lock/sa/sadc.LOCK
-+mkdir -p /var/lock/sa
++LOCKFILE=/var/run/sysstat/sadc.LOCK
++mkdir -p /var/run/sysstat
 +lockfile -r2 -30 "$LOCKFILE" 2>/dev/null
 +trap "/bin/rm -f $LOCKFILE" EXIT
 +
@@ -38,8 +38,8 @@
  [ -f "$DFILE" ] || exit 0
  cd ${ENDIR}
 +
-+LOCKFILE=/var/lock/sa/sadc.LOCK
-+mkdir -p /var/lock/sa
++LOCKFILE=/var/run/sysstat/sadc.LOCK
++mkdir -p /var/run/sysstat
 +if ! lockfile -r6 -600 $LOCKFILE 2>/dev/null; then
 +  if test `find $LOCKFILE -mmin +180 2>/dev/null`; then
 +    rm -f $LOCKFILE

++++++ sysstat.cron.suse ++++++
--- /var/tmp/diff_new_pack.Ptbyal/_old  2011-10-28 19:09:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Ptbyal/_new  2011-10-28 19:09:25.000000000 +0200
@@ -1,10 +1,7 @@
 # crontab for sysstat
 
 # Activity reports every 10 minutes everyday
-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 -S ALL 60 2
+*/10 * * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -S ALL 1 1
 
 # Update reports every 6 hours
-0 */6 * * *     root [ -x /usr/lib/sa/sa2 ] && exec /usr/lib/sa/sa2 -A
+55 5,11,17,23 * * *     root [ -x /usr/lib/sa/sa2 ] && exec /usr/lib/sa/sa2 -A

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to