diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-03-11 12:54:48 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-03-11 12:54:48 -0700 |
commit | b27a9003bb0e3123b91b2b734629f980b8ccad6f (patch) | |
tree | 30b75de9f7a01d8b62289b11f0a2c994721ee939 | |
parent | 9fa54a8e8036262a7ea599d68e04fcbd8213506e (diff) |
net/ifconfig: The location of the ifconfig binary has changed
The location of the ifconfig binary has changed in
net-tools-1.60_p20120127084908, and if we do not check both locations
for it, the user will get errors like:
_is_wireless: command not found
_exists: command not found
X-Gentoo-Bug: 407757
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=407757
-rw-r--r-- | net/ifconfig.sh.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index 9eaa7c56..411401da 100644 --- a/net/ifconfig.sh.Linux.in +++ b/net/ifconfig.sh.Linux.in @@ -3,7 +3,7 @@ ifconfig_depend() { - program /sbin/ifconfig + program /sbin/ifconfig /bin/ifconfig provide interface } |