Bug 7792 - xinetd 2.3.9 -- bugfix release
Bug#: 7792 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: aliz@gentoo.org Reported By: kevin@aptbasilicata.it
Component: Applications
URL: 
Summary: xinetd 2.3.9 -- bugfix release
Keywords:  
Status Whiteboard: 
Opened: 2002-09-11 05:48 0000
Description:   Opened: 2002-09-11 05:48 0000
Complete changelog entries:

- Updated to 2.3.8.
- Fixed dependencies. if USE="tcpd", tcp-wrappers is a RDETPEND too.
  How can work xinetd if /usr/sbin/tcpd doesn't exist? This would be the output.

DEBUG: {handle_includedir} Reading included configuration file:
/etc/xinetd.d/telnet [line=13]
ERROR: {server_parser} Server /usr/sbin/tcpd is not executable [line=4]
ERROR: {identify_attribute} Error parsing attribute server - DISABLING SERVICE
[line=4]

- ${FILEDIR}/xconv.pl is deprecated. Now using ${S}/xinetd/xconv.pl.
- Fixed xinetd.rc6 and added dump/reload functions.

regards,

Maurizio aka j2ee

------- Comment #1 From Maurizio Disimino 2002-09-11 05:48:24 0000 -------
Created an attachment (id=3827) [details]
xinetd-2.3.8.ebuild

------- Comment #2 From Maurizio Disimino 2002-09-11 05:48:45 0000 -------
Created an attachment (id=3828) [details]
startup script for xinetd

------- Comment #3 From Maurizio Disimino 2002-09-12 06:42:30 0000 -------
a couple of notes:

attachment 1 [details]) LICENCE should be "as-is" according to the COPYRIGHT file.
attachment 2 [details]) the killall commands should be followed by &>/dev/null

Maurizio

------- Comment #4 From Maurizio Disimino 2002-09-12 07:45:21 0000 -------
Created an attachment (id=3854) [details]
updated xinetd.rc6

xinetd manpage:
SIGIOT	 causes an internal consistency check to verify that the data
	 structures used by the program have not been corrupted. When the 
	 check is completed  xinetd will generate a message that says if the
	 check was successful or not.

- Added check() in xinetd.rc6
- Fixed the &>/dev/null for reload(), dump() and check()

------- Comment #5 From Maurizio Disimino 2002-09-25 09:33:24 0000 -------
Created an attachment (id=4182) [details]
xinetd 2.3.9

bugfixfixfix release :)

./ChangeLog
./files/
./files/etc.xinetd.d/
./files/etc.xinetd.d/README.services
./files/etc.xinetd.d/chargen-tcp
./files/etc.xinetd.d/chargen-udp
./files/etc.xinetd.d/daytime-tcp
./files/etc.xinetd.d/daytime-udp
./files/etc.xinetd.d/echo-tcp
./files/etc.xinetd.d/echo-udp
./files/etc.xinetd.d/time-tcp
./files/etc.xinetd.d/time-udp
./files/xinetd.conf
./files/xinetd.confd
./files/xinetd.rc6
./files/digest-xinetd-2.3.9
./xinetd-2.3.9.ebuild

Maurizio

------- Comment #6 From Maurizio Disimino 2002-10-10 09:10:42 0000 -------
Created an attachment (id=4578) [details]
xinetd 2.3.9 tarball - fixed CFLAGS

------- Comment #7 From Daniel Ahlberg (RETIRED) 2002-10-24 10:04:29 0000 -------
Commited, thanks for the ebuild!