Hello community, here is the log from the commit of package sysconfig for openSUSE:Factory checked in at 2013-03-05 06:50:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysconfig (Old) and /work/SRC/openSUSE:Factory/.sysconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysconfig", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes 2013-02-22 17:03:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2013-03-05 06:50:25.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 4 14:40:02 UTC 2013 - [email protected] + +- Fixed to create migration marker directory before using it, + it does not exists e.g. while CD based update (bnc#806989). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.po9k9b/_old 2013-03-05 06:50:27.000000000 +0100 +++ /var/tmp/diff_new_pack.po9k9b/_new 2013-03-05 06:50:27.000000000 +0100 @@ -128,10 +128,11 @@ # (guard for variable added to network/config later...) if [ -x /usr/sbin/NetworkManager ] && grep -qs "^NETWORKMANAGER=" \ var/adm/fillup-templates/sysconfig.config-network ; then + mkdir -p /dev/.sysconfig/network/ && \ grep -s "^NETWORKMANAGER=" etc/sysconfig/network/config \ - > /dev/.sysconfig/network/migrate_nm_variable + > /dev/.sysconfig/network/migrate_nm_variable || : elif [ -f /dev/.sysconfig/network/migrate_nm_variable ] ; then - rm -f /dev/.sysconfig/network/migrate_nm_variable + rm -f /dev/.sysconfig/network/migrate_nm_variable || : fi fi @@ -192,7 +193,7 @@ # and disable it, so /etc/init.d/network isn't masked... /usr/bin/systemctl stop NetworkManager.service || : /usr/bin/systemctl --force disable NetworkManager.service || : - rm -f /dev/.sysconfig/network/migrate_nm_variable + rm -f /dev/.sysconfig/network/migrate_nm_variable || : ;; yes) # Keep the /dev/.sysconfig/network/migrate_nm_variable file, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
