From be5de328e9aa4d35a8222e1c4c2358bb9a07449c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 3 Apr 2012 20:01:23 -0500 Subject: network scripts need sysfs on linux systems Adjust the previous commit so that on linux systems the network scripts need sysfs. --- init.d/net.lo.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.d/net.lo.in') diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 8a186a0b..6bf49b5d 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -19,6 +19,9 @@ depend() local IFVAR=$(shell_var "${IFACE}") need localmount + if [ "$RC_UNAME" = Linux ]; then + need sysfs + fi after bootmisc keyword -jail -vserver -- cgit v1.2.3