summaryrefslogtreecommitdiff
path: root/docs/htmldocs/smbd.8.html
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-11 22:22:21 +0000
committerJeremy Allison <jra@samba.org>1998-11-11 22:22:21 +0000
commit14039d5122e2263e99ca08e1b32a3c1482afdc3f (patch)
treeef6b34794e131c36d6b8447c6cc577e029d527fa /docs/htmldocs/smbd.8.html
parentbd41f98ded4fda71ebf6828888718d3732ff4515 (diff)
downloadsamba-14039d5122e2263e99ca08e1b32a3c1482afdc3f.tar.gz
samba-14039d5122e2263e99ca08e1b32a3c1482afdc3f.tar.bz2
samba-14039d5122e2263e99ca08e1b32a3c1482afdc3f.zip
Added swat html & manpage.
Jeremy. (This used to be commit cce693135e146c9f4c9243f3dcb5091c46d1fcdb)
Diffstat (limited to 'docs/htmldocs/smbd.8.html')
-rw-r--r--docs/htmldocs/smbd.8.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html
index 132bfa24a1..cd00af3b27 100644
--- a/docs/htmldocs/smbd.8.html
+++ b/docs/htmldocs/smbd.8.html
@@ -258,20 +258,20 @@ modify the system files.
<p><br>You will probably want to set up the NetBIOS name server <a href="nmbd.8.html"><strong>nmbd</strong></a> at
the same time as <strong>smbd</strong>. To do this refer to the man page for
<a href="nmbd.8.html"><strong>nmbd (8)</strong></a>.
-<p><br>First, ensure that a port is configured in the file /etc/services. The
+<p><br>First, ensure that a port is configured in the file <code>/etc/services</code>. The
well-known port 139 should be used if possible, though any port may be
used.
-<p><br>Ensure that a line similar to the following is in /etc/services:
+<p><br>Ensure that a line similar to the following is in <code>/etc/services</code>:
<p><br><code>netbios-ssn 139/tcp</code>
<p><br>Note for NIS/YP users - you may need to rebuild the NIS service maps
-rather than alter your local /etc/services file.
-<p><br>Next, put a suitable line in the file /etc/inetd.conf (in the unlikely
+rather than alter your local <code>/etc/services file</code>.
+<p><br>Next, put a suitable line in the file <code>/etc/inetd.conf</code> (in the unlikely
event that you are using a meta-daemon other than inetd, you are on
your own). Note that the first item in this line matches the service
-name in /etc/services. Substitute appropriate values for your system
+name in <code>/etc/services</code>. Substitute appropriate values for your system
in this line (see <strong>inetd (8)</strong>):
<p><br><code>netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd -d1 -l/var/adm/smblogs/log -s/usr/local/samba/lib/smb.conf</code>
-<p><br>(The above should appear in /etc/inetd.conf as a single
+<p><br>(The above should appear in <code>/etc/inetd.conf</code> as a single
line. Depending on your terminal characteristics, it may not appear
that way in this man page. If the above appears as more than one
line, please treat any newlines or indentation as a single space or