diff options
author | William Hubbs <williamh@gentoo.org> | 2012-04-03 20:01:23 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-04-03 20:01:23 -0500 |
commit | be5de328e9aa4d35a8222e1c4c2358bb9a07449c (patch) | |
tree | a8b0715dd965ad449587ce46146e1b38be15cd43 /net/ifconfig.sh.Linux.in | |
parent | 37af1693b48c314224ecd207c2afa6291208412b (diff) |
network scripts need sysfs on linux systems
Adjust the previous commit so that on linux systems the network scripts
need sysfs.
Diffstat (limited to 'net/ifconfig.sh.Linux.in')
-rw-r--r-- | net/ifconfig.sh.Linux.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index a7e3e743..8abc9983 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() |