summaryrefslogtreecommitdiffstats
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-28 09:40:07 +0100
commit5860347258101dd8d800065e4bcdfdc3137d58a4 (patch)
treed93260e166dd0cece32336ada393935ff962e5d0 /docs-xml
parent04b02e35021cf57c05d990a041e6a8177682c18d (diff)
downloadsamba-5860347258101dd8d800065e4bcdfdc3137d58a4.tar.gz
samba-5860347258101dd8d800065e4bcdfdc3137d58a4.tar.xz
samba-5860347258101dd8d800065e4bcdfdc3137d58a4.zip
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) (cherry picked from commit 0900b10f64fbb9f2e55591d1b11be9bb29526744)
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>