Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7792 - xinetd 2.3.9 -- bugfix release
Summary: xinetd 2.3.9 -- bugfix release
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-11 05:48 UTC by Maurizio Disimino
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xinetd-2.3.8.ebuild (xinetd-2.3.8.ebuild,1.71 KB, text/plain)
2002-09-11 05:48 UTC, Maurizio Disimino
Details
startup script for xinetd (xinetd.rc6,738 bytes, text/plain)
2002-09-11 05:48 UTC, Maurizio Disimino
Details
updated xinetd.rc6 (xinetd.rc6,865 bytes, text/plain)
2002-09-12 07:45 UTC, Maurizio Disimino
Details
xinetd 2.3.9 (xinetd-2.3.9.tar.gz,3.24 KB, application/octet-stream)
2002-09-25 09:33 UTC, Maurizio Disimino
Details
xinetd 2.3.9 tarball - fixed CFLAGS (xinetd-2.3.9.ebuild.tar.gz,3.30 KB, application/octet-stream)
2002-10-10 09:10 UTC, Maurizio Disimino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Disimino 2002-09-11 05:48:01 UTC
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 Maurizio Disimino 2002-09-11 05:48:24 UTC
Created attachment 3827 [details]
xinetd-2.3.8.ebuild
Comment 2 Maurizio Disimino 2002-09-11 05:48:45 UTC
Created attachment 3828 [details]
startup script for xinetd
Comment 3 Maurizio Disimino 2002-09-12 06:42:30 UTC
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 Maurizio Disimino 2002-09-12 07:45:21 UTC
Created attachment 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 Maurizio Disimino 2002-09-25 09:33:24 UTC
Created attachment 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 Maurizio Disimino 2002-10-10 09:10:42 UTC
Created attachment 4578 [details]
xinetd 2.3.9 tarball - fixed CFLAGS
Comment 7 Daniel Ahlberg (RETIRED) gentoo-dev 2002-10-24 10:04:29 UTC
Commited, thanks for the ebuild!