*** mDNSPosix/Makefile.orig 2006-11-04 14:22:19.000000000 +0900 --- mDNSPosix/Makefile 2006-11-04 14:25:33.000000000 +0900 *************** *** 438,442 **** all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG) ! install: setup InstalledDaemon InstalledStartup InstalledLib InstalledManPages InstalledClients $(OPTINSTALL) # 'setup' sets up the build directory structure the way we want --- 438,442 ---- all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG) ! install: setup InstalledDaemon InstalledLib InstalledManPages InstalledClients $(OPTINSTALL) # 'setup' sets up the build directory structure the way we want *************** *** 575,580 **** # Check the nsswitch.conf file. # If 'mdns' does not already appear on the "hosts:" line, then add it right before 'dns' ! cp -f /etc/nsswitch.conf /etc/nsswitch.conf.pre-mdns ! sed -e '/mdns/!s/^\(hosts:.*\)dns\(.*\)/\1mdns dns\2/' /etc/nsswitch.conf.pre-mdns > /etc/nsswitch.conf ############################################################################# --- 575,580 ---- # Check the nsswitch.conf file. # If 'mdns' does not already appear on the "hosts:" line, then add it right before 'dns' ! # cp -f /etc/nsswitch.conf /etc/nsswitch.conf.pre-mdns ! # sed -e '/mdns/!s/^\(hosts:.*\)dns\(.*\)/\1mdns dns\2/' /etc/nsswitch.conf.pre-mdns > /etc/nsswitch.conf #############################################################################