Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134634 - cups-1.2.1 missing /etc/init.d/cupsd
Summary: cups-1.2.1 missing /etc/init.d/cupsd
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-28 06:40 UTC by Jean-Michel Smith
Modified: 2006-05-28 06:48 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 Jean-Michel Smith 2006-05-28 06:40:30 UTC
cups-1.2.1 ebuild does not install /etc/init.d/cupsd

Adding the following line to src_install() fixes the problem:

newinitd ${FILESDIR}/cupsd.rc6 cupsd
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-28 06:48:07 UTC
(In reply to comment #0)
> Adding the following line to src_install() fixes the problem:
> newinitd ${FILESDIR}/cupsd.rc6 cupsd

Hmmm? It is there...

# grep newinitd cups-1.2.1.ebuild 
	newinitd ${FILESDIR}/cupsd.rc6 cupsd