mDNSResponder: fix mdnsd service; drop useless examples.
This commit is contained in:
parent
63894a8ba2
commit
edc6c8a356
2 changed files with 2 additions and 4 deletions
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
mkdir -p /var/run/mdnsd
|
||||
exec mdnsd -debug
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mDNSResponder'
|
||||
pkgname=mDNSResponder
|
||||
version=561.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="flex"
|
||||
short_desc="Implements the Bonjour/Zeroconf protocol"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -24,8 +24,7 @@ do_install() {
|
|||
vsconf Services.txt
|
||||
vman nss_mdns.conf.5
|
||||
vman libnss_mdns.8
|
||||
for f in mdnsd dnsextd mDNSClientPosix mDNSIdentify mDNSNetMonitor \
|
||||
mDNSProxyResponderPosix mDNSResponderPosix; do
|
||||
for f in mdnsd dnsextd mDNSIdentify mDNSNetMonitor; do
|
||||
vbin build/prod/$f
|
||||
done
|
||||
vinstall build/prod/libdns_sd.so 755 usr/lib
|
||||
|
|
Loading…
Reference in a new issue