summaryrefslogtreecommitdiffstats
path: root/wpa_actiond
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-19 20:15:24 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-19 20:15:24 +0200
commitb07b4b0d7f9522523fb83a4aeacc9b54f4367410 (patch)
tree0c94d6201f53578c60369e0ce261b8777442c138 /wpa_actiond
parent9bc6048581da6278fb1803df5baa3ae8f2c73cd8 (diff)
parentdecaf8ae76a79d1828a36d08c1bf44d915969e63 (diff)
downloadnetctl-b07b4b0d7f9522523fb83a4aeacc9b54f4367410.tar.gz
netctl-b07b4b0d7f9522523fb83a4aeacc9b54f4367410.tar.xz
Merge branch 'no-iwconfig'
Diffstat (limited to 'wpa_actiond')
-rwxr-xr-xwpa_actiond/netcfg-wpa_actiond4
1 files changed, 2 insertions, 2 deletions
diff --git a/wpa_actiond/netcfg-wpa_actiond b/wpa_actiond/netcfg-wpa_actiond
index 0e38518..e1b584a 100755
--- a/wpa_actiond/netcfg-wpa_actiond
+++ b/wpa_actiond/netcfg-wpa_actiond
@@ -1,7 +1,7 @@
#! /bin/bash
. /usr/lib/network/network
-. /usr/lib/network/8021x
-. /usr/lib/network/wireless
+. $SUBR_DIR/8021x
+. $SUBR_DIR/rfkill
AUTOWIFI="/usr/sbin/wpa_actiond"
ACTION_SCRIPT="/usr/bin/netcfg-wpa_actiond-action"