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
|
#!/bin/sh
|
||||||
mkdir -p /var/run/mdnsd
|
|
||||||
exec mdnsd -debug
|
exec mdnsd -debug
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue