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. --- net/ifconfig.sh.Linux.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'net/ifconfig.sh.Linux.in') diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index a7e3e74..8abc998 100644 --- a/net/ifconfig.sh.Linux.in +++ b/net/ifconfig.sh.Linux.in @@ -5,9 +5,6 @@ ifconfig_depend() { program /sbin/ifconfig /bin/ifconfig provide interface - case "${IFACE}" in - lo|lo0) need sysfs ;; - esac } _up() -- cgit v1.2.3