Gentoo Archives: gentoo-dev

From: Matthew Kennedy <mkennedy@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Proposal for a global xinetd USE flag
Date: Sat, 22 Jul 2006 18:21:17
Message-Id: 874px98q00.fsf@gentoo.org
1 Currently we have the following local xinetd USE flags. The semantics
2 of xinetd in each case are roughly the same:
3
4 dev-db/firebird:xinetd - If you want inetd version instead of a superserver (daemon)
5 net-ftp/proftpd:xinetd - Enable support for starting from xinetd
6 net-ftp/vsftpd:xinetd - Add support for running under xinetd
7 net-im/bitlbee:xinetd - Install an xinetd.d file for bitlbee
8 net-mail/qpopper:xinetd - If you want inetd version instead of standalone
9 net-misc/linux-identd:xinetd - Use xinetd instead of the initscript
10 net-misc/rsync:xinetd - Install an xinetd.d file for rsyncd
11 net-proxy/ziproxy:xinetd - If you want inetd version instead of a superserver (daemon)
12
13 The following ebuilds installed xinetd configuration on my machine
14 even though I don't have xinetd installed.
15
16 mkennedy@localhost:~$ equery belongs /etc/xinetd.d
17 [ Searching for file(s) /etc/xinetd.d in *... ]
18 dev-util/subversion-1.3.2-r1 (/etc/xinetd.d)
19 dev-util/cvs-1.12.12-r3 (/etc/xinetd.d)
20 net-misc/netkit-fingerd-0.17-r2 (/etc/xinetd.d)
21 net-print/cups-1.2.1-r2 (/etc/xinetd.d)
22
23 RFC.
24
25 Matt
26
27 --
28 Matthew Kennedy
29 Gentoo Linux Developer (Public Key 0x401903E0)
30 --
31 gentoo-dev@g.o mailing list

Replies

Subject Author
[gentoo-dev] Re: Proposal for a global xinetd USE flag Stefan Schweizer <genstef@g.o>