Changeset 1986ade for server


Ignore:
Timestamp:
12/16/2004 01:41:36 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
38556cb
Parents:
007e8ce
Message:

Updated to KDE-3.3.2 and Samba-3.0.9, added configuration section to desktop-file-utils; added instruction to GNOME core configuration to run update-desktop-database

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/samba3.xml

    r007e8ce r1986ade  
    77<!ENTITY samba3-download-http "http://us1.samba.org/samba/ftp/samba-&samba3-version;.tar.gz">
    88<!ENTITY samba3-download-ftp "ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz">
    9 <!ENTITY samba3-size "15.0 MB">
    10 <!ENTITY samba3-buildsize "136 MB">
    11 <!ENTITY samba3-time "2.04 SBU">
     9<!ENTITY samba3-size "15.1 MB">
     10<!ENTITY samba3-buildsize "141 MB">
     11<!ENTITY samba3-time "2.11 SBU">
    1212]>
    1313
     
    3535<sect3><title>Package information</title>
    3636<itemizedlist spacing='compact'>
    37 <listitem><para>Download (HTTP): <ulink url="&samba3-download-http;"/></para></listitem>
    38 <listitem><para>Download (FTP): <ulink url="&samba3-download-ftp;"/></para></listitem>
    39 <listitem><para>Download size: &samba3-size;</para></listitem>
    40 <listitem><para>Estimated disk space required: &samba3-buildsize;</para></listitem>
    41 <listitem><para>Estimated build time: &samba3-time;</para></listitem></itemizedlist>
    42 </sect3>
    43 
    44 <!-- <sect3><title>Additional downloads</title>
    45 <itemizedlist spacing='compact'>
    46 <listitem><para>Maintainer Recommended Patch: <ulink
    47 url="&patch-root;/samba-&samba3-version;-maintainer-1.patch"/></para></listitem>
    48 </itemizedlist>
    49 </sect3> -->
     37<listitem><para>Download (HTTP):
     38<ulink url="&samba3-download-http;"/></para></listitem>
     39<listitem><para>Download (FTP):
     40<ulink url="&samba3-download-ftp;"/></para></listitem>
     41<listitem><para>Download size:
     42&samba3-size;</para></listitem>
     43<listitem><para>Estimated disk space required:
     44&samba3-buildsize;</para></listitem>
     45<listitem><para>Estimated build time:
     46&samba3-time;</para></listitem></itemizedlist>
     47</sect3>
    5048
    5149<sect3>
     
    8684make &amp;&amp;
    8785make install &amp;&amp;
    88 chmod 644 /usr/include/libsmbclient.h &amp;&amp;
     86mv /usr/lib/samba/libsmbclient.so /usr/lib &amp;&amp;
     87ln -sf ../libsmbclient.so /usr/lib/samba &amp;&amp;
     88chmod 644 /usr/include/libsmbclient.h \
     89          /usr/lib/samba/libsmbclient.a &amp;&amp;
    8990install -m755 nsswitch/libnss_win{s,bind}.so /lib &amp;&amp;
    9091ln -sf libnss_winbind.so /lib/libnss_winbind.so.2 &amp;&amp;
    9192ln -sf libnss_wins.so /lib/libnss_wins.so.2 &amp;&amp;
    9293cp ../examples/smb.conf.default /etc/samba &amp;&amp;
    93 install -m644 ../docs/*.pdf /usr/share/samba
     94install -m644 ../docs/*.pdf /usr/share/samba &amp;&amp;
    9495if [ -f nsswitch/pam_winbind.so ]; then
    9596    install -m755 nsswitch/pam_winbind.so /lib/security
     
    132133instructions on how to configure and use the module by running
    133134<command>man winbindd</command>.</para>
     135
     136<para><command>mv /usr/lib/samba/libsmbclient.so ...; ln -sf
     137../libsmbclient.so ...</command>: The
     138<filename class='libraryfile'>libsmbclient.so</filename> library is needed
     139by other packages. This command moves it to a location where other packages
     140can find it.</para>
    134141
    135142<para><command>install -m755 nsswitch/libnss_win{s,bind}.so /lib</command>:
     
    304311<para>The <application>Samba</application> package contains
    305312<command>findsmb</command>,
    306 <command>make_smbcodepage</command>,
    307 <command>make_unicodemap</command>,
    308313<command>mount.smbfs</command>,
    309314<command>net</command>,
     
    330335<command>tdbbackup</command>,
    331336<command>tdbdump</command>,
     337<command>tdbtool</command>,
    332338<command>testparm</command>,
    333339<command>testprns</command>,
     
    342348<para><command>findsmb</command> lists information about machines that respond
    343349to <acronym>SMB</acronym> name queries on a subnet.</para></sect3>
    344 <sect3><title>make_smbcodepage</title>
    345 <para><command>make_smbcodepage</command> converts text descriptions of code
    346 pages to binary code page files and vice versa.</para></sect3>
    347 <sect3><title>make_unicodemap</title>
    348 <para><command>make_unicodemap</command> converts text Unicode map files to
    349 binary, for use in mapping characters to 16 bit Unicode.</para></sect3>
    350350<sect3><title>mount.smbfs</title>
    351351<para><command>mount.smbfs</command> provides <command>/bin/mount</command>
     
    433433<para><command>tdbdump</command> is a tool used to print the contents of a
    434434<application>Samba</application> <filename>.tdb</filename> file.</para></sect3>
     435<sect3><title>tdbtool</title>
     436<para><command>tdbtool</command> is a tool which allows simple database
     437manipulation on the commandline.</para></sect3>
    435438<sect3><title>testparm</title>
    436439<para><command>testparm</command> checks an <filename>smb.conf</filename> file
Note: See TracChangeset for help on using the changeset viewer.