From c94cd063b93208e1dc90ded48ee45182f88d2bca Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 29 Nov 2001 22:37:58 +0000 Subject: Added close-share message. Jeremy. (This used to be commit 6a10accbcaa130b51381d43cb10c55e86ba2a320) --- docs/docbook/manpages/smbcontrol.1.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/docbook') diff --git a/docs/docbook/manpages/smbcontrol.1.sgml b/docs/docbook/manpages/smbcontrol.1.sgml index d2e3d39478..7904634ab2 100644 --- a/docs/docbook/manpages/smbcontrol.1.sgml +++ b/docs/docbook/manpages/smbcontrol.1.sgml @@ -70,12 +70,21 @@ message-type - One of: debug, + One of: close-share, + debug, force-election, ping , profile, debuglevel, profilelevel, or printer-notify. + The close-share message-type sends a + message to smbd which will then close the client connections to + the named share. Note that this doesn't affect client connections + to any other shares. This message-type takes an argument of the + share name for which client connections will be close, or the + "*" character which will close all currently open shares. + This message can only be sent to smbd. + The debug message-type allows the debug level to be set to the value specified by the parameter. This can be sent to any of the destinations. -- cgit