summaryrefslogtreecommitdiff
path: root/gnu/services/avahi.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-10-12 21:24:59 +0200
committerLudovic Courtès <ludo@gnu.org>2015-10-13 00:06:11 +0200
commitcc9c1f39350233bb3f22f01f942466a5cc7851f0 (patch)
treeefaec43531a901a0e3122c3195f1e00160c9af4f /gnu/services/avahi.scm
parent92e75d1e9ad0bd02fe2a63700772db9269342f44 (diff)
downloadguix-patches-cc9c1f39350233bb3f22f01f942466a5cc7851f0.tar
guix-patches-cc9c1f39350233bb3f22f01f942466a5cc7851f0.tar.gz
doc: Update "Name Service Switch" to new service framework.
* gnu/services/avahi.scm (avahi-service): Mention the extension of nscd. * doc/guix.texi (Networking Services): Update accordingly. (Name Service Switch): Remove '%my-base-services' example and explanation.
Diffstat (limited to 'gnu/services/avahi.scm')
-rw-r--r--gnu/services/avahi.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/services/avahi.scm b/gnu/services/avahi.scm
index b576c395ff..18131fe561 100644
--- a/gnu/services/avahi.scm
+++ b/gnu/services/avahi.scm
@@ -129,7 +129,10 @@
(domains-to-browse '()))
"Return a service that runs @command{avahi-daemon}, a system-wide
mDNS/DNS-SD responder that allows for service discovery and
-\"zero-configuration\" host name lookups (see @uref{http://avahi.org/}).
+\"zero-configuration\" host name lookups (see @uref{http://avahi.org/}), and
+extends the name service cache daemon (nscd) so that it can resolve
+@code{.local} host names using
+@uref{http://0pointer.de/lennart/projects/nss-mdns/, nss-mdns}.
If @var{host-name} is different from @code{#f}, use that as the host name to
publish for this machine; otherwise, use the machine's actual host name.