Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 121886

Summary: dev-db/firebird - replace inetd use flag with xinetd
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Karol Wojtaszek (RETIRED) <sekretarz>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jakub Moc (RETIRED) gentoo-dev 2006-02-06 14:45:56 UTC
dev-db/firebird is the only ebuild using this flag, there are 5 other ebuilds that use xinetd instead. 

# euse -i inetd
global use flags (searching: inetd)
************************************************************
no matching entries found

local use flags (searching: inetd)
************************************************************
[-    ] inetd (dev-db/firebird):
If you want inetd version instead of a superserver (daemon)

-------

# euse -i xinetd
global use flags (searching: xinetd)
************************************************************
no matching entries found

local use flags (searching: xinetd)
************************************************************
[+ C  ] xinetd (net-ftp/proftpd):
Enable support for starting from xinetd

[+ C  ] xinetd (net-ftp/vsftpd):
Add support for running under xinetd

[+ C  ] xinetd (net-mail/qpopper):
If you want inetd version instead of standalone

[+ C  ] xinetd (net-misc/linux-identd):
Use xinetd instead of the initscript

[+ C  ] xinetd (net-misc/rsync):
Install an xinetd.d file for rsyncd

Does firebird really need its own use flag for the same thing?
Comment 1 Karol Wojtaszek (RETIRED) gentoo-dev 2006-02-11 14:39:32 UTC
Fixed in portage, thanks for info.