          MODULE=nss-mdns
         VERSION=0.15.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/lathiat/nss-mdns/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:2d1b8de2e9ed5526f51c8bb627b719c07668465b5315787e7cfeed776ab90b9a
        WEB_SITE=http://0pointer.de/lennart/projects/nss-mdns/
         ENTERED=20071021
         UPDATED=20210901
           SHORT="A plugin for the GNU Name Service Switch"

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.

To work the host entry in /etc/nsswitch.conf should look something like this;

hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
EOF
