[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-14.2/source/network/xinetd/
Contents of README:
Xinetd is a powerful inetd replacement.  Xinetd has access control mechanisms,
extensive logging capabilities, the ability to make services available based
on time, can place limits on the number of servers that can be started,
and has a configurable defence mechanisms to protect against port scanners,
among other things.

Before starting xinetd, you may wish to switch inetd off if it is running.
To do this:

Do a "ps x" as root and look up the pid of inetd. Then do "kill <pid of inetd>"

Stop inetd from starting at boot:  chmod 0644 /etc/rc.d/rc.inetd
Start xinetd on boot by adding the following lines to /etc/rc.d/rc.local:

  if [ ! -x /etc/rc.d/rc.inetd ] &&  [ -x /etc/rc.d/rc.xinetd ]; then 
    /etc/rc.d/rc.xinetd start
  fi
Ensure that /etc/rc.d/{rc.local,rc.xinetd} have executable permissions.

Alternatively, you can avoid all of the edits to rc.local:
mv /etc/rc.d/rc.xinetd /etc/rc.d/rc.inetd 


Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 31-Aug-2016 15:57 916 [   ] doinst.sh 31-Aug-2016 15:57 917 [TXT] rc.xinetd 31-Aug-2016 15:57 1.8K [TXT] slack-desc 31-Aug-2016 15:57 944 [   ] xinetd-2.3.15.tar.gz 31-Aug-2016 15:57 303K [   ] xinetd-add_destdir.patch 15-Apr-2011 00:00 2.4K [TXT] xinetd.SlackBuild 23-Apr-2014 03:00 3.5K [   ] xinetd.info 31-Aug-2016 15:57 278

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!