Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/htmldocs/Samba3-Developers-Guide/Packaging.html

    r44 r134  
    1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 16. Notes to packagers</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="SAMBA Developers Guide"><link rel="up" href="pt05.html" title="Part V. Appendices"><link rel="prev" href="pt05.html" title="Part V. Appendices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 16. Notes to packagers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pt05.html">Prev</a> </td><th width="60%" align="center">Part V. Appendices</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="Packaging"></a>Chapter 16. Notes to packagers</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Jelmer</span> <span class="surname">Vernooij</span></h3></div></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="Packaging.html#id326975">Versioning</a></span></dt><dt><span class="sect1"><a href="Packaging.html#id327000">Modules</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id326975"></a>Versioning</h2></div></div></div><p>Please, please update the version number in
    2 <code class="filename">source/include/version.h</code> to include the versioning of your package. This makes it easier to distinguish standard samba builds
    3 from custom-build samba builds (distributions often patch packages). For
    4 example, a good version would be: </p><pre class="programlisting">
     1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 16. Notes to packagers</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="SAMBA Developers Guide"><link rel="up" href="pt05.html" title="Part V. Appendices"><link rel="prev" href="pt05.html" title="Part V. Appendices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 16. Notes to packagers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pt05.html">Prev</a> </td><th width="60%" align="center">Part V. Appendices</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="Packaging"></a>Chapter 16. Notes to packagers</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Jelmer</span> <span class="surname">Vernooij</span></h3></div></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="Packaging.html#id350794">Versioning</a></span></dt><dt><span class="sect1"><a href="Packaging.html#id350817">Modules</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id350794"></a>Versioning</h2></div></div></div><p>
     2Please, please update the version number in <code class="filename">source/include/version.h</code> to include the
     3versioning of your package. This makes it easier to distinguish standard samba builds from custom-build samba
     4builds (distributions often patch packages). For example, a good version would be:
     5</p><pre class="programlisting">
    56Version 2.999+3.0.alpha21-5 for Debian
    6 </pre></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id327000"></a>Modules</h2></div></div></div><p>Samba now has support for building parts of samba as plugins. This
    7 makes it possible to, for example, put ldap or mysql support in a separate
    8 package, thus making it possible to have a normal samba package not
    9 depending on ldap or mysql. To build as much parts of samba
    10 as a plugin, run: </p><pre class="programlisting">
     7</pre></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id350817"></a>Modules</h2></div></div></div><p>
     8Samba3 has support for building parts of samba as plugins. This makes it possible to, for example,
     9put ldap or mysql support in a separate package, thus making it possible to have a normal samba package not
     10depending on ldap or mysql. To build as much parts of samba as a plugin, run:
     11</p><p>
     12The option <code class="literal">--with-shared-modules</code> is maintained to support specific modules such as
     13idmap_XXX and vfs_XXX. For example, <code class="literal">--with-shared-modules=idmap_ad</code>. Use of this parameter
     14to the <code class="literal">configure</code> command as not been supported in official releases.
     15</p><p>
     16</p><pre class="programlisting">
    1117./configure --with-shared-modules=rpc,vfs,auth,pdb,charset
    12 </pre></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pt05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt05.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Part V. Appendices </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
     18</pre><p>
     19</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pt05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt05.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Part V. Appendices </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
Note: See TracChangeset for help on using the changeset viewer.