packages/xinetd.git
16 years agoxinetd should be able to listen on IPv6 even in -inetd_compat mode upstream+patches
David Madore [Mon, 24 Mar 2008 11:45:36 +0000 (12:45 +0100)]
xinetd should be able to listen on IPv6 even in -inetd_compat mode

xinetd does not bind to IPv6 addresses (and does not seem to have an
option to do so) when used in -inetd_compat mode.  As current inetd's
are IPv6-aware, this is a problem: this means xinetd cannot be used as
a drop-in inetd replacement.

The attached patch is a suggestion: it adds a -inetd_ipv6 global
option that, if used, causes inetd-compatibility lines to have an
implicit "IPv6" option.  Perhaps this is not the best solution, but
there should definitely be a way to get inetd.conf to be read in
IPv6-aware mode.

16 years agoDisable services from inetd.conf if a service with the same id exists.
Pierre Habouzit [Wed, 28 Nov 2007 09:13:08 +0000 (10:13 +0100)]
Disable services from inetd.conf if a service with the same id exists.

  This way, if a service is enabled in /etc/xinetd* _and_ in
/etc/inetd.conf, the one (even if disabled) from /etc/xinetd* takes
precedence.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoUpdate build system.
Pierre Habouzit [Mon, 26 Nov 2007 15:03:37 +0000 (16:03 +0100)]
Update build system.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoFix xinetd.log.man installation path.
Pierre Habouzit [Mon, 26 Nov 2007 15:02:48 +0000 (16:02 +0100)]
Fix xinetd.log.man installation path.

16 years agoVarious fixes from the previous maintainer.
Pierre Habouzit [Mon, 26 Nov 2007 15:02:04 +0000 (16:02 +0100)]
Various fixes from the previous maintainer.

16 years agoxconv.pl updates
Pierre Habouzit [Mon, 26 Nov 2007 15:01:43 +0000 (16:01 +0100)]
xconv.pl updates

16 years agoDocumentation fixes.
Pierre Habouzit [Mon, 26 Nov 2007 15:01:01 +0000 (16:01 +0100)]
Documentation fixes.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years agoImport upstream 2.3.14 upstream
Pierre Habouzit [Mon, 26 Nov 2007 14:57:13 +0000 (15:57 +0100)]
Import upstream 2.3.14

Signed-off-by: Pierre Habouzit <madcoder@debian.org>