Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2012-03-20 11:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkinitrd (Old)
 and      /work/SRC/openSUSE:Factory/.mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkinitrd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes        2012-02-24 
06:53:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2012-03-20 
11:30:37.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 14 13:32:58 UTC 2012 - [email protected]
+
+- Copy ifcfg settings regardless of nettype value (bnc#724775).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mkinitrd.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2012-02-23 16:32:27.000000000 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2012-03-14 14:50:06.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Mar 14 13:32:58 UTC 2012 - [email protected]
+
+- Copy ifcfg settings regardless of nettype value (bnc#724775).
+
+-------------------------------------------------------------------
 Thu Feb 23 15:31:57 UTC 2012 - [email protected]
 
 - support binaries in /usr tree.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-network.sh 
new/mkinitrd-2.7.0/scripts/setup-network.sh
--- old/mkinitrd-2.7.0/scripts/setup-network.sh 2012-02-23 16:32:27.000000000 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-network.sh 2012-03-14 14:50:06.000000000 
+0100
@@ -266,9 +266,9 @@
 done
 
 # Copy ifcfg settings
+mkdir -p $tmp_mnt/etc/sysconfig
+cp -rp /etc/sysconfig/network $tmp_mnt/etc/sysconfig
 if [ "$nettype" = "ifup" ] ; then
-    mkdir -p $tmp_mnt/etc/sysconfig
-    cp -rp /etc/sysconfig/network $tmp_mnt/etc/sysconfig
     for i in /etc/sysconfig/network/ifcfg-*; do
        interface=${i##*/ifcfg-}
        if [ -d /sys/class/net/$interface/device ] ; then

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

Reply via email to