diff options
Diffstat (limited to 'dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild')
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild index 8da1f1e95ee0..bef01776b825 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.11 2006/11/23 20:14:22 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.12 2006/12/10 15:44:32 tove Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.7" @@ -254,7 +254,7 @@ pkg_postinst () { if use authdaemond; then 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 " gpasswd -a postfix mail" ewarn "to add postfix to 'mail' group." fi } |