ndu-0.4-binary-locations.patch 426 B

123456789101112131415
  1. diff -Nuar --exclude '*~' ndu-0.4.orig/src/dnsedit ndu-0.4/src/dnsedit
  2. --- ndu-0.4.orig/src/dnsedit 2006-05-22 16:16:47.000000000 -0700
  3. +++ ndu-0.4/src/dnsedit 2006-05-22 16:20:45.107741010 -0700
  4. @@ -19,8 +19,8 @@
  5. if /usr/bin/diff $1 $tempfile >> /dev/null ; then
  6. echo No changed made
  7. else
  8. - /usr/sbin/dnstouch $1
  9. - /usr/sbin/ndu
  10. + /usr/bin/dnstouch $1
  11. + /usr/bin/ndu
  12. # /usr/sbin/ndc reload
  13. echo updated
  14. fi