Module submission - nss-mdns
Dave Brown
dagbrown at lart.ca
Sun Sep 17 07:04:54 UTC 2006
module name : nss-mdns
suggested section : net
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
Dave Brown
-------------- next part --------------
--- nss-mdns/DETAILS 1970-01-01 09:00:00.000000000 +0900
+++ nss-mdns/DETAILS 2006-09-17 14:55:28.000000000 +0900
@@ -0,0 +1,16 @@
+ MODULE=nss-mdns
+ VERSION=0.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_VFY=sha1:fd4d1c4d9dfcd4aebe01e19a98121adfcbaf7161
+ WEB_SITE=http://0pointer.de/lennart/projects/$MODULE/
+ SOURCE_URL=$WEB_SITE
+ ENTERED=20060917
+ UPDATED=20060917
+ SHORT="An NSS module to resolve Rendezvous/zeroconf hosts"
+
+cat << EOF
+nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the
+GNU C Library (glibc) providing host name resolution via Multicast DNS (aka
+Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing name
+resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.
+EOF
--- nss-mdns/POST_INSTALL 1970-01-01 09:00:00.000000000 +0900
+++ nss-mdns/POST_INSTALL 2006-09-17 15:13:52.000000000 +0900
@@ -0,0 +1,7 @@
+(
+ if ! grep -q '^hosts.*mdns' /etc/nsswitch.conf
+ then
+ sedit '/^hosts/s/dns/mdns4_minimal [NOTFOUND=return] dns mdns4/' \
+ /etc/nsswitch.conf
+ fi
+) > $C_FIFO 2>&1
-------------- next part --------------
lvu submit nss-mdns 9890f309f3d09100a37b25edd1c960fa -
2.6.16.11 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list