Also checking for wicd in 23networking, thanks to Ben Armstrong <synrg@debian.org>.
authorDaniel Baumann <daniel@debian.org>
Sat, 10 Jan 2009 15:48:34 +0000 (16:48 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:03 +0000 (17:48 +0100)
scripts/live-bottom/23networking

index 6a66996..72aaf12 100755 (executable)
@@ -90,7 +90,7 @@ else
        fi
 
        # iterate the physical interfaces and add them to the interfaces list
-       if [ "${method}" != dhcp ] || [ ! -x /root/usr/sbin/NetworkManager ]
+       if [ "${method}" != dhcp ] || ([ ! -x /root/usr/sbin/NetworkManager ] && [ ! -x /root/usr/sbin/wicd ])
        then
                for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan*
                do