network scripts need sysfs on linux systems
Adjust the previous commit so that on linux systems the network scripts need sysfs.
This commit is contained in:
@@ -6,9 +6,6 @@ iproute2_depend()
|
||||
program ip
|
||||
provide interface
|
||||
after ifconfig
|
||||
case "${IFACE}" in
|
||||
lo|lo0) need sysfs ;;
|
||||
esac
|
||||
}
|
||||
|
||||
_up()
|
||||
|
Reference in New Issue
Block a user