[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Fri May 17 02:35:02 MDT 2013


The branch, master has been updated
       via  355f78f docs/rpcdaemon: some formating fixes
      from  3f3576d drsuapi: Debug more clearly why NC is bad in updateRefs

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 355f78fe9e8ba09179693597104915f3b6963139
Author: Björn Jacke <bj at sernet.de>
Date:   Thu May 16 16:19:22 2013 +0200

    docs/rpcdaemon: some formating fixes
    
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Fri May 17 10:34:18 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/misc/rpcdaemon.xml |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/misc/rpcdaemon.xml b/docs-xml/smbdotconf/misc/rpcdaemon.xml
index 8db9267..5fbe886 100644
--- a/docs-xml/smbdotconf/misc/rpcdaemon.xml
+++ b/docs-xml/smbdotconf/misc/rpcdaemon.xml
@@ -12,8 +12,10 @@
 
 	<para>
 	Two possible values are currently supported:
-		<command moreinfo="none">disabled</command>
-		<command moreinfo="none">fork</command>
+	<programlisting>
+		disabled
+		fork
+	</programlisting>
 	</para>
 
 	<para>
@@ -39,11 +41,13 @@
 	allowed to handle concurrently is defined by parametrical options named
 	after the daemon.
 	Five options are currently supported:
-		<command moreinfo="none">prefork_min_children</command>
-		<command moreinfo="none">prefork_max_children</command>
-		<command moreinfo="none">prefork_spawn_rate</command>
-		<command moreinfo="none">prefork_max_allowed_clients</command>
-		<command moreinfo="none">prefork_child_min_life</command>
+	<programlisting>
+		prefork_min_children
+		prefork_max_children
+		prefork_spawn_rate
+		prefork_max_allowed_clients
+		prefork_child_min_life
+	</programlisting>
 
 	To set one of these options use the follwing syntax:
 	<programlisting>
@@ -55,9 +59,11 @@
 	Samba includes separate daemons for spoolss and the lsarpc/lsass,
 	netlogon and samr pipes. Currently three daemons are available and they
 	are called:
-		<command moreinfo="none">epmd</command>
-		<command moreinfo="none">lsasd</command>
-		<command moreinfo="none">spoolssd</command>
+	<programlisting>
+		epmd
+		lsasd
+		spoolssd
+	</programlisting>
 	Example:
 	<programlisting>
 	rpc_daemon:spoolssd = fork


-- 
Samba Shared Repository


More information about the samba-cvs mailing list