Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153685 - dev-libs/cyrus-sasl ebuild using echo instead of einfo/elog
Summary: dev-libs/cyrus-sasl ebuild using echo instead of einfo/elog
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 07:17 UTC by Gilles Dartiguelongue (RETIRED)
Modified: 2006-12-10 07:44 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 Gilles Dartiguelongue (RETIRED) gentoo-dev 2006-11-01 07:17:43 UTC
here is the email I'm getting when upgrading cyrus-sasl :

WARN: postinst
You need to add a user running a service using Courier's
authdaemon to the 'mail' group. For example, do:
to add postfix to 'mail' group.

so what shall I really do ?

excerpt of the ebuild :
        ewarn "You need to add a user running a service using Courier's"
        ewarn "authdaemon to the 'mail' group. For example, do:"
        echo "  gpasswd -a postfix mail"
        ewarn "to add postfix to 'mail' group."

yes that's true, there is an echo surrounded by ewarns...
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2006-12-10 07:44:17 UTC
Fixed. Thanks.