summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/net.lo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index f5da39b..68c8895 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -22,7 +22,7 @@ depend()
keyword -jail -prefix -vserver
case "${IFACE}" in
- lo|lo0) need root ;;
+ lo|lo0) before mtab ; need root ;;
*) after bootmisc net.lo net.lo0 ; need localmount ;;
esac