From d20dd39fa08da3ef262c95ece5548c952c257bf7 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Wed, 11 Apr 2012 19:42:13 +0200 Subject: Remove obsolete references to /etc/rc.conf Configuration is done through /etc/conf.d/netcfg. Compatibility with configuration through /etc/rc.conf is dropped. --- src/network | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-24-g4f1b