diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-11 19:42:13 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-11 19:42:13 +0200 |
commit | d20dd39fa08da3ef262c95ece5548c952c257bf7 (patch) | |
tree | 116d651dc021d48fdbd0bf7cf63c1e812b62af79 /scripts | |
parent | e9a85e651191aa9152c46ad5b7b75c4b38e77394 (diff) | |
download | netctl-d20dd39fa08da3ef262c95ece5548c952c257bf7.tar.gz netctl-d20dd39fa08da3ef262c95ece5548c952c257bf7.tar.xz |
Remove obsolete references to /etc/rc.conf
Configuration is done through /etc/conf.d/netcfg.
Compatibility with configuration through /etc/rc.conf is dropped.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/netcfg-wpa_actiond | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/netcfg-wpa_actiond b/scripts/netcfg-wpa_actiond index 48bf48a..72f3231 100755 --- a/scripts/netcfg-wpa_actiond +++ b/scripts/netcfg-wpa_actiond @@ -2,7 +2,6 @@ . /usr/lib/network/network . "$SUBR_DIR/8021x" . "$SUBR_DIR/rfkill" -. /etc/rc.conf . /etc/conf.d/netcfg AUTOWIFI="/usr/sbin/wpa_actiond -p /run/wpa_supplicant" |