mDNSResponder: fix mdnsd service; drop useless examples.

This commit is contained in:
Juan RP 2015-02-24 16:24:03 +01:00
parent 63894a8ba2
commit edc6c8a356
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +1,2 @@
#!/bin/sh #!/bin/sh
mkdir -p /var/run/mdnsd
exec mdnsd -debug exec mdnsd -debug

View file

@ -1,7 +1,7 @@
# Template file for 'mDNSResponder' # Template file for 'mDNSResponder'
pkgname=mDNSResponder pkgname=mDNSResponder
version=561.1.1 version=561.1.1
revision=1 revision=2
hostmakedepends="flex" hostmakedepends="flex"
short_desc="Implements the Bonjour/Zeroconf protocol" short_desc="Implements the Bonjour/Zeroconf protocol"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -24,8 +24,7 @@ do_install() {
vsconf Services.txt vsconf Services.txt
vman nss_mdns.conf.5 vman nss_mdns.conf.5
vman libnss_mdns.8 vman libnss_mdns.8
for f in mdnsd dnsextd mDNSClientPosix mDNSIdentify mDNSNetMonitor \ for f in mdnsd dnsextd mDNSIdentify mDNSNetMonitor; do
mDNSProxyResponderPosix mDNSResponderPosix; do
vbin build/prod/$f vbin build/prod/$f
done done
vinstall build/prod/libdns_sd.so 755 usr/lib vinstall build/prod/libdns_sd.so 755 usr/lib