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 /contrib | |
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 'contrib')
-rwxr-xr-x | contrib/pm-utils.handler | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pm-utils.handler b/contrib/pm-utils.handler index 79cad6a..3db87a0 100755 --- a/contrib/pm-utils.handler +++ b/contrib/pm-utils.handler @@ -4,7 +4,6 @@ [[ -f /usr/lib/network/network ]] || exit $NA . /usr/lib/network/network -. /etc/rc.conf . /etc/conf.d/netcfg WIRELESS_INTERFACE=${WIRELESS_INTERFACE:-wlan0} |