Changeset a8ecf657 for server


Ignore:
Timestamp:
04/02/2006 02:21:06 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9d391d12
Parents:
1663c2b5
Message:

Updated to Samba-3.0.22

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5787 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/samba3.xml

    r1663c2b5 ra8ecf657  
    55  %general-entities;
    66
    7   <!ENTITY samba3-download-http "http://us1.samba.org/samba/ftp/samba-&samba3-version;.tar.gz">
     7  <!ENTITY samba3-download-http "http://us1.samba.org/samba/ftp/stable/samba-&samba3-version;.tar.gz">
    88  <!ENTITY samba3-download-ftp  "ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz">
    9   <!ENTITY samba3-md5sum        "39c0cae08fe0224cb003aa0af97d3050">
    10   <!ENTITY samba3-size          "17.1 MB">
    11   <!ENTITY samba3-buildsize     "177.4 MB">
    12   <!ENTITY samba3-time          "2.5 SBU">
     9  <!ENTITY samba3-md5sum        "5c39505af17cf5caf3d6ed8bab135036">
     10  <!ENTITY samba3-size          "17.5 MB">
     11  <!ENTITY samba3-buildsize     "199 MB">
     12  <!ENTITY samba3-time          "2.8 SBU">
    1313]>
    1414
     
    6464    </itemizedlist>
    6565
     66    <!--
    6667    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6768    <itemizedlist spacing="compact">
     
    7273      </listitem>
    7374    </itemizedlist>
     75    -->
    7476
    7577    <bridgehead renderas="sect3">Samba Dependencies</bridgehead>
     
    8082    <xref linkend="openldap"/>,
    8183    <xref linkend="cups"/>,
    82     <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    83     <xref linkend="libxml2"/>,
     84    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and
     85    <xref linkend="python"/> (to build Samba API bindings for the
     86    <application>Python</application> installation)</para>
     87    <!-- only used for the test suite which is not really functional
     88     and
     89    <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para> -->
     90
     91    <bridgehead renderas="sect4">Optional
     92    (To Build Experimental passdb Libraries</bridgehead>
     93    <para><xref linkend="libxml2"/>,
    8494    <xref linkend="mysql"/>,
    85     <xref linkend="postgresql"/>,
    86     <xref linkend="python"/> and
    87     <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
     95    <xref linkend="postgresql"/></para>
    8896
    8997  </sect2>
     
    92100    <title>Installation of Samba</title>
    93101
     102    <!--
    94103    <para>A <application>Samba</application> <filename>include.h</filename>
    95104    header now does checks for C++ reserved names. The package will not build
     
    100109
    101110<screen><userinput>patch -Np1 -i ../samba-&samba3-version;-heimdal-1.patch</userinput></screen>
     111    -->
    102112
    103113    <para>Install <application>Samba</application> by running the following
     
    111121
    112122<screen><userinput>cd source &amp;&amp;
    113 sed -i "60s/lib\[2/lib[1/" python/setup.py &amp;&amp;
    114123./configure \
    115124    --prefix=/usr \
     
    121130make</userinput></screen>
    122131
    123     <para>This package does not come with a test suite.</para>
     132    <para>This package does not come with a functional test suite.</para>
    124133
    125134    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    136145ln -v -sf libsmbclient.so /usr/lib/libsmbclient.so.0 &amp;&amp;
    137146
    138 chmod -v 644 /usr/include/libsmbclient.h &amp;&amp;
     147chmod -v 644 /usr/include/lib{smbclient,msrpc}.h &amp;&amp;
    139148
    140149install -v -m755 nsswitch/libnss_win{s,bind}.so /lib &amp;&amp;
     
    150159install -v -m755 -d /usr/share/doc/samba-&samba3-version; &amp;&amp;
    151160install -v -m644 ../docs/*.pdf /usr/share/doc/samba-&samba3-version; &amp;&amp;
    152 ln -v -s ../../samba/swat  /usr/share/doc/samba-3.0.20b</userinput></screen>
     161ln -v -s ../../samba/swat  /usr/share/doc/samba-&samba3-version;</userinput></screen>
    153162
    154163  <para>If you passed the <option>--with-python</option> option to the
     
    163172  <sect2 role="commands">
    164173    <title>Command Explanations</title>
    165 
    166     <para><command>sed -i "60s/lib\[2/lib[1/" python/setup.py</command>:
    167     This command is necessary to build the
    168     <application>Python</application> extensions. The
    169     <filename>setup.py</filename> file has a bug which causes the build to
    170     crash. This command fixes the bug.</para>
    171174
    172175    <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
     
    532535<literal>[swat]
    533536accept  = 901
    534 connect = 902</literal>
     537connect = 902
     538TIMEOUTclose = 1</literal>
    535539
    536540EOF</userinput></screen>
     
    679683      <segtitle>Installed Directories</segtitle>
    680684
     685<!--newprogs: eventlogadm smbget-->
     686
    681687      <seglistitem>
    682         <seg>findsmb, mount.smbfs, net, nmbd, nmblookup, ntlm_auth, pdbedit,
    683         profiles, rpcclient, smbcacls, smbclient, smbcontrol, smbcquotas, smbd,
    684         smbmnt, smbmount, smbpasswd, smbspool, smbstatus, smbtar, smbtree,
    685         smbumount, swat, tdbbackup, tdbdump, tdbtool, testparm, testprns,
    686         wbinfo, and winbindd</seg>
    687         <seg>libnss_winbind.so, libnss_wins.so, libsmbclient.so, the
    688         pam_winbind.so PAM library and assorted character set,
    689         filesystem and support modules.</seg>
    690         <seg>/etc/samba, /usr/lib/samba, /usr/share/samba, /var/cache/samba,
    691         and /var/lib/samba</seg>
     688        <seg>eventlogadm, findsmb, mount.smbfs, net, nmbd, nmblookup,
     689        ntlm_auth, pdbedit, profiles, rpcclient, smbcacls, smbclient,
     690        smbcontrol, smbcquotas, smbd, smbget, smbmnt, smbmount, smbpasswd,
     691        smbspool, smbstatus, smbtar, smbtree, smbumount, swat, tdbbackup,
     692        tdbdump, tdbtool, testparm, testprns, wbinfo, and winbindd</seg>
     693        <seg>libnss_winbind.so, libnss_wins.so, libsmbclient.so, libmsrpc.so,
     694        the pam_winbind.so PAM library and assorted character set, filesystem
     695        and support modules.</seg>
     696        <seg>/etc/samba, /usr/lib/python2.4/site-packages/samba,
     697        /usr/lib/samba, /usr/share/doc/samba-&samba3-version;,
     698        /usr/share/samba, /var/lib/samba and /var/log/samba</seg>
    692699      </seglistitem>
    693700    </segmentedlist>
     
    697704      <?dbfo list-presentation="list"?>
    698705      <?dbhtml list-presentation="table"?>
     706
     707      <varlistentry id="eventlogadm">
     708        <term><command>eventlogadm</command></term>
     709        <listitem>
     710          <para>is used to write records to eventlogs from STDIN, add the
     711          specified source and DLL eventlog registry entries and display the
     712          active eventlog names (from <filename>smb.conf</filename>).</para>
     713          <indexterm zone="samba3 eventlogadm">
     714            <primary sortas="b-eventlogadm">eventlogadm</primary>
     715          </indexterm>
     716        </listitem>
     717      </varlistentry>
    699718
    700719      <varlistentry id="findsmb">
     
    847866          <indexterm zone="samba3 smbd">
    848867            <primary sortas="b-smbd">smbd</primary>
     868          </indexterm>
     869        </listitem>
     870      </varlistentry>
     871
     872      <varlistentry id="smbget">
     873        <term><command>smbget</command></term>
     874        <listitem>
     875          <para>is a simple utility with <command>wget</command>-like
     876          semantics, that can download files from SMB servers. You can specify
     877          the files you would like to download on the command-line.</para>
     878          <indexterm zone="samba3 smbget">
     879            <primary sortas="b-smbget">smbget</primary>
    849880          </indexterm>
    850881        </listitem>
Note: See TracChangeset for help on using the changeset viewer.