Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384409 - app-forensics/chkrootkit should not depend on cron
Summary: app-forensics/chkrootkit should not depend on cron
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Forensics Herd [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 07:51 UTC by Klaus Kusche
Modified: 2011-10-01 18:47 UTC (History)
1 user (show)

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 Klaus Kusche 2011-09-25 07:51:35 UTC
chkrootkit-0.49 now has RDEPEND="virtual/cron".

This should depend on the cron USE flag (which already exists for that purpose):
I'm on a laptop, I don't have cron (it makes no sense on a laptop),
and chkrootkit is the only package pulling in cron.

I run chkrootkit manually (on demand).
Comment 1 Tim Harder gentoo-dev 2011-09-27 08:12:33 UTC
(In reply to comment #0)
> chkrootkit-0.49 now has RDEPEND="virtual/cron".
> 
> This should depend on the cron USE flag (which already exists for that
> purpose):
> I'm on a laptop, I don't have cron (it makes no sense on a laptop)

Not entirely true as non-traditional cron packages like fcron can be useful on systems that are not up all the time.

Anyway, I agree and should probably have had a use flag enable the dep and install the related file in the first place. :)
Comment 2 Tim Harder gentoo-dev 2011-09-28 00:43:35 UTC
Added to chkrootkit-0.49 without a revision bump and defaulted to be on to preserve the original non-useflag state. If you don't want cron, unset the use flag for chkrootkit. :)

This will have to do until we get some sort of recommended deps functionality in a future EAPI.
Comment 3 Klaus Kusche 2011-10-01 18:47:07 UTC
Works for me.