diff options
Diffstat (limited to 'docs/htmldocs/smbd.8.html')
| -rw-r--r-- | docs/htmldocs/smbd.8.html | 76 | 
1 files changed, 63 insertions, 13 deletions
diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html index ff0abc2bd1..65f5f95b8d 100644 --- a/docs/htmldocs/smbd.8.html +++ b/docs/htmldocs/smbd.8.html @@ -34,12 +34,12 @@ NAME="AEN8"><H2  ><B  CLASS="COMMAND"  >smbd</B -> [-D] [-i] [-h] [-V] [-b] [-d <debug level>] [-l <log directory>] [-p <port number>] [-O <socket option>] [-s <configuration file>]</P +> [-D] [-F] [-S] [-i] [-h] [-V] [-b] [-d <debug level>] [-l <log directory>] [-p <port number>] [-O <socket option>] [-s <configuration file>]</P  ></DIV  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN21" +NAME="AEN23"  ></A  ><H2  >DESCRIPTION</H2 @@ -104,7 +104,7 @@ CLASS="COMMAND"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN35" +NAME="AEN37"  ></A  ><H2  >OPTIONS</H2 @@ -134,6 +134,48 @@ CLASS="COMMAND"  		</P  ></DD  ><DT +>-F</DT +><DD +><P +>If specified, this parameter causes +		the main <B +CLASS="COMMAND" +>smbd</B +> process to not daemonize, +		i.e. double-fork and disassociate with the terminal. +		Child processes are still created as normal to service +		each connection request, but the main process does not +		exit. This operation mode is suitable for running +		<B +CLASS="COMMAND" +>smbd</B +> under process supervisors such +		as <B +CLASS="COMMAND" +>supervise</B +> and <B +CLASS="COMMAND" +>svscan</B +> +		from Daniel J. Bernstein's <B +CLASS="COMMAND" +>daemontools</B +> +		package, or the AIX process monitor. +		</P +></DD +><DT +>-S</DT +><DD +><P +>If specified, this parameter causes +		<B +CLASS="COMMAND" +>smbd</B +> to log to standard output rather +		than a file.</P +></DD +><DT  >-i</DT  ><DD  ><P @@ -141,7 +183,15 @@ CLASS="COMMAND"  		server to run "interactively", not as a daemon, even if the  		server is executed on the command line of a shell. Setting this  		parameter negates the implicit deamon mode when run from the -		command line. +		command line. <B +CLASS="COMMAND" +>smbd</B +> also logs to standard +		output, as if the <B +CLASS="COMMAND" +>-S</B +> parameter had been +		given.  		</P  ></DD  ><DT @@ -329,7 +379,7 @@ CLASS="FILENAME"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN105" +NAME="AEN123"  ></A  ><H2  >FILES</H2 @@ -441,7 +491,7 @@ CLASS="FILENAME"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN141" +NAME="AEN159"  ></A  ><H2  >LIMITATIONS</H2 @@ -460,7 +510,7 @@ CLASS="COMMAND"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN145" +NAME="AEN163"  ></A  ><H2  >ENVIRONMENT VARIABLES</H2 @@ -491,7 +541,7 @@ CLASS="CONSTANT"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN154" +NAME="AEN172"  ></A  ><H2  >PAM INTERACTION</H2 @@ -538,7 +588,7 @@ CLASS="EMPHASIS"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN165" +NAME="AEN183"  ></A  ><H2  >VERSION</H2 @@ -549,7 +599,7 @@ NAME="AEN165"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN168" +NAME="AEN186"  ></A  ><H2  >DIAGNOSTICS</H2 @@ -572,7 +622,7 @@ NAME="AEN168"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN173" +NAME="AEN191"  ></A  ><H2  >SIGNALS</H2 @@ -638,7 +688,7 @@ CLASS="COMMAND"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN190" +NAME="AEN208"  ></A  ><H2  >SEE ALSO</H2 @@ -704,7 +754,7 @@ TARGET="_top"  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN207" +NAME="AEN225"  ></A  ><H2  >AUTHOR</H2  | 
