summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-05-25 07:08:30 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:38 -0500
commit69ce22e35cd51e83a4846b45cff1cd0f3bb15392 (patch)
tree7d12ca999db71f48b240bdb138576534afcddabd /docs
parent746f5e6ec92f5b484c305f3f9c573470e88800df (diff)
downloadsamba-69ce22e35cd51e83a4846b45cff1cd0f3bb15392.tar.gz
samba-69ce22e35cd51e83a4846b45cff1cd0f3bb15392.tar.bz2
samba-69ce22e35cd51e83a4846b45cff1cd0f3bb15392.zip
Another partial update.
(This used to be commit 7918cf95df8b22ff44720a45183af167b4465689)
Diffstat (limited to 'docs')
-rw-r--r--docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml55
1 files changed, 29 insertions, 26 deletions
diff --git a/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml b/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
index 91e56fd927..c81a8d5a3b 100644
--- a/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
+++ b/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
@@ -13,7 +13,7 @@
<title>How to Compile Samba</title>
<para>
-You can obtain the Samba source from the
+You can obtain the Samba source file from the
<ulink url="http://samba.org/">Samba Website.</ulink> To obtain a development version,
you can download Samba from Subversion or using <command>rsync</command>.
</para>
@@ -433,22 +433,25 @@ example of what you would not want to see would be:
<para><programlisting>netbios-ns 137/udp</programlisting></para>
- <para>Next, edit your <filename>/etc/inetd.conf</filename>
- and add two lines like this:</para>
-
- <para><programlisting>
- netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
- netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd
- </programlisting></para>
+ <para>
+ Next, edit your <filename>/etc/inetd.conf</filename> and add two lines like this:
+<programlisting>
+netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
+netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd
+</programlisting>
+ </para>
- <para>The exact syntax of <filename>/etc/inetd.conf</filename>
+ <para>
+ The exact syntax of <filename>/etc/inetd.conf</filename>
varies between UNIXes. Look at the other entries in inetd.conf
- for a guide. </para>
+ for a guide.
+ </para>
<para>
<indexterm><primary>xinetd</primary></indexterm>
Some distributions use xinetd instead of inetd. Consult the
- xinetd manual for configuration information.</para>
+ xinetd manual for configuration information.
+ </para>
<note><para>Some UNIXes already have entries like netbios_ns
(note the underscore) in <filename>/etc/services</filename>.
@@ -499,24 +502,24 @@ example of what you would not want to see would be:
</programlisting></para>
</smbfile>
- <para>
- Make it executable with <command>chmod +x startsmb</command>
- </para>
+ <para>
+ Make it executable with <command>chmod +x startsmb</command>
+ </para>
- <para>
- You can then run <command>startsmb</command> by hand or execute
- it from <filename>/etc/rc.local</filename>.
- </para>
+ <para>
+ You can then run <command>startsmb</command> by hand or execute
+ it from <filename>/etc/rc.local</filename>.
+ </para>
- <para>
- To kill it, send a kill signal to the processes &nmbd; and &smbd;.
- </para>
+ <para>
+ To kill it, send a kill signal to the processes &nmbd; and &smbd;.
+ </para>
- <note><para>
- If you use the SVR4 style init system, you may like to look at the
- <filename>examples/svr4-startup</filename> script to make Samba fit
- into that system.
- </para></note>
+ <note><para>
+ If you use the SVR4 style init system, you may like to look at the
+ <filename>examples/svr4-startup</filename> script to make Samba fit
+ into that system.
+ </para></note>
</sect2>