From 2dc0038155b978eb70be482313cc8535dadc436d Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 15 Nov 2005 02:51:52 +0000 Subject: added variables for autoloading modules, cleaned up rc.conf a bit --- network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network b/network index 2510b58..c23c949 100755 --- a/network +++ b/network @@ -32,7 +32,7 @@ ifup() return 1 fi # don't bring up an interface that's already up - [ "`/sbin/ifconfig ${1} 2>/dev/null | grep UP`" ] && return 1 + [ "`/sbin/ifconfig ${1} 2>/dev/null | grep UP`" ] && return 0 eval iwcfg="\$wlan_${1}" if [ "$iwcfg" != "" ]; then /usr/sbin/iwconfig $iwcfg -- cgit v1.2.3