From b27a9003bb0e3123b91b2b734629f980b8ccad6f Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 11 Mar 2012 12:54:48 -0700 Subject: 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 --- net/ifconfig.sh.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') 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 } -- cgit v1.2.3