Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151994 - dev-util/cvsneeds xinetd use flag
Summary: dev-util/cvsneeds xinetd use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: Lowest enhancement (vote)
Assignee: Maintainers for cvs, and cvs related tools (the version control system) [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-19 11:46 UTC by Kaiting Chen
Modified: 2006-12-23 13:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kaiting Chen 2006-10-19 11:46:28 UTC
cvs installs a config file into /etc/xinetd.d
It should probably only do this if you are using xinetd, so a simple:

if use xinetd; then

before

insinto /etc/xinetd.d
newins ........

should fix this.

And add xinetd to IUSE.
Comment 1 Thomas Tuttle 2006-10-19 12:42:38 UTC
(In reply to comment #0)
> cvs installs a config file into /etc/xinetd.d
> It should probably only do this if you are using xinetd, so a simple:
> 
> if use xinetd; then
> 
> before
> 
> insinto /etc/xinetd.d
> newins ........
> 
> should fix this.
> 
> And add xinetd to IUSE.

In cvs-1.12.13-r1.ebuild, this is fixed: USE="server" enables installing the xinetd configuration file.
Comment 2 Thomas Tuttle 2006-12-23 13:09:26 UTC
Apparently it's now fixed.