diff options
author | Torsten Veller <tove@gentoo.org> | 2006-12-10 15:44:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-12-10 15:44:32 +0000 |
commit | 46220414878302d81ba0df99448e7d13bcb52a56 (patch) | |
tree | d0e76005dd8f28e2c471674e69839360716a5553 /dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild | |
parent | Fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-46220414878302d81ba0df99448e7d13bcb52a56.tar.gz gentoo-2-46220414878302d81ba0df99448e7d13bcb52a56.tar.bz2 gentoo-2-46220414878302d81ba0df99448e7d13bcb52a56.zip |
Change echo to ewarn (#153685)
(Portage version: 2.1.2_rc3)
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 } |