Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2012-01-09 16:21:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-05 
13:51:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2012-01-09 
16:21:45.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan  6 12:53:47 UTC 2012 - [email protected]
+
+- setup-network: Properly install awk.
+
+-------------------------------------------------------------------

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

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-01-03 15:38:31.000000000 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2012-01-06 13:54:20.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri Jan  6 12:53:47 UTC 2012 - [email protected]
+
+- setup-network: Properly install awk.
+
+-------------------------------------------------------------------
 Tue Jan  3 14:24:46 UTC 2012 - [email protected]
 
 - Fix ibft for virtio devices (bnc#735058).
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-01-03 15:38:31.000000000 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-network.sh 2012-01-06 13:54:20.000000000 
+0100
@@ -307,7 +307,12 @@
     fi
     cp --parents "$f" $tmp_mnt/
     cp_bin /sbin/ifup $tmp_mnt/sbin/ifup
-    cp_bin /bin/awk $tmp_mnt/bin/awk
+    mkdir -p $tmp_mnt/etc/alternatives
+    for bin in /bin/{g,}awk /etc/alternatives/awk; do
+        if test -e $bin; then
+            cp_bin $bin $tmp_mnt/$bin
+        fi
+    done
     cp_bin /bin/grep $tmp_mnt/bin/grep
     cp_bin /bin/logger $tmp_mnt/bin/logger
     cp_bin /bin/touch $tmp_mnt/bin/touch

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

Reply via email to