summaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-08-20 13:29:36 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-08-20 13:30:01 +0200
commit67106550f8a0255ae57a8a35a8ad62e47df07caf (patch)
tree15c1487b3f9568c250f024054a479b05679de885 /rc.d
parent1227a80b24c943438757e933bd568ceddd00479b (diff)
downloadnetctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.gz
netctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.xz
Support more options in /etc/conf.d/netcfg (FS#25588)
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/net-auto-wired1
-rwxr-xr-xrc.d/net-profiles1
2 files changed, 2 insertions, 0 deletions
diff --git a/rc.d/net-auto-wired b/rc.d/net-auto-wired
index 9af8505..9493857 100755
--- a/rc.d/net-auto-wired
+++ b/rc.d/net-auto-wired
@@ -2,6 +2,7 @@
. /etc/rc.conf
. /etc/rc.d/functions
+. /etc/conf.d/netcfg
if [[ ! -x /usr/sbin/ifplugd ]]; then
echo "Please install 'ifplugd' to use net-auto-wired"
diff --git a/rc.d/net-profiles b/rc.d/net-profiles
index cbaea30..15a1a4c 100755
--- a/rc.d/net-profiles
+++ b/rc.d/net-profiles
@@ -1,6 +1,7 @@
#!/bin/bash
. /usr/lib/network/globals
+. /etc/conf.d/netcfg
case "$1" in
start)