summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-04-10 17:24:44 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-04-10 17:24:44 -0500
commit85827d474c23d47202384b4b3e430bf24d72c5d8 (patch)
tree928c13e86d7b02efb0e857229e6fbbcb14530462
parent8e925368b7a07df23bc168ce4f50dc826181411b (diff)
downloadopenrc-85827d474c23d47202384b4b3e430bf24d72c5d8.tar.gz
openrc-85827d474c23d47202384b4b3e430bf24d72c5d8.tar.bz2
openrc-85827d474c23d47202384b4b3e430bf24d72c5d8.tar.xz
remove "after bootmisc" dependency from loopback interface
-rw-r--r--init.d/net.lo.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 1615b0c..f5da39b 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -18,13 +18,12 @@ depend()
local IFACE=${RC_SVCNAME#*.}
local IFVAR=$(shell_var "${IFACE}")
- after bootmisc
provide net
keyword -jail -prefix -vserver
case "${IFACE}" in
lo|lo0) need root ;;
- *) after net.lo net.lo0 ; need localmount ;;
+ *) after bootmisc net.lo net.lo0 ; need localmount ;;
esac
if [ "$(command -v "depend_${IFVAR}")" = "depend_${IFVAR}" ]; then