fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / debian / README.Debian
1 README.Debian for xinetd
2 ========================
3
4   xinetd in debian is supposed to work with -inetd_compat enabled (you can
5   tweak that in /etc/default/xinetd).
6
7   Package maintainers that support xinetd in addition to xinetd, will drop
8   files in /etc/xinetd.d/<service> _and_ add entries in /etc/inetd.conf,
9   enabling them using update-inetd.
10
11   If both an xinetd service configuration id and an entry in /etc/inetd.conf
12   match, the xinetd one will hide the inetd.conf one, even if disabled. This
13   trick is built to simplify the logic in update-inetd, and let the
14   administrators only touch xinetd configuration and don't have
15   /etc/inetd.conf mess with that they changed behind their back.
16
17  -- Pierre Habouzit <madcoder@debian.org>  Wed, 28 Nov 2007 11:55:48 +0100