mirror of the now-defunct rocklinux.org
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.

22 lines
871 B

  1. --- mDNSResponder-107/mDNSPosix/Makefile~ 2005-04-20 22:12:17.000000000 +0200
  2. +++ mDNSResponder-107/mDNSPosix/Makefile 2007-01-25 14:20:30.000000000 +0100
  3. @@ -468,7 +468,7 @@
  4. $(NSSINSTPATH)/$(NSSLINKNAME): $(NSSINSTPATH)/$(NSSLIBFILE)
  5. $(LN) $< $@
  6. - ldconfig
  7. +# ldconfig
  8. $(NSSINSTPATH)/$(NSSLIBFILE): $(BUILDDIR)/$(NSSLIBFILE)
  9. $(CP) $< $@
  10. @@ -479,8 +479,8 @@
  11. chmod 444 $@
  12. # Check the nsswitch.conf file.
  13. # If 'mdns' does not already appear on the "hosts:" line, then add it right before 'dns'
  14. - cp -f /etc/nsswitch.conf /etc/nsswitch.conf.pre-mdns
  15. - sed -e '/mdns/!s/^\(hosts:.*\)dns\(.*\)/\1mdns dns\2/' /etc/nsswitch.conf.pre-mdns > /etc/nsswitch.conf
  16. +# cp -f /etc/nsswitch.conf /etc/nsswitch.conf.pre-mdns
  17. +# sed -e '/mdns/!s/^\(hosts:.*\)dns\(.*\)/\1mdns dns\2/' /etc/nsswitch.conf.pre-mdns > /etc/nsswitch.conf
  18. $(MANPATH)/man5/%.5: %.5
  19. cp $< $@