diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-12 21:24:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-13 00:06:11 +0200 |
commit | cc9c1f39350233bb3f22f01f942466a5cc7851f0 (patch) | |
tree | efaec43531a901a0e3122c3195f1e00160c9af4f /gnu/services | |
parent | 92e75d1e9ad0bd02fe2a63700772db9269342f44 (diff) | |
download | patches-cc9c1f39350233bb3f22f01f942466a5cc7851f0.tar 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')
-rw-r--r-- | gnu/services/avahi.scm | 5 |
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. |