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.3.6-iproute2-path.patch

12 lines
451 B

--- dhcp-4.3.6/client/scripts/linux
+++ dhcp-4.3.6/client/scripts/linux
@@ -30,7 +30,7 @@
# 'ip' just looks too weird. Also, we now have unit-tests! Those unit-tests
# overwirte this line to use a fake ip-echo tool. It's also convenient
# if your system holds ip tool in a non-standard location.
-ip=/sbin/ip
+ip=ip
# update /etc/resolv.conf based on received values
# This updated version mostly follows Debian script by Andrew Pollock et al.