Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2016-09-11 00:50:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes     2016-09-05 
21:16:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes        
2016-09-11 00:50:59.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep  6 08:14:06 UTC 2016 - tbecht...@suse.com
+
+- Fix is-enabled check in systemd-sysv-install (bsc#997268)
+
+-------------------------------------------------------------------
systemd.changes: same change

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

Other differences:
------------------
systemd.spec: same change
++++++ systemd-sysv-install ++++++
--- /var/tmp/diff_new_pack.vPkoYQ/_old  2016-09-11 00:51:01.000000000 +0200
+++ /var/tmp/diff_new_pack.vPkoYQ/_new  2016-09-11 00:51:01.000000000 +0200
@@ -21,6 +21,6 @@
 case "$1" in
        enable) chkconfig $ROOT -a "$NAME" ;;
        disable) chkconfig $ROOT -d "$NAME" ;;
-       is-enabled) chkconfig $ROOT -t "$NAME" ;;
+       is-enabled) chkconfig $ROOT -c "$NAME" ;;
        *) usage ;;
 esac


Reply via email to