svn commit: samba-docs r1168 - in trunk/Samba3-Developers-Guide: .

jht at samba.org jht at samba.org
Sun Sep 2 19:28:55 GMT 2007


Author: jht
Date: 2007-09-02 19:28:54 +0000 (Sun, 02 Sep 2007)
New Revision: 1168

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

Log:
Fix for bug 4947.
Modified:
   trunk/Samba3-Developers-Guide/packagers.xml


Changeset:
Modified: trunk/Samba3-Developers-Guide/packagers.xml
===================================================================
--- trunk/Samba3-Developers-Guide/packagers.xml	2007-08-29 15:41:57 UTC (rev 1167)
+++ trunk/Samba3-Developers-Guide/packagers.xml	2007-09-02 19:28:54 UTC (rev 1168)
@@ -12,10 +12,11 @@
 <sect1>
 <title>Versioning</title>
 
-<para>Please, please update the version number in 
-<filename>source/include/version.h</filename> to include the versioning of your package. This makes it easier to distinguish standard samba builds
-from custom-build samba builds (distributions often patch packages). For 
-example, a good version would be: </para>
+<para>
+Please, please update the version number in <filename>source/include/version.h</filename> to include the
+versioning of your package. This makes it easier to distinguish standard samba builds from custom-build samba
+builds (distributions often patch packages). For example, a good version would be:
+</para>
 
 <para><programlisting>
 Version 2.999+3.0.alpha21-5 for Debian
@@ -26,15 +27,23 @@
 <sect1>
 <title>Modules</title>
 
-<para>Samba now has support for building parts of samba as plugins. This 
-makes it possible to, for example, put ldap or mysql support in a separate 
-package, thus making it possible to have a normal samba package not 
-depending on ldap or mysql. To build as much parts of samba 
-as a plugin, run: </para>
+<para>
+Samba3 has support for building parts of samba as plugins. This makes it possible to, for example,
+put ldap or mysql support in a separate package, thus making it possible to have a normal samba package not
+depending on ldap or mysql. To build as much parts of samba as a plugin, run:
+</para>
 
-<para><programlisting>
+<para>
+The option <literal>--with-shared-modules</literal> is maintained to support specific modules such as
+idmap_XXX and vfs_XXX. For example, <literal>--with-shared-modules=idmap_ad</literal>. Use of this parameter
+to the <command>configure</command> command as not been supported in official releases.
+</para>
+
+<para>
+<programlisting>
 ./configure --with-shared-modules=rpc,vfs,auth,pdb,charset
-</programlisting></para>
+</programlisting>
+</para>
 
 </sect1>
 



More information about the samba-cvs mailing list