summaryrefslogtreecommitdiff
path: root/net-misc/dhcp/files/dhcp-4.3.6-iproute2-path.patch
blob: 18b04e620c1400674bfc26053c00b3d9cddd3370 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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.