A fix for this issue has been included in the upload of 0.0.9+nmu1.
The debdiff for that upload can be found in #538354.

The patch applied for this issue is:

--- sysconfig-0.0.9/etc/sysconfig/scripts/hardware/udev-net
+++ sysconfig-0.0.9+nmu1/etc/sysconfig/scripts/hardware/udev-net
@@ -11,7 +11,7 @@
 ID=$(readlink /sys/$DEVPATH/device | sed -e 's,.*/,,')
 BUS=$(readlink /sys/$DEVPATH/device/subsystem | sed -e 's,.*/,,')

-[ $BUS = "ccwgroup" ] && BUS=ccw
+[ "$BUS" = ccwgroup ] && BUS=ccw

 read_config $BUS $ID




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to