From 293421f3c64a2adff7dc15f7ad3adb6120c9fd16 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 24 Sep 2003 15:05:22 +0000 Subject: syncing up docs, examples, & packaging from 3.0 (This used to be commit dd1348c566b4700ea01bd89639e2d3330c878167) --- docs/htmldocs/smbcontrol.1.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/htmldocs/smbcontrol.1.html') diff --git a/docs/htmldocs/smbcontrol.1.html b/docs/htmldocs/smbcontrol.1.html index e7ccd27f26..b12076e726 100644 --- a/docs/htmldocs/smbcontrol.1.html +++ b/docs/htmldocs/smbcontrol.1.html @@ -9,9 +9,9 @@ to provide. See smb.conf for more information. The default configuration file name is determined at compile time.

-i

Run interactively. Individual commands of the form destination message-type parameters can be entered - on STDIN. An empty command line or a "q" will quit the + on STDIN. An empty command line or a "q" will quit the program.

destination

One of nmbd, smbd or a process ID.

The smbd destination causes the - message to "broadcast" to all smbd daemons.

The nmbd destination causes the + message to "broadcast" to all smbd daemons.

The nmbd destination causes the message to be sent to the nmbd daemon specified in the nmbd.pid file.

If a single process ID is given, the message is sent to only that process.

message-type

Type of message to send. See @@ -20,18 +20,18 @@ compile time.

-i

Run interactiv 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 closed, or the - "*" character which will close all currently open shares. + "*" character which will close all currently open shares. This may be useful if you made changes to the access controls on the share. This message can only be sent to smbd.

debug

Set debug level to the value specified by the parameter. This can be sent to any of the destinations.

force-election

This message causes the nmbd daemon to force a new browse master election.

ping

- Send specified number of "ping" messages and - wait for the same number of reply "pong" messages. This can be sent to + Send specified number of "ping" messages and + wait for the same number of reply "pong" messages. This can be sent to any of the destinations.

profile

Change profile settings of a daemon, based on the - parameter. The parameter can be "on" to turn on profile stats - collection, "off" to turn off profile stats collection, "count" + parameter. The parameter can be "on" to turn on profile stats + collection, "off" to turn off profile stats collection, "count" to enable only collection of count stats (time stats are - disabled), and "flush" to zero the current profile stats. This can + disabled), and "flush" to zero the current profile stats. This can be sent to any smbd or nmbd destinations.

debuglevel

Request debuglevel of a certain daemon and write it to stdout. This can be sent to any of the destinations.

profilelevel

@@ -65,8 +65,8 @@ compile time.

-i

Run interactiv by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.

The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another - excellent piece of Open Source software, available at - ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 + excellent piece of Open Source software, available at + ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.

-- cgit