diff options
Diffstat (limited to 'docs/docbook/projdoc')
-rw-r--r-- | docs/docbook/projdoc/UNIX_INSTALL.sgml | 20 | ||||
-rw-r--r-- | docs/docbook/projdoc/winbind.sgml | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/docs/docbook/projdoc/UNIX_INSTALL.sgml b/docs/docbook/projdoc/UNIX_INSTALL.sgml index ee91f6e07a..90d4843577 100644 --- a/docs/docbook/projdoc/UNIX_INSTALL.sgml +++ b/docs/docbook/projdoc/UNIX_INSTALL.sgml @@ -126,22 +126,22 @@ <sect1> <title>Step 5: Starting the smbd and nmbd</title> - - <para>You must choose to start smbd and nmbd either - as daemons or from <command>inetd</command>. Don't try + + <para>You must choose to start smbd and nmbd either + as daemons or from <command>inetd</command>. Don't try to do both! Either you can put them in <filename> - inetd.conf</filename> and have them started on demand + inetd.conf</filename> and have them started on demand by <command>inetd</command>, or you can start them as daemons either from the command line or in <filename> - /etc/rc.local</filename>. See the man pages for details - on the command line options. Take particular care to read - the bit about what user you need to be in order to start + /etc/rc.local</filename>. See the man pages for details + on the command line options. Take particular care to read + the bit about what user you need to be in order to start Samba. In many cases you must be root.</para> <para>The main advantage of starting <command>smbd</command> - and <command>nmbd</command> as a daemon is that they will - respond slightly more quickly to an initial connection - request. This is, however, unlikely to be a problem.</para> + and <command>nmbd</command> using the recommended daemon method + is that they will respond slightly more quickly to an initial connection + request.</para> <sect2> <title>Step 5a: Starting from inetd.conf</title> diff --git a/docs/docbook/projdoc/winbind.sgml b/docs/docbook/projdoc/winbind.sgml index 8ea419d758..eaa14bf0c2 100644 --- a/docs/docbook/projdoc/winbind.sgml +++ b/docs/docbook/projdoc/winbind.sgml @@ -624,7 +624,7 @@ CEO+TsInternetUser </programlisting></para> <para> -Obviously, I have named my domain 'CEO' and my <parameter>winbindd +Obviously, I have named my domain 'CEO' and my <parameter>winbind separator</parameter> is '+'. </para> |