Changeset a979d278


Ignore:
Timestamp:
08/20/2002 03:17:40 AM (22 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2250aed2
Parents:
fea53a2
Message:

added samba-2.2.5

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

Files:
5 added
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/slrn/slrn-config.xml

    rfea53a2 ra979d278  
    1313
    1414<para><screen>
    15 <userinput> slrn -f $HOME/.jnewsrc --create &amp;&amp; </userinput>
     15<userinput> slrn -f $HOME/.jnewsrc --create</userinput>
    1616</screen></para>
    1717
  • basicnet/mailnews/slrn/slrn-inst.xml

    rfea53a2 ra979d278  
    66<para><screen>
    77<userinput>./configure --prefix=/usr --with-slrnpull &amp;&amp;
    8 make &amp;&amp;
     8make LDFLAGS="-ldl" &amp;&amp;
    99make install</userinput>
    1010</screen></para>
  • basicnet/mailnews/slrn/slrn-intro.xml

    rfea53a2 ra979d278  
    1212can also be created with the use of the slrnpull program included in
    1313the slrn distribution.</para>
     14
     15<screen>slrn depends on:
     16<xref linkend="slang"/>.</screen>
     17
     18
    1419</sect2>
  • introduction/welcome/changelog.xml

    rfea53a2 ra979d278  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 19th, 2002 [larry]: Server: Added Samba-2.2.5 and
     14modified slrn.</para></listitem>
    1215
    1316<listitem><para>August 19th, 2002 [larry]: X: Added
  • introduction/welcome/credits.xml

    rfea53a2 ra979d278  
    9292Hymers</emphasis></para></listitem>
    9393
    94 <listitem><para>emacs, libfam, pine, qmail and slrn: <emphasis>Billy O'Connor</emphasis></para></listitem>
     94<listitem><para>emacs, libfam, pine, qmail, Samba and slrn: <emphasis>Billy O'Connor</emphasis></para></listitem>
    9595
    9696<listitem><para>fetchmail and wvdial: <emphasis>Paul
  • server/other/samba.xml

    rfea53a2 ra979d278  
    1 <sect1 id="samba" xreflabel="samba">
     1<sect1 id="samba" xreflabel="samba-&samba-version;">
    22<?dbhtml filename="samba.html" dir="server"?>
    3 <title>samba</title>
     3<title>Samba-&samba-version;</title>
    44
    5 <para>TO BE DONE</para>
     5&samba-intro;
     6&samba-inst;
     7&samba-exp;
     8&samba-config;
     9&samba-config-exp;
     10&samba-desc;
    611
    712</sect1>
  • server/other/samba/samba.ent

    rfea53a2 ra979d278  
    11<!ENTITY samba SYSTEM "../samba.xml">
     2<!ENTITY samba-intro SYSTEM "samba-intro.xml">
     3<!ENTITY samba-inst SYSTEM "samba-inst.xml">
     4<!ENTITY samba-exp SYSTEM "samba-exp.xml">
     5<!ENTITY samba-config-exp SYSTEM "samba-config-exp.xml">
     6<!ENTITY samba-desc SYSTEM "samba-desc.xml">
     7<!ENTITY samba-config SYSTEM "samba-config.xml">
     8<!ENTITY samba-buildsize "37 MB">
     9<!ENTITY samba-version "2.2.5">
     10<!ENTITY samba-download-http
     11"http://us1.samba.org/samba/ftp/samba-latest.tar.gz">
     12<!ENTITY samba-download-ftp "">
     13<!ENTITY samba-size "5.3 MB">
Note: See TracChangeset for help on using the changeset viewer.