mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Updated to xinetd-2.3.14
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5334 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3102d0f0c3
commit
5a83241408
@ -290,7 +290,7 @@
|
||||
<!ENTITY proftpd-version "1.2.10">
|
||||
<!-- samba3 (chapter 18) -->
|
||||
<!ENTITY vsftpd-version "2.0.3">
|
||||
<!ENTITY xinetd-version "2.3.13">
|
||||
<!ENTITY xinetd-version "2.3.14">
|
||||
|
||||
<!-- Chapter 22 -->
|
||||
<!ENTITY courier-version "0.47">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>November 30th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to xinetd-2.3.14.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added a command to create the logging directory in
|
||||
the GDM instructions, thanks to Vincent Fretin for pointing out the
|
||||
|
@ -5,11 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz">
|
||||
<!ENTITY xinetd-download-ftp " ">
|
||||
<!ENTITY xinetd-md5sum "4295b5fe12350f09b5892b363348ac8b">
|
||||
<!ENTITY xinetd-size "291 KB">
|
||||
<!ENTITY xinetd-buildsize "4.12 MB">
|
||||
<!ENTITY xinetd-time "0.11 SBU">
|
||||
<!ENTITY xinetd-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xinetd-&xinetd-version;.tar.gz">
|
||||
<!ENTITY xinetd-md5sum "567382d7972613090215c6c54f9b82d9">
|
||||
<!ENTITY xinetd-size "301 KB">
|
||||
<!ENTITY xinetd-buildsize "4.4 MB">
|
||||
<!ENTITY xinetd-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="xinetd" xreflabel="xinetd-&xinetd-version;">
|
||||
@ -30,7 +30,7 @@
|
||||
<title>Introduction to xinetd</title>
|
||||
|
||||
<para><application>xinetd</application> is the eXtended InterNET services
|
||||
Daemon, a secure replacement for <command>inetd</command>.</para>
|
||||
daemon, a secure replacement for <command>inetd</command>.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -54,18 +54,11 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/xinetd-&xinetd-version;-gcc4-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">xinetd Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="tcpwrappers"/></para>
|
||||
<para><xref linkend="tcpwrappers"/> and
|
||||
<ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -75,10 +68,11 @@
|
||||
<para>Install <application>xinetd</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../xinetd-&xinetd-version;-gcc4-1.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr --with-loadavg &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
@ -91,12 +85,17 @@ make</userinput></screen>
|
||||
<sect3 id="xinetd-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<para><filename>/etc/xinetd.conf</filename></para>
|
||||
<para><filename>/etc/xinetd.conf</filename> and
|
||||
<filename class='directory'>/etc/xinetd.d/*</filename></para>
|
||||
|
||||
<indexterm zone="xinetd xinetd-config">
|
||||
<primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="xinetd xinetd-config">
|
||||
<primary sortas="e-etc-xinetd.d">/etc/xinetd.d/*</primary>
|
||||
</indexterm>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
@ -458,7 +457,7 @@ EOF
|
||||
cat > /etc/xinetd.d/rstatd << "EOF" &&
|
||||
<literal># Begin /etc/xinetd.d/rstatd
|
||||
|
||||
ervice rstatd
|
||||
service rstatd
|
||||
{
|
||||
disable = yes
|
||||
type = RPC
|
||||
|
Loading…
Reference in New Issue
Block a user