SlackBuilds Repository

15.0 > Network > xinetd (2.3.15.4)

xinetd (a better inetd)

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 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: killall 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

Maintained by: B. Watson
Keywords: xinetd inetd super-server super-daemon,xinetd,inetd,super-server,super-daemon
ChangeLog: xinetd

Homepage:
https://github.com/openSUSE/xinetd

Source Downloads:
xinetd-2.3.15.4.tar.gz (c2ca87367a7017a8f736a32e18be38e5)

Download SlackBuild:
xinetd.tar.gz
xinetd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
rc.xinetd
slack-desc
xinetd.SlackBuild
xinetd.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds