From 46220414878302d81ba0df99448e7d13bcb52a56 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sun, 10 Dec 2006 15:44:32 +0000 Subject: Change echo to ewarn (#153685) (Portage version: 2.1.2_rc3) --- dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild') 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 } -- cgit v1.2.3-65-gdbad