Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2012-02-16 12:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysstat (Old)
 and      /work/SRC/openSUSE:Factory/.sysstat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2012-01-04 
07:32:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes     2012-02-16 
12:28:28.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 10:01:27 UTC 2012 - pu...@suse.com
+
+- pass '-S ALL' to first run of sadc after boot to properly
+  include disk and interrupt statistics in the reports (bnc#746517)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sysstat.spec ++++++
--- /var/tmp/diff_new_pack.VzLlx1/_old  2012-02-16 12:28:29.000000000 +0100
+++ /var/tmp/diff_new_pack.VzLlx1/_new  2012-02-16 12:28:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysstat
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ sysstat.init.suse ++++++
--- /var/tmp/diff_new_pack.VzLlx1/_old  2012-02-16 12:28:29.000000000 +0100
+++ /var/tmp/diff_new_pack.VzLlx1/_new  2012-02-16 12:28:29.000000000 +0100
@@ -21,7 +21,7 @@
 case "$1" in
     start)
         echo "Running sadc"
-        /usr/lib/sa/sa1 --boot 1>/dev/null 2>&1 && ln -fs 
/etc/sysstat/sysstat.cron /etc/cron.d/sysstat || rc_failed 1
+        /usr/lib/sa/sa1 --boot -S ALL 1>/dev/null 2>&1 && ln -fs 
/etc/sysstat/sysstat.cron /etc/cron.d/sysstat || rc_failed 1
         rc_status -v
     ;;
 

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

Reply via email to