Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39022 - Wrong ewarn for installing/updating vixie-cron
Summary: Wrong ewarn for installing/updating vixie-cron
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 04:35 UTC by Benjamin-Timm Broich
Modified: 2004-01-22 13:11 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 Benjamin-Timm Broich 2004-01-22 04:35:24 UTC
Theres a wrong ewarn in the pkg_postinst() function of vixie-cron-3.0.1-r3.ebuild.

ewarn "Please run:"
ewarn "rc-update del vcron"
ewarn "rc-update add vixie-cron"

In my opinion it should be changed to:

ewarn "Please run:"
ewarn "rc-update del vcron"
ewarn "rc-update add vixie-cron default"

Executing this command brings an error message because of the missing second value needed by rc-update after "add". A small mistake, but should be fixed! ;-)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-01-22 13:11:05 UTC
in cvs