diff options
Diffstat (limited to 'net/bonding.sh')
-rw-r--r-- | net/bonding.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bonding.sh b/net/bonding.sh index 6db90fa..d8f48d8 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -6,11 +6,11 @@ bonding_depend() { before interface macchanger - program ip /sbin/ifconfig /bin/ifconfig + program ip ifconfig # If you do not have sysfs, you MUST have this binary instead for ioctl # Also you will loose some functionality that cannot be done via sysfs: if [ ! -d /sys/class/net ]; then - program /sbin/ifenslave + program ifenslave fi local netns |