From 7fab9eaf848004fd742e0513d620ced9ee7667a2 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Wed, 11 Apr 2012 02:07:20 +0200 Subject: Rewrite output hook to not depend on initscripts /etc/rc.d/functions is owned by initscripts on which netcfg does not explicitly depend. The revised layout is inspired by systemd. --- rc.d/net-profiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rc.d/net-profiles') diff --git a/rc.d/net-profiles b/rc.d/net-profiles index be77bac..f8c0992 100755 --- a/rc.d/net-profiles +++ b/rc.d/net-profiles @@ -1,7 +1,8 @@ #!/bin/bash -. /usr/lib/network/globals . /etc/rc.conf +. /etc/rc.d/functions +. /usr/lib/network/globals . /etc/conf.d/netcfg case "$1" in -- cgit v1.2.3-24-g4f1b