Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2014-11-07 09:05:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysconfig (Old)
 and      /work/SRC/openSUSE:Factory/.sysconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysconfig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes      2014-09-25 
09:33:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2014-11-07 
09:05:57.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Oct 28 14:18:53 UTC 2014 - [email protected]
+
+- rpm: kill all NetworkManager child processes on migration
+  Before we stop (the always running) NetworkManager.service,
+  ensure to kill all (child) processes when migrating from the
+  NETWORKMANAGER=no variable (bnc#895447).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.06GbDI/_old  2014-11-07 09:05:58.000000000 +0100
+++ /var/tmp/diff_new_pack.06GbDI/_new  2014-11-07 09:05:58.000000000 +0100
@@ -195,6 +195,8 @@
        no)
                # NetworkManager.service were always started before; stop
                # and disable it, so /etc/init.d/network isn't masked...
+               # kill all, NM is using KillMode=Process (bnc#895447)
+               /usr/bin/systemctl --kill-who=all kill NetworkManager.service 
|| :
                /usr/bin/systemctl stop NetworkManager.service || :
                /usr/bin/systemctl --force disable NetworkManager.service || :
                rm -f /dev/.sysconfig/network/migrate_nm_variable || :

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to