Ignore:
Timestamp:
02/12/2005 07:50:52 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:
f62b122b
Parents:
3616dc5
Message:

Added md5sums to Chapter 22 package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/xinetd.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz">
    88<!ENTITY xinetd-download-ftp " ">
     9<!ENTITY xinetd-md5sum "4295b5fe12350f09b5892b363348ac8b">
    910<!ENTITY xinetd-size "291 KB">
    1011<!ENTITY xinetd-buildsize "3.91 MB">
    1112<!ENTITY xinetd-time "0.09 SBU">
    12 
    1313]>
    1414
     
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&xinetd-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&xinetd-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&xinetd-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&xinetd-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &xinetd-md5sum;</para></listitem>
    3336<listitem><para>Download size: &xinetd-size;</para></listitem>
    34 <listitem><para>Estimated disk space required: &xinetd-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &xinetd-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&xinetd-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&xinetd-time;</para></listitem></itemizedlist>
    3641</sect3>
    3742
    3843<sect3><title><application>xinetd</application> dependencies</title>
    3944<sect4><title>Optional</title>
    40 <para><xref linkend="tcpwrappers"/></para></sect4>
     45<para><xref linkend="tcpwrappers"/></para>
     46</sect4>
    4147</sect3>
    4248
     
    8389<screen><userinput><command>make install-xinetd</command></userinput></screen>
    8490
    85 <para>Now, use the new boot script to start <command>xinetd</command>: </para>
     91<para>Now, use the new boot script to start <command>xinetd</command>:</para>
    8692
    8793<screen><userinput><command>/etc/rc.d/init.d/xinetd start</command></userinput></screen>
     
    100106<para>These errors are because most of the servers <command>xinetd</command>
    101107is trying to control are not installed yet.</para>
    102 
    103108</sect3>
    104109
     
    111116<command>xinetd</command>,
    112117<command>itox</command> and
    113 <command>xconv.pl</command>.</para></sect2>
     118<command>xconv.pl</command>.</para>
     119
     120</sect2>
    114121
    115122<sect2><title>Description</title>
Note: See TracChangeset for help on using the changeset viewer.