svn commit: samba-web r1167 - in trunk/DTD: .

kseeger at samba.org kseeger at samba.org
Thu Jan 10 07:46:10 GMT 2008


Author: kseeger
Date: 2008-01-10 07:46:10 +0000 (Thu, 10 Jan 2008)
New Revision: 1167

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1167

Log:
Remove debug section from popt.common.samba entity to avoid text duplication (server has another default debug level than client)

Karolin
Modified:
   trunk/DTD/samba.entities


Changeset:
Modified: trunk/DTD/samba.entities
===================================================================
--- trunk/DTD/samba.entities	2007-12-24 21:18:06 UTC (rev 1166)
+++ trunk/DTD/samba.entities	2008-01-10 07:46:10 UTC (rev 1167)
@@ -158,15 +158,23 @@
 	</affiliation>
 </author>'>
 
+<!ENTITY stdarg.server.debug '
+<varlistentry>
+<term>-d|--debuglevel=level</term>
+<listitem>
+<para><replaceable>level</replaceable> is an integer 
+from 0 to 10. The default value if this parameter is 
+not specified is 0.</para>'>
 
-<!ENTITY stdarg.debug '
+<!ENTITY stdarg.client.debug '
 <varlistentry>
 <term>-d|--debuglevel=level</term>
 <listitem>
 <para><replaceable>level</replaceable> is an integer 
-from 0 to 10.  The default value if this parameter is 
-not specified is zero.</para>
+from 0 to 10. The default value if this parameter is 
+not specified is 1.</para>'>
 
+<!ENTITY stdarg.body.debug '
 <para>The higher this value, the more detail will be 
 logged to the log files about the activities of the 
 server. At level 0, only critical errors and serious 
@@ -218,10 +226,19 @@
 <!ENTITY popt.common.samba '
 &stdarg.version;
 &stdarg.configfile;
-&stdarg.debug;
 &stdarg.log-basename;
 '>
 
+<!ENTITY popt.common.samba.server '
+&stdarg.server.debug;
+&stdarg.body.debug;
+'>
+
+<!ENTITY popt.common.samba.client '
+&stdarg.client.debug;
+&stdarg.body.debug;
+'>
+
 <!ENTITY stdarg.resolve.order '
 <varlistentry>
 <term>-R &lt;name resolve order&gt;</term> 



More information about the samba-cvs mailing list