Changeset 59048cd9


Ignore:
Timestamp:
02/12/2012 04:47:30 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5f903c6
Parents:
f42ffb8a
Message:

Remove xinetd

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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf42ffb8a r59048cd9  
    537537<!-- samba3 (chapter 14) -->
    538538<!ENTITY vsftpd-version               "2.3.4">
    539 <!ENTITY xinetd-version               "2.3.14">
     539<!-- <!ENTITY xinetd-version               "2.3.14"> -->
    540540
    541541<!-- Chapter 20 -->
  • general/prog/cvsserver.xml

    rf42ffb8a r59048cd9  
    125125    <para>Issue a <command>killall -HUP inetd</command> to reread the changed
    126126    <filename>inetd.conf</filename> file.</para>
    127 
     127<!--
    128128    <para>If you use <command>xinetd</command>, the following command will create
    129129    the CVS file as <filename>/etc/xinetd.d/cvspserver</filename>:</para>
     
    141141          passenv     = PATH
    142142          server      = /usr/bin/cvs
    143           server_args = -f --allow-root=/srv/cvsroot pserver
     143          server_args = -f - -allow-root=/srv/cvsroot pserver
    144144     }
    145145
     
    153153    <para>Issue a <command>/etc/rc.d/init.d/xinetd reload</command> to reread
    154154    the changed <filename>xinetd.conf</filename> file.</para>
    155 
     155-->
    156156    <para>Testing anonymous access to the new repository requires an account
    157157    on another machine that can reach the CVS server via network. No account
  • introduction/welcome/changelog.xml

    rf42ffb8a r59048cd9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Remove xinetd. </para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Update ca-cert scripts.  Account for
    4952          changed upstream format and ensure date command works
  • networking/netprogs/inetutils.xml

    rf42ffb8a r59048cd9  
    207207        <term><command>inetd</command></term>
    208208        <listitem>
    209           <para>is an Internet super-server. Note that the <xref linkend="xinetd"/>
    210           package provides a much better server that does the same thing.</para>
     209          <para>is an Internet super-server. <!-- Note that the <xref linkend="xinetd"/>
     210          package provides a much better server that does the same thing.--></para>
    211211          <indexterm zone="inetutils inetd">
    212212            <primary sortas="b-inetd">inetd</primary>
  • networking/netprogs/samba3.xml

    rf42ffb8a r59048cd9  
    516516       
    517517      </sect4>
    518 
     518<!--
    519519      <sect4>
    520520        <title>Setting up SWAT using xinetd</title>
     
    572572
    573573      </sect4>
    574 
     574-->
    575575      <sect4>
    576576        <title>Setting up SWAT using stunnel</title>
  • postlfs/security/mitkrb.xml

    rf42ffb8a r59048cd9  
    412412        First the <filename>/etc/services</filename> file must be updated to
    413413        include eklogin and krb5_prop. Second, the
    414         <filename>inetd.conf</filename> or <filename>xinetd.conf</filename>
     414        <filename>inetd.conf</filename> <!--or <filename>xinetd.conf</filename>--> file
    415415        must be modified for each server that will be activated, usually
    416416        replacing the server from <xref linkend="inetutils"/>.</para>
  • postlfs/security/tcpwrappers.xml

    rf42ffb8a r59048cd9  
    138138        <para>The <command>finger</command> server is used as an example here.</para>
    139139      </note>
    140 
     140<!--
    141141      <para>Similar changes must be made if <application>xinetd</application> is
    142142      used, with the emphasis being on calling <command>/usr/sbin/tcpd</command>
     
    147147        <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
    148148      </indexterm>
    149 
     149-->
    150150    </sect3>
    151151
  • server/mail/qpopper.xml

    rf42ffb8a r59048cd9  
    173173      <para>Issue a <command>killall -HUP inetd</command> to reread the
    174174      changed <filename>inetd.conf</filename> file.</para>
    175 
     175<!--
    176176      <para>If you use <command>xinetd</command>, the following command will
    177177      create the <application>Qpopper</application> file as
     
    204204      <para>Issue a <command>killall -HUP xinetd</command> to reread the
    205205      changed <filename>xinetd.conf</filename> file.</para>
    206 
     206-->
    207207    </sect3>
    208208
  • server/major/major.xml

    rf42ffb8a r59048cd9  
    2626<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3.xml"/> -->
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vsftpd.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinetd.xml"/>
     28<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinetd.xml"/> -->
    2929
    3030</chapter>
  • server/major/proftpd.xml

    rf42ffb8a r59048cd9  
    184184# in standalone mode, in inetd mode you should use an inetd server
    185185# that allows you to limit maximum number of processes per service
    186 # (such as xinetd)
     186<!--# (such as xinetd)-->
    187187MaxInstances                    30
    188188
  • server/major/vsftpd.xml

    rf42ffb8a r59048cd9  
    164164      <systemitem class="username">root</systemitem>, this file should be
    165165      modified because it is now recommended to run <command>vsftpd</command>
    166       in standalone mode as opposed to
    167       <command>inetd</command>/<command>xinetd</command> mode. Also, you
     166      in standalone mode. <!-- as opposed to
     167      <command>inetd</command>/<command>xinetd</command> mode. -->Also, you
    168168      should specify the privilege separation user created above. Finally,
    169169      you should specify the <command>chroot</command> directory.
  • server/other/leafnode.xml

    rf42ffb8a r59048cd9  
    6262
    6363    <bridgehead renderas="sect4">Recommended</bridgehead>
    64     <para role="recommended"><xref linkend="xinetd"/> and
    65     <xref linkend="fcron"/></para>
     64    <para role="recommended">
     65      <!-- <xref linkend="xinetd"/> and -->
     66      <xref linkend="fcron"/>
     67    </para>
    6668
    6769    <para condition="html" role="usernotes">User Notes:
     
    122124      <filename>/etc/sysconfig/createfiles</filename>
    123125      <filename>/etc/inetd.conf</filename> or
    124       <filename>/etc/xinetd.conf</filename> or
    125       <filename>/etc/xinetd.d/nntp</filename></para>
     126      <!-- <filename>/etc/xinetd.conf</filename> or
     127      <filename>/etc/xinetd.d/nntp</filename>--></para>
    126128
    127129      <indexterm zone="leafnode leafnode-config">
     
    132134        <primary sortas="e-etc-nntpserver">/etc/nntpserver</primary>
    133135      </indexterm>
    134 
     136<!--
    135137      <indexterm zone="leafnode leafnode-config">
    136138        <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
    137139      </indexterm>
    138 
     140-->
    139141      <indexterm zone="leafnode leafnode-config">
    140142        <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
     
    144146        <primary sortas="e-etc-sysconfig-createfiles">/etc/sysconfig/createfiles</primary>
    145147      </indexterm>
    146 
     148<!--
    147149      <indexterm zone="leafnode leafnode-config">
    148150        <primary sortas="e-etc-xinetd.d-nntp">/etc/xinetd.d/nntp</primary>
    149151      </indexterm>
    150 
     152-->
    151153    </sect3>
    152154
     
    195197      <para>Issue a <command>killall -HUP inetd</command> to reread the
    196198      changed <filename>inetd.conf</filename> file.</para>
    197 
     199<!--
    198200      <para>If you use <command>xinetd</command>, the following command will
    199201      create the <application>Leafnode</application> file as
     
    221223      <para>Issue a <command>killall -HUP xinetd</command> to reread the
    222224      changed <filename>xinetd.conf</filename> file.</para>
    223 
     225-->
    224226      <para>Add entries to the <systemitem class="username">root</systemitem>
    225227      or <systemitem class="username">news</systemitem> user's crontab to run
Note: See TracChangeset for help on using the changeset viewer.