Bug 153685 - dev-libs/cyrus-sasl ebuild using echo instead of einfo/elog
Bug#: 153685 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: net-mail@gentoo.org Reported By: eva@gentoo.org
Component: Ebuilds
URL: 
Summary: dev-libs/cyrus-sasl ebuild using echo instead of einfo/elog
Keywords:  
Status Whiteboard: 
Opened: 2006-11-01 07:17 0000
Description:   Opened: 2006-11-01 07:17 0000
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 From Torsten Veller 2006-12-10 07:44:17 0000 -------
Fixed. Thanks.