You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/dhcp/files/dhcp-4.2.5-iproute2-path.patch

16 lines
340 B

find `ip` via $PATH and not hardcoded path
https://bugs.gentoo.org/480636
--- a/client/scripts/linux
+++ b/client/scripts/linux
@@ -23,7 +23,7 @@
# of the $1 in its args.
# 'ip' just looks too weird. /sbin/ip looks less weird.
-ip=/sbin/ip
+ip=ip
make_resolv_conf() {
if [ x"$PEER_DNS" != x ] && [ x"$PEER_DNS" != xyes ]; then