summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-01-19 08:55:30 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-20 14:16:50 +0100
commit30db1be18438298b529c15f7b72d0465ad271f29 (patch)
tree878cfdae394b58fddce59ac01fab537c19253128 /docs-xml
parentc116afda08d8b6653b079933858cf444325b4ab7 (diff)
downloadsamba-30db1be18438298b529c15f7b72d0465ad271f29.tar.gz
S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
There is no option '-B' at all. Thanks to Jason Ellison for reporting! Karolin (cherry picked from commit 7c1e08518bfbe054db270e72476c642d5db93c0a) (cherry picked from commit 3b5d2fd4cc5f7cbe22be1dfc593ca4ba29197b66)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml6
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
index 130da819e8d..1f1f51cf47d 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
@@ -492,9 +492,9 @@ netbios-ns dgram udp wait root /usr/local/samba/sbin/nmbd nmbd
<para><programlisting>
#!/bin/sh
-/usr/local/samba/sbin/smbd -D
-/usr/local/samba/sbin/winbindd -B
-/usr/local/samba/sbin/nmbd -D
+/usr/local/samba/sbin/smbd -D
+/usr/local/samba/sbin/winbindd -D
+/usr/local/samba/sbin/nmbd -D
</programlisting></para>
<para>
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml
index 7731e4e2064..adb0ba24d39 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml
@@ -1016,7 +1016,7 @@ start() {
in the example above with:
<programlisting>
- daemon /usr/local/samba/sbin/winbindd -B
+ daemon /usr/local/samba/sbin/winbindd -D
</programlisting>.
</para>
@@ -1125,7 +1125,7 @@ Again, if you would like to run Samba in dual daemon mode, replace:
</programlisting>
in the script above with:
<programlisting>
-/usr/local/samba/sbin/winbindd -B
+/usr/local/samba/sbin/winbindd -D
</programlisting>
</para>