Changeset 4e9f28df
- Timestamp:
- 01/10/2013 07:02:53 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cbda2a25
- Parents:
- ba1be62
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rba1be62 r4e9f28df 466 466 <!ENTITY rpcbind-version "0.2.0"> 467 467 <!ENTITY rsync-version "3.0.9"> 468 <!ENTITY samba3-version "3.6. 8">468 <!ENTITY samba3-version "3.6.10"> 469 469 <!ENTITY wget-version "1.14"> 470 470 <!ENTITY wireless-tools-version "29"> -
introduction/welcome/changelog.xml
rba1be62 r4e9f28df 48 48 <para>January 10th, 2013</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[Randy] - Updated to Samba-3.6.10.</para> 52 </listitem> 50 53 <listitem> 51 54 <para>[Randy] - Added dependencies to the Guile and GnuTLS -
networking/netprogs/samba3.xml
rba1be62 r4e9f28df 7 7 <!ENTITY samba3-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba3-version;.tar.gz"> 8 8 <!ENTITY samba3-download-ftp "ftp://ftp.samba.org/pub/samba/stable/samba-&samba3-version;.tar.gz"> 9 <!ENTITY samba3-md5sum " fbb245863eeef2fffe172df779a217be">10 <!ENTITY samba3-size "3 2.5MB">11 <!ENTITY samba3-buildsize " 472 MB">12 <!ENTITY samba3-time "2. 4 SBU">9 <!ENTITY samba3-md5sum "b5f0560c216122529b1c3b7f41c62567"> 10 <!ENTITY samba3-size "34 MB"> 11 <!ENTITY samba3-buildsize "535 MB (includes running the test suite)"> 12 <!ENTITY samba3-time "2.7 SBU (additionall 1.4 SBU to run the test suite)"> 13 13 ]> 14 14 … … 85 85 <xref linkend="mitkrb"/>, 86 86 <xref linkend="python2"/> (used only in parts of the test suite), 87 <ulink url="http://tdb.samba.org/">tdb</ulink> (version 1.2.1), 87 <ulink url="http://tdb.samba.org/">tdb</ulink>, 88 <ulink url="http://ctdb.samba.org/">ctdb</ulink>, 88 89 <xref linkend="libcap2"/>, 89 90 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, … … 96 97 on using your system to join a Windows NT domain.</para> 97 98 98 < bridgehead renderas="sect4">Optional for Samba4 Support</bridgehead>99 <!-- <bridgehead renderas="sect4">Optional for Samba4 Support</bridgehead> 99 100 <para role="optional"><xref linkend="gnutls"/> (recommended), 100 101 <xref linkend="python2"/>, and 101 <xref linkend="sqlite"/></para> 102 <xref linkend="sqlite"/></para> --> 102 103 103 104 <para condition="html" role="usernotes">User Notes: … … 135 136 make</userinput></screen> 136 137 137 <!--138 138 <para>To test the results, issue: <command>make test</command>. If you have 139 139 <application>Linux-PAM</application> installed and built the PAM library 140 140 modules, you can perform a dlopen test by issuing: 141 141 <command>make test_pam_modules</command>.</para> 142 --> 143 < para>This program dose not come with a functional test suite.</para>142 143 <!-- <para>This program dose not come with a functional test suite.</para> --> 144 144 145 145 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 173 173 <title>Command Explanations</title> 174 174 175 < para><option>--enable-merged-build</option>: Use this parameter to build176 the (alpha) Samba4 components (GnuTLS is recommended).</para> 175 <!-- <para><option>-enable-merged-build</option>: Use this parameter to build 176 the (alpha) Samba4 components (GnuTLS is recommended).</para> --> 177 177 178 178 <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration … … 660 660 filesystem and support modules.</seg> 661 661 <seg>/etc/samba, /usr/lib/samba, /usr/share/doc/samba-&samba3-version;, 662 /usr/share/samba, /var/lib/samba and (if configured) /var/log/samba</seg> 662 /usr/share/samba, /var/lib/samba, /var/log/samba (if configured), and 663 /var/nmbd</seg> 663 664 </seglistitem> 664 665 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.