Changeset 5a832414 for server


Ignore:
Timestamp:
11/30/2005 03:44:18 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
f922e62
Parents:
3102d0f
Message:

Updated to xinetd-2.3.14

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/xinetd.xml

    r3102d0f r5a832414  
    66
    77  <!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz">
    8   <!ENTITY xinetd-download-ftp " ">
    9   <!ENTITY xinetd-md5sum "4295b5fe12350f09b5892b363348ac8b">
    10   <!ENTITY xinetd-size "291 KB">
    11   <!ENTITY xinetd-buildsize "4.12 MB">
    12   <!ENTITY xinetd-time "0.11 SBU">
     8  <!ENTITY xinetd-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xinetd-&xinetd-version;.tar.gz">
     9  <!ENTITY xinetd-md5sum        "567382d7972613090215c6c54f9b82d9">
     10  <!ENTITY xinetd-size          "301 KB">
     11  <!ENTITY xinetd-buildsize     "4.4 MB">
     12  <!ENTITY xinetd-time          "less than 0.1 SBU">
    1313]>
    1414
     
    3131
    3232    <para><application>xinetd</application> is the eXtended InterNET services
    33     Daemon, a secure replacement for <command>inetd</command>.</para>
     33    daemon, a secure replacement for <command>inetd</command>.</para>
    3434
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5555    </itemizedlist>
    5656
    57     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    58     <itemizedlist spacing="compact">
    59       <listitem>
    60         <para>Required patch: <ulink
    61         url="&patch-root;/xinetd-&xinetd-version;-gcc4-1.patch"/></para>
    62       </listitem>
    63     </itemizedlist>
    64 
    6557    <bridgehead renderas="sect3">xinetd Dependencies</bridgehead>
    6658
    6759    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para><xref linkend="tcpwrappers"/></para>
     60    <para><xref linkend="tcpwrappers"/> and
     61    <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink></para>
    6962
    7063  </sect2>
     
    7669    commands:</para>
    7770
    78 <screen><userinput>patch -Np1 -i ../xinetd-&xinetd-version;-gcc4-1.patch &amp;&amp;
    79 ./configure --prefix=/usr &amp;&amp;
     71<screen><userinput>./configure --prefix=/usr --with-loadavg &amp;&amp;
    8072make</userinput></screen>
     73
     74    <para>This package does not come with a test suite.</para>
    8175
    8276    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9286      <title>Config Files</title>
    9387
    94       <para><filename>/etc/xinetd.conf</filename></para>
     88      <para><filename>/etc/xinetd.conf</filename> and
     89      <filename class='directory'>/etc/xinetd.d/*</filename></para>
    9590
    9691      <indexterm zone="xinetd xinetd-config">
    9792        <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
     93      </indexterm>
     94
     95      <indexterm zone="xinetd xinetd-config">
     96        <primary sortas="e-etc-xinetd.d">/etc/xinetd.d/*</primary>
    9897      </indexterm>
    9998
     
    459458<literal># Begin /etc/xinetd.d/rstatd
    460459
    461 ervice rstatd
     460service rstatd
    462461{
    463462   disable     = yes
Note: See TracChangeset for help on using the changeset viewer.