summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-28 07:21:26 +0000
committerJeremy Allison <jra@samba.org>1998-11-28 07:21:26 +0000
commita7c2908a29e8fa386764eb46e4106a73ca399740 (patch)
tree573c4947a08d5582bdc53f36b90b1e1f51937806 /docs
parent0cf0ecb1b7c15eebfd998cd042346e329c61a2be (diff)
downloadsamba-a7c2908a29e8fa386764eb46e4106a73ca399740.tar.gz
Removed dangerous message command as per HEAD. Updated 'wins server'
entry as per HEAD. Jeremy.
Diffstat (limited to 'docs')
-rw-r--r--docs/yodldocs/smb.conf.5.yo17
1 files changed, 4 insertions, 13 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo
index a48e10d87c6..2280a87643d 100644
--- a/docs/yodldocs/smb.conf.5.yo
+++ b/docs/yodldocs/smb.conf.5.yo
@@ -3411,15 +3411,6 @@ If you want to silently delete it then try:
tt("message command = rm %s").
-For the really adventurous, try something like this:
-
-tt(message command = csh -c 'csh < %s |& /usr/local/samba/bin/smbclient -M %m; rm %s' &)
-
-this would execute the command as a script on the server, then give
-them the result in a WinPopup message. Note that this could cause a
-loop if you send a message from the server using smbclient! You better
-wrap the above in a script that checks for this :-)
-
bf(Default:)
tt( no message command)
@@ -5967,10 +5958,10 @@ tt( wins proxy = no)
label(winsserver)
dit(bf(wins server (G)))
-This specifies the DNS name (or IP address) of the WINS server that
-url(bf(nmbd))(nmbd.8.html) should register with. If you have a WINS
-server on your network then you should set this to the WINS servers
-name.
+This specifies the IP address (or DNS name: IP address for preference)
+of the WINS server that url(bf(nmbd))(nmbd.8.html) should register with.
+If you have a WINS server on your network then you should set this to
+the WINS server's IP.
You should point this at your WINS server if you have a
multi-subnetted network.