          MODULE=xinetd
         VERSION=2.3.15.4
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://github.com/openSUSE/xinetd/releases/download/$VERSION/
      SOURCE_VFY=sha256:2baa581010bc70361abdfa37f121e92aeb9c5ce67f9a71913cebd69359cc9654
        WEB_SITE=https://www.xinetd.org
         ENTERED=20010922
         UPDATED=20201025
        SHORT="replacement for inetd, the internet services daemon"

cat << EOF
xinetd is a replacement for inetd, the internet services daemon. Anybody can use
it to start servers that don't require privileged ports because xinetd does not
require that the services in its configuration file be listed in /etc/services.
It can do access control on all services based on the address of the remote host
and time of access. Access control works on all services, whether multi-threaded
or single-threaded and for both the TCP and UDP protocols. xinetd supports both
internal access control, and the use of the libwrap library.
IPv6 with access control is also supported.
EOF
