summaryrefslogtreecommitdiffstats
path: root/etc/network.subr
diff options
context:
space:
mode:
Diffstat (limited to 'etc/network.subr')
-rw-r--r--etc/network.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/network.subr b/etc/network.subr
index dbceb56..b05635a 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -48,7 +48,7 @@ ifconfig_up()
fi
if wpaif $1; then
- #/etc/rc.d/wpa_supplicant start $1
+ /etc/rc.d/wpa_supplicant start $1
_cfg=0 # XXX: not sure this should count
fi
@@ -89,7 +89,7 @@ ifconfig_down()
IFS="$oldifs"
if wpaif $1; then
- #/etc/rc.d/wpa_supplicant stop $1
+ /etc/rc.d/wpa_supplicant stop $1
_cfg=0
fi
OpenPOWER on IntegriCloud