Changeset 5f5a393


Ignore:
Timestamp:
08/24/2002 01:47:45 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:
8989f0c
Parents:
1c78953e
Message:

added leafnode and xinetd

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

Files:
11 added
6 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/credits.xml

    r1c78953e r5f5a393  
    9090Hymers</emphasis></para></listitem>
    9191
    92 <listitem><para>bind, emacs, libfam, pine, qmail, Samba and slrn: <emphasis>Billy O'Connor</emphasis></para></listitem>
     92<listitem><para>bind, emacs, leafnode, libfam, pine, qmail, Samba, slrn and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
    9393
    9494<listitem><para>fetchmail and wvdial: <emphasis>Paul
  • server/mail/qmail/qmail-config.xml

    r1c78953e r5f5a393  
    99
    1010<para><screen><userinput>
    11 echo "smtp stream tcp nowait qmaild/var/qmail/bin/tcp-env \
     11echo "smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env \
    1212tcp-env /var/qmail/bin/qmail-smtpd" >> /etc/inetd.conf
    1313</userinput></screen></para>
  • server/other/leafnode.xml

    r1c78953e r5f5a393  
    1 <sect1 id="leafnode" xreflabel="leafnode">
     1<sect1 id="leafnode" xreflabel="leafnode-&leafnode-version;">
    22<?dbhtml filename="leafnode.html" dir="server"?>
    3 <title>leafnode</title>
     3<title>leafnode-&leafnode-version;</title>
    44
    5 <para>TO BE DONE</para>
     5&leafnode-intro;
     6&leafnode-inst;
     7&leafnode-exp;
     8&leafnode-config;
     9&leafnode-desc;
    610
    711</sect1>
  • server/other/leafnode/leafnode.ent

    r1c78953e r5f5a393  
    11<!ENTITY leafnode SYSTEM "../leafnode.xml">
     2<!ENTITY leafnode-intro SYSTEM "leafnode-intro.xml">
     3<!ENTITY leafnode-inst SYSTEM "leafnode-inst.xml">
     4<!ENTITY leafnode-exp SYSTEM "leafnode-exp.xml">
     5<!ENTITY leafnode-config-exp SYSTEM "leafnode-config-exp.xml">
     6<!ENTITY leafnode-desc SYSTEM "leafnode-desc.xml">
     7<!ENTITY leafnode-config SYSTEM "leafnode-config.xml">
     8<!ENTITY leafnode-buildsize "3.9 MB">
     9<!ENTITY leafnode-version "1.9.24">
     10<!ENTITY leafnode-download-ftp
     11"ftp://wpxx02.toxi.uni-wuerzburg.de/pub/leafnode-1.9.24.rel.tar.bz2">
     12<!ENTITY leafnode-download-http
     13"http://www-dt.e-technik.uni-dortmund.de/~ma/leafnode/leafnode-1.9.24.rel.tar.bz2">
     14<!ENTITY leafnode-size "500 KB">
  • server/other/xinetd.xml

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

    r1c78953e r5f5a393  
    11<!ENTITY xinetd SYSTEM "../xinetd.xml">
     2<!ENTITY xinetd-intro SYSTEM "xinetd-intro.xml">
     3<!ENTITY xinetd-inst SYSTEM "xinetd-inst.xml">
     4<!ENTITY xinetd-exp SYSTEM "xinetd-exp.xml">
     5<!ENTITY xinetd-config-exp SYSTEM "xinetd-config-exp.xml">
     6<!ENTITY xinetd-desc SYSTEM "xinetd-desc.xml">
     7<!ENTITY xinetd-config SYSTEM "xinetd-config.xml">
     8<!ENTITY xinetd-buildsize "1.2 MB">
     9<!ENTITY xinetd-version "2.3.7">
     10<!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-2.3.7.tar.gz">
     11<!ENTITY xinetd-download-ftp "">
     12<!ENTITY xinetd-size "300 KB">
Note: See TracChangeset for help on using the changeset viewer.