From 67106550f8a0255ae57a8a35a8ad62e47df07caf Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sat, 20 Aug 2011 13:29:36 +0200 Subject: Support more options in /etc/conf.d/netcfg (FS#25588) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- rc.d/net-auto-wired | 1 + 1 file changed, 1 insertion(+) (limited to 'rc.d/net-auto-wired') 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" -- cgit v1.2.3-24-g4f1b