[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: doc: Clarify Samba Services configuration.
From: |
guix-commits |
Subject: |
02/04: doc: Clarify Samba Services configuration. |
Date: |
Wed, 28 Sep 2022 11:17:50 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 13ed651870edf99e0729ab547a7ae2691a51c971
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Sep 28 08:20:43 2022 -0400
doc: Clarify Samba Services configuration.
* doc/guix.texi (Samba Services): Explicit the fact that no daemons are
automatically run. Remove the word "Manually", that suggested otherwise.
---
doc/guix.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index c534574f81..275b53f267 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -31335,7 +31335,7 @@ systems.
The service type to enable the samba services @code{samba}, @code{nmbd},
@code{smbd} and @code{winbindd}. By default this service type does not
-run as an AD DC, hence @code{samba} remains disabled.
+run any of the Samba daemons; they must be enabled individually.
@end defvar
@@ -31350,16 +31350,16 @@ The samba package to use.
The config file to use.
@item @code{enable-samba?} (default: @code{#f})
-Manually enable the @code{samba} daemon.
+Enable the @code{samba} daemon.
@item @code{enable-smbd?} (default: @code{#f})
-Manually enable the @code{smbd} daemon.
+Enable the @code{smbd} daemon.
@item @code{enable-nmbd?} (default: @code{#f})
-Manually enable the @code{nmbd} daemon.
+Enable the @code{nmbd} daemon.
@item @code{enable-winbindd?} (default: @code{#f})
-Manually enable the @code{winbindd} daemon.
+Enable the @code{winbindd} daemon.
@end table
@end deftp