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

jht at samba.org jht at samba.org
Sat May 14 21:04:18 GMT 2005


Author: jht
Date: 2005-05-14 21:04:18 +0000 (Sat, 14 May 2005)
New Revision: 671

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

Log:
Fixing Volker's entity entry.
Modified:
   trunk/DTD/samba.entities


Changeset:
Modified: trunk/DTD/samba.entities
===================================================================
--- trunk/DTD/samba.entities	2005-05-12 21:54:18 UTC (rev 670)
+++ trunk/DTD/samba.entities	2005-05-14 21:04:18 UTC (rev 671)
@@ -99,15 +99,15 @@
 
 <!ENTITY author.jmcd '<author>&person.jmcd;</author>'>
 
-<!ENTITY author.vl '
-<author>
+<!ENTITY person.vl '
 	<firstname>Volker</firstname><surname>Lendecke</surname>
 	<affiliation>
 		<orgname>Samba Team</orgname>
 		<address><email>Volker.Lendecke at SerNet.DE</email></address>
-	</affiliation>
-</author>'>
+	</affiliation>'>
 
+<!ENTITY author.vl '<author>&person.vl;</author>'>
+
 <!ENTITY author.dbannon '
 <author>
 	<firstname>David</firstname><surname>Bannon</surname>
@@ -425,6 +425,7 @@
 '>
 
 <!-- Entities for the various programs -->
+<!ENTITY OL '<application>OpenLDAP</application>'>
 <!ENTITY smbd '<application>smbd</application>'>
 <!ENTITY nmbd '<application>nmbd</application>'>
 <!ENTITY testparm '<application>testparm</application>'>



More information about the samba-cvs mailing list