Changeset 268be77a


Ignore:
Timestamp:
08/30/2002 02:35:02 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:
6a78dbb
Parents:
93bca34
Message:

added lesstif, updated sendmail, slrn

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

Files:
4 added
7 edited

Legend:

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

    r93bca34 r268be77a  
    1313the slrn distribution.</para>
    1414
    15 <screen>slrn depends on:
    16 <xref linkend="slang"/>.</screen>
     15<para>slrn depends on:
     16<xref linkend="slang"/> and an MTA, found in <xref
     17linkend="server-mail"/>.</para>
     18
    1719
    1820
  • introduction/welcome/changelog.xml

    r93bca34 r268be77a  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 29th, 2002 [larry]: X: Added lesstif-0.93.36,
     14sendmail and slrn updates submitted by Billy.</para></listitem>
    1215
    1316<listitem><para>August 29th, 2002 [larry]: Postlfs: Updated to
  • introduction/welcome/credits.xml

    r93bca34 r268be77a  
    9292Hymers</emphasis></para></listitem>
    9393
    94 <listitem><para>bind, cvs server, emacs, exim, leafnode, libfam, pine,
     94<listitem><para>bind, cvs server, emacs, exim, leafnode, lesstif, libfam, pine,
    9595qmail, qpopper, PostgreSQL, Samba, sendmail, slrn, tex and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
    9696
  • server/mail/sendmail/sendmail-config.xml

    r93bca34 r268be77a  
    1616EOF
    1717cd /etc/mail &amp;&amp;
    18 cp -R  /usr/src/sendmail-8.12.5/cf/* . &amp;&amp;
    19 cp -R  /usr/src/sendmail-8.12.5/cf/cf/submit.mc . &amp;&amp;
    20 cp -R  /usr/src/sendmail-8.12.5/cf/cf/sendmail.mc . &amp;&amp;
     18cp -R  /usr/src/sendmail-8.12.6/cf/* . &amp;&amp;
     19cp -R  /usr/src/sendmail-8.12.6/cf/cf/submit.mc . &amp;&amp;
     20cp -R  /usr/src/sendmail-8.12.6/cf/cf/sendmail.mc . &amp;&amp;
    2121sendmail -v -bi &amp;&amp;
    2222/usr/sbin/sendmail -bs -bd -q1m
     
    4040        start)
    4141        echo "Starting sendmail..."
    42         loadproc sendmail -bs -bd -q1m start
     42        loadproc /usr/sbin/sendmail -bs -bd -q1m start
    4343        ;;
    4444
  • server/mail/sendmail/sendmail-inst.xml

    r93bca34 r268be77a  
    1616
    1717<para><screen><userinput>
     18cat &gt; devtools/Site/site.config.m4 &lt;&lt "EOF"
     19define(`confMANGRP',`root')
     20define(`confMANOWN',`root')
     21define(`confSBINGRP',`root')
     22define(`confUBINGRP',`root')
     23define(`confUBINOWN',`root')
     24EOF                                     
    1825cd sendmail &amp;&amp;
    1926sh Build &amp;&amp;
  • x/lib/lesstif.xml

    r93bca34 r268be77a  
    1 <sect1 id="lesstif" xreflabel="lesstif">
     1<sect1 id="lesstif" xreflabel="lesstif-&lesstif-version;">
    22<?dbhtml filename="lesstif.html" dir="x"?>
    3 <title>lesstif</title>
     3<title>lesstif-&lesstif-version;</title>
    44
    5 <para>TO BE DONE</para>
     5&lesstif-intro;
     6&lesstif-inst;
     7&lesstif-config;
     8&lesstif-desc;
    69
    710</sect1>
  • x/lib/lesstif/lesstif.ent

    r93bca34 r268be77a  
    11<!ENTITY lesstif SYSTEM "../lesstif.xml">
     2<!ENTITY lesstif-intro SYSTEM "lesstif-intro.xml">
     3<!ENTITY lesstif-inst SYSTEM "lesstif-inst.xml">
     4<!ENTITY lesstif-exp SYSTEM "lesstif-exp.xml">
     5<!ENTITY lesstif-desc SYSTEM "lesstif-desc.xml">
     6<!ENTITY lesstif-config SYSTEM "lesstif-config.xml">
     7<!ENTITY lesstif-buildsize "62 MB">
     8<!ENTITY lesstif-version "0.93.36">
     9<!ENTITY lesstif-download-http "http://telia.dl.sourceforge.net/sourceforge/lesstif/lesstif-0.93.36.tar.bz2">
     10<!ENTITY lesstif-download-ftp "">
     11<!ENTITY lesstif-size "2.4 MB">
Note: See TracChangeset for help on using the changeset viewer.