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 /src/network | |
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 'src/network')
-rw-r--r-- | src/network | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network b/src/network index 9bdd720..ce5e962 100644 --- a/src/network +++ b/src/network @@ -113,9 +113,8 @@ profile_up() exit 1 fi - # NETWORKS_EXCLUSIVE, rc.conf: Profiles are globally mutually exclusive # EXCLUSIVE, network.d/profile: Individual profile is mutually exclusive - if checkyesno "$NETWORKS_EXCLUSIVE" || checkyesno "$EXCLUSIVE"; then + if checkyesno "$EXCLUSIVE"; then all_down fi |