Changeset 59048cd9 for server/major


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

Location:
server/major
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.
Note: See TracChangeset for help on using the changeset viewer.