diff options
| author | Gerald Carter <jerry@samba.org> | 2003-10-10 16:21:39 +0000 |
|---|---|---|
| committer | Gerald Carter <jerry@samba.org> | 2003-10-10 16:21:39 +0000 |
| commit | 510064b14e8fddafe615f8c707023fcc3f84f094 (patch) | |
| tree | 3996016a2dbb315f4e3815c3ea1b168448bc7b70 /docs/docbook/devdoc/packagers.xml | |
| parent | 6cd6f508aa12468950d68567000db33651192a22 (diff) | |
| download | samba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.gz samba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.xz samba-510064b14e8fddafe615f8c707023fcc3f84f094.zip | |
removing docs from HEAD
(This used to be commit 820903ef5a062b4b9824c33ee035c68a39c8eeb0)
Diffstat (limited to 'docs/docbook/devdoc/packagers.xml')
| -rw-r--r-- | docs/docbook/devdoc/packagers.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/docs/docbook/devdoc/packagers.xml b/docs/docbook/devdoc/packagers.xml deleted file mode 100644 index fb47c7305c..0000000000 --- a/docs/docbook/devdoc/packagers.xml +++ /dev/null @@ -1,40 +0,0 @@ -<chapter id="Packaging"> -<chapterinfo> - <author> - <firstname>Jelmer</firstname><surname>Vernooij</surname> - </author> -</chapterinfo> - -<title>Notes to packagers</title> - -<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><programlisting> -Version 2.999+3.0.alpha21-5 for Debian -</programlisting></para> - -</sect1> - -<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 seperate -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> -./configure --with-shared-modules=rpc,vfs,auth,pdb,charset -</programlisting></para> - -</sect1> - - -</chapter> |
