Author: randy
Date: 2005-11-30 08:44:18 -0700 (Wed, 30 Nov 2005)
New Revision: 5334
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/xinetd.xml
Log:
Updated to xinetd-2.3.14
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-11-30 15:00:29 UTC (rev 5333)
+++ trunk/BOOK/general.ent 2005-11-30 15:44:18 UTC (rev 5334)
@@ -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">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-11-30 15:00:29 UTC
(rev 5333)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-11-30 15:44:18 UTC
(rev 5334)
@@ -45,6 +45,9 @@
<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
oversight.</para>
Modified: trunk/BOOK/server/major/xinetd.xml
===================================================================
--- trunk/BOOK/server/major/xinetd.xml 2005-11-30 15:00:29 UTC (rev 5333)
+++ trunk/BOOK/server/major/xinetd.xml 2005-11-30 15:44:18 UTC (rev 5334)
@@ -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 @@
<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 @@
cat > /etc/xinetd.d/rstatd << "EOF" &&
<literal># Begin /etc/xinetd.d/rstatd
-ervice rstatd
+service rstatd
{
disable = yes
type = RPC
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page