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-dns/ndu/files/ndu-0.4-binary-locations.patch

15 lines
426 B

diff -Nuar --exclude '*~' ndu-0.4.orig/src/dnsedit ndu-0.4/src/dnsedit
--- ndu-0.4.orig/src/dnsedit 2006-05-22 16:16:47.000000000 -0700
+++ ndu-0.4/src/dnsedit 2006-05-22 16:20:45.107741010 -0700
@@ -19,8 +19,8 @@
if /usr/bin/diff $1 $tempfile >> /dev/null ; then
echo No changed made
else
- /usr/sbin/dnstouch $1
- /usr/sbin/ndu
+ /usr/bin/dnstouch $1
+ /usr/bin/ndu
# /usr/sbin/ndc reload
echo updated
fi