Hello community, here is the log from the commit of package mkinitrd for openSUSE:Factory checked in at 2012-03-22 12:35:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-20 11:30:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes 2012-03-22 12:36:27.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Mar 20 13:19:12 UTC 2012 - [email protected] + +- boot-udev: Trigger add action for subsystems (bnc#750668). + +------------------------------------------------------------------- +Thu Mar 15 15:12:25 UTC 2012 - [email protected] + +- setup-network: Print warnings to stderr. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-14 14:50:06.000000000 +0100 +++ new/mkinitrd-2.7.0/mkinitrd.changes 2012-03-20 14:23:18.000000000 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Tue Mar 20 13:19:12 UTC 2012 - [email protected] + +- boot-udev: Trigger add action for subsystems (bnc#750668). + +------------------------------------------------------------------- +Thu Mar 15 15:12:25 UTC 2012 - [email protected] + +- setup-network: Print warnings to stderr. + +------------------------------------------------------------------- Wed Mar 14 13:32:58 UTC 2012 - [email protected] - Copy ifcfg settings regardless of nettype value (bnc#724775). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-udev.sh new/mkinitrd-2.7.0/scripts/boot-udev.sh --- old/mkinitrd-2.7.0/scripts/boot-udev.sh 2012-03-14 14:50:06.000000000 +0100 +++ new/mkinitrd-2.7.0/scripts/boot-udev.sh 2012-03-20 14:23:18.000000000 +0100 @@ -28,4 +28,5 @@ echo "Creating device nodes with udev" /sbin/udevd --daemon /sbin/udevadm trigger --action=add +/sbin/udevadm trigger --type=subsystems --action=add wait_for_events 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-03-14 14:50:06.000000000 +0100 +++ new/mkinitrd-2.7.0/scripts/setup-network.sh 2012-03-20 14:23:18.000000000 +0100 @@ -127,9 +127,9 @@ done if [ "$count" -ne 1 ] ; then - echo "WARNING: $port is a bridge with more than one interfaces" - echo " behind the bridge. Please call mkinitrd with a" - echo " device name manually (-D or -I)." + echo >&2 "WARNING: $port is a bridge with more than one interfaces" + echo >&2 " behind the bridge. Please call mkinitrd with a" + echo >&2 " device name manually (-D or -I)." else ifname="$ports" fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
