From 1d8d4b19c18659024fbabee3d2626c0e79d1453f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Jan 2009 16:48:34 +0100 Subject: Also checking for wicd in 23networking, thanks to Ben Armstrong . --- scripts/live-bottom/23networking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index 6a66996..72aaf12 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -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 -- cgit v1.2.3