summaryrefslogtreecommitdiff
path: root/docs/yodldocs/smbd.8.yo
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-11 22:08:24 +0000
committerJeremy Allison <jra@samba.org>1998-11-11 22:08:24 +0000
commitbd41f98ded4fda71ebf6828888718d3732ff4515 (patch)
treefed44a5f3aa0b2ac3f34898c880bceb8703a6eba /docs/yodldocs/smbd.8.yo
parent8cae90887bef14efbda0a861928eed15bde92034 (diff)
downloadsamba-bd41f98ded4fda71ebf6828888718d3732ff4515.tar.gz
samba-bd41f98ded4fda71ebf6828888718d3732ff4515.tar.bz2
samba-bd41f98ded4fda71ebf6828888718d3732ff4515.zip
Updated smbd links.
Added first cut at swat man page. Jeremy. (This used to be commit 87f06c973a2d61f8b57c3cd74f1b8f0cd65c4ffb)
Diffstat (limited to 'docs/yodldocs/smbd.8.yo')
-rw-r--r--docs/yodldocs/smbd.8.yo12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/yodldocs/smbd.8.yo b/docs/yodldocs/smbd.8.yo
index 8570b041b9..d13a8f8333 100644
--- a/docs/yodldocs/smbd.8.yo
+++ b/docs/yodldocs/smbd.8.yo
@@ -304,26 +304,26 @@ You will probably want to set up the NetBIOS name server url(bf(nmbd))(nmbd.8.ht
the same time as bf(smbd). To do this refer to the man page for
url(bf(nmbd (8)))(nmbd.8.html).
-First, ensure that a port is configured in the file /etc/services. The
+First, ensure that a port is configured in the file tt(/etc/services). The
well-known port 139 should be used if possible, though any port may be
used.
-Ensure that a line similar to the following is in /etc/services:
+Ensure that a line similar to the following is in tt(/etc/services):
tt(netbios-ssn 139/tcp)
Note for NIS/YP users - you may need to rebuild the NIS service maps
-rather than alter your local /etc/services file.
+rather than alter your local tt(/etc/services file).
-Next, put a suitable line in the file /etc/inetd.conf (in the unlikely
+Next, put a suitable line in the file tt(/etc/inetd.conf) (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 tt(/etc/services). Substitute appropriate values for your system
in this line (see bf(inetd (8))):
tt(netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd -d1 -l/var/adm/smblogs/log -s/usr/local/samba/lib/smb.conf)
-(The above should appear in /etc/inetd.conf as a single
+(The above should appear in tt(/etc/inetd.conf) 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