Gentoo Archives: gentoo-dev

From: Jerry A! <jerry@×××××××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] xinetd configuration
Date: Fri, 09 Nov 2001 20:29:40
Message-Id: 20011109222909.A848@nomad.thehutt.org
In Reply to: [gentoo-dev] xinetd configuration by Andreas Voegele
1 On Sat, Nov 10, 2001 at 01:17:55AM +0100, Andreas Voegele wrote:
2 : Hi!
3 :
4 : On Mandrake systems the package management system can add and remove
5 : services from the xinetd configuration without problems since the file
6 : /etc/xinetd.conf includes all files that were put into the directory
7 : /etc/xinetd.d by the installed packages.
8 :
9 : I'm wondering why Gentoo does not use such a scheme.
10 :
11 : It may be a security risk to enable all installed services by default
12 : but then /etc/init.d/xinetd shouldn't create /etc/xinetd.conf from
13
14 It may be easier to just have a xinetd.conf with the only entry being
15 "includedir /etc/xinetd.d". Then you create a singular .conf file for
16 each service. Each portage that needs a xinetd entry simply installs
17 its conf file into /etc/xinetd.d. This is how pam/pam.d is currently
18 setup.
19
20 --Jerry
21
22 name: Jerry Alexandratos || Open-Source software isn't a
23 phone: 571.275.9795 || matter of life or death...
24 email: jerry@×××××××.org || ...It's much more important
25 || than that!

Replies

Subject Author
[gentoo-dev] Re: xinetd configuration Andreas Voegele <voegelas@×××××××××××××××××.net>