diff options
author | Judd Vinet <judd@archlinux.org> | 2005-11-15 02:51:52 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-11-15 02:51:52 +0000 |
commit | 2dc0038155b978eb70be482313cc8535dadc436d (patch) | |
tree | 211ff698f3b20d73013d70d3f2aad9a87556bf67 /network | |
parent | abdeaf8051aaadb9f5270a14e45481a8d61e0b95 (diff) |
added variables for autoloading modules, cleaned up rc.conf a bit
Diffstat (limited to 'network')
-rwxr-xr-x | network | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |