summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-03-11 12:54:48 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2012-03-11 12:54:48 -0700
commitb27a9003bb0e3123b91b2b734629f980b8ccad6f (patch)
tree30b75de9f7a01d8b62289b11f0a2c994721ee939
parent9fa54a8e8036262a7ea599d68e04fcbd8213506e (diff)
downloadopenrc-b27a9003bb0e3123b91b2b734629f980b8ccad6f.tar.gz
openrc-b27a9003bb0e3123b91b2b734629f980b8ccad6f.tar.bz2
openrc-b27a9003bb0e3123b91b2b734629f980b8ccad6f.tar.xz
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in
index 9eaa7c5..411401d 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
}