use the new flag by default
authorPierre Habouzit <madcoder@debian.org>
Mon, 24 Mar 2008 11:54:04 +0000 (12:54 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 24 Mar 2008 11:54:04 +0000 (12:54 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
debian/NEWS
debian/README.update-inetd
debian/xinetd.init

index 8d24fd1..457bfad 100644 (file)
@@ -1,3 +1,11 @@
+xinetd (1:2.3.14-6) unstable; urgency=low
+
+  Thanks to David Madore, xinetd now is able to listen on IPv6 addresses for
+  inetd.conf compatibility layer. This is now the new default mode for xinetd
+  in Debian.
+
+ -- Pierre Habouzit <madcoder@debian.org>  Mon, 24 Mar 2008 12:50:42 +0100
+
 xinetd (1:2.3.14-3) unstable; urgency=low
 
   This version enables inetd_compat mode by default, so that we can pretend to
 xinetd (1:2.3.14-3) unstable; urgency=low
 
   This version enables inetd_compat mode by default, so that we can pretend to
index d881ce4..fe2ff54 100644 (file)
@@ -13,7 +13,7 @@ service becomes available through xinetd, without an xinetd.conf
 modification.
 
 To enable the inetd.conf compatibility mode, you can edit
 modification.
 
 To enable the inetd.conf compatibility mode, you can edit
-/etc/default/xinetd and add -inetd_compat to XINETD_OPTS
+/etc/default/xinetd and add -inetd_compat or -inetd_ipv6 to XINETD_OPTS
 
 However, you will want to put some services' configurations in xinetd.conf to
 customize them.
 
 However, you will want to put some services' configurations in xinetd.conf to
 customize them.
index 1c59e02..6fc0db6 100644 (file)
@@ -20,7 +20,7 @@ PIDFILE=/var/run/$NAME.pid
 test -x "$DAEMON" || exit 0
 
 test -e /etc/default/$NAME && . /etc/default/$NAME
 test -x "$DAEMON" || exit 0
 
 test -e /etc/default/$NAME && . /etc/default/$NAME
-case "$INETD_COMPAT" in [Yy]*) XINETD_OPTS="$XINETD_OPTS -inetd_compat";; esac
+case "$INETD_COMPAT" in [Yy]*) XINETD_OPTS="$XINETD_OPTS -inetd_compat -inetd_ipv6";; esac
 
 . /lib/lsb/init-functions
 
 
 . /lib/lsb/init-functions