From 7f2944e911c91e85c8ef5e44c0621678179a7207 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 2 Sep 2007 19:28:54 +0000 Subject: Fix for bug 4947. (This used to be commit d8b4536191f46fda28be69e80dc07995dbe41032) --- docs/Samba3-Developers-Guide/packagers.xml | 31 +++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) (limited to 'docs/Samba3-Developers-Guide/packagers.xml') diff --git a/docs/Samba3-Developers-Guide/packagers.xml b/docs/Samba3-Developers-Guide/packagers.xml index 5c834b09fe..8b8eccacc7 100644 --- a/docs/Samba3-Developers-Guide/packagers.xml +++ b/docs/Samba3-Developers-Guide/packagers.xml @@ -12,10 +12,11 @@ Versioning -Please, please update the version number in -source/include/version.h 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: + +Please, please update the version number in source/include/version.h 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: + Version 2.999+3.0.alpha21-5 for Debian @@ -26,15 +27,23 @@ Version 2.999+3.0.alpha21-5 for Debian Modules -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: + +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: + - + +The option --with-shared-modules is maintained to support specific modules such as +idmap_XXX and vfs_XXX. For example, --with-shared-modules=idmap_ad. Use of this parameter +to the configure command as not been supported in official releases. + + + + ./configure --with-shared-modules=rpc,vfs,auth,pdb,charset - + + -- cgit