Disable services from inetd.conf if a service with the same id exists.
authorPierre Habouzit <madcoder@debian.org>
Wed, 28 Nov 2007 09:13:08 +0000 (10:13 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 28 Nov 2007 09:50:48 +0000 (10:50 +0100)
commitd588b6530e1382a624898b3f4307f636c72c80a9
tree69a1fb6487ee93dcdcd007e16d75fb0fb72abd5b
parentfac6391dfbfb82dc0ea3c5d3822faff7ad57d307
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>
xinetd/inet.c