PN: xinetd
PV: 2.3.15.4
PR: r0
PKGV: 2.3.15.4
PKGR: r0@EXTENDPRAUTO@
LICENSE: xinetd
DESCRIPTION: xinetd is a powerful replacement for inetd, 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 deployable defence mechanisms to protect against port scanners, among other things.
SUMMARY: Socket-based service activation daemon
RDEPENDS:xinetd: initd-functions perl glibc (>= 2.36) libtirpc (>= 1.3.3) libwrap (>= 7.6)
RRECOMMENDS:xinetd:  update-rc.d
SECTION: base
PKG:xinetd: xinetd
FILES:xinetd: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/xinetd /usr/lib/xinetd/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /lib/systemd/system-preset/98-xinetd.preset /lib/systemd/system/xinetd.service
CONFFILES:xinetd: /etc/xinetd.conf
FILES_INFO:xinetd: {"/etc/default/xinetd": 316, "/etc/init.d/xinetd": 1564, "/etc/xinetd.conf": 1456, "/etc/xinetd.d/chargen": 293, "/etc/xinetd.d/chargen-udp": 313, "/etc/xinetd.d/daytime": 293, "/etc/xinetd.d/daytime-udp": 313, "/etc/xinetd.d/discard": 293, "/etc/xinetd.d/discard-udp": 312, "/etc/xinetd.d/echo": 285, "/etc/xinetd.d/echo-udp": 304, "/etc/xinetd.d/servers": 312, "/etc/xinetd.d/services": 314, "/etc/xinetd.d/time": 319, "/etc/xinetd.d/time-udp": 313, "/lib/systemd/system-preset/98-xinetd.preset": 22, "/lib/systemd/system/xinetd.service": 235, "/usr/bin/itox": 66952, "/usr/bin/xconv.pl": 3133, "/usr/sbin/xinetd": 132692}
pkg_postinst:xinetd: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in xinetd.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset xinetd.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart xinetd.service\n\t\tfi\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT xinetd defaults\nfi\n
pkg_postrm:xinetd: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT xinetd remove\nfi\n
pkg_prerm:xinetd: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop xinetd.service\n\n\t\tsystemctl disable xinetd.service\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/xinetd" ]; then\n\t/etc/init.d/xinetd stop || :\nfi\n
FILERDEPENDSFLIST:xinetd: /etc/init.d/xinetd /usr/bin/itox /usr/bin/xconv.pl /usr/sbin/xinetd
FILERDEPENDS:/etc/init.d/xinetd:xinetd:  /bin/sh
FILERDEPENDS:/usr/bin/itox:xinetd:  ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
FILERDEPENDS:/usr/bin/xconv.pl:xinetd:  /usr/bin/perl
FILERDEPENDS:/usr/sbin/xinetd:xinetd:  ld-linux-armhf.so.3(GLIBC_2.4) libtirpc.so.3(TIRPC_0.3.0) libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libwrap.so.0 libtirpc.so.3 libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
PKGSIZE:xinetd: 210034
