diff options
Diffstat (limited to 'net-mail/bincimap/bincimap-1.3.4.ebuild')
-rw-r--r-- | net-mail/bincimap/bincimap-1.3.4.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/net-mail/bincimap/bincimap-1.3.4.ebuild b/net-mail/bincimap/bincimap-1.3.4.ebuild index bfee78b14d9e..abf185f18ed0 100644 --- a/net-mail/bincimap/bincimap-1.3.4.ebuild +++ b/net-mail/bincimap/bincimap-1.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/bincimap/bincimap-1.3.4.ebuild,v 1.2 2006/10/28 12:45:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/bincimap/bincimap-1.3.4.ebuild,v 1.3 2007/05/08 23:03:35 genone Exp $ inherit eutils @@ -53,23 +53,23 @@ src_install () { } pkg_postinst() { - einfo "To start bicimap at boot you have to enable the /etc/init.d/svscan rc file" - einfo "and create the following link:" - einfo "ln -sf /etc/bincimap/service/bincimap /service/" - einfo + elog "To start bicimap at boot you have to enable the /etc/init.d/svscan rc file" + elog "and create the following link:" + elog "ln -sf /etc/bincimap/service/bincimap /service/" + elog if use ssl; then - einfo "If you want to use ssl connections, create the following link instead of above link." - einfo "ln -sf /etc/bincimap/service/bincimaps /service/" - einfo - einfo "And this command will setup bincimap-ssl on your system." - einfo "emerge --config =${CATEGORY}/${PF}" - einfo + elog "If you want to use ssl connections, create the following link instead of above link." + elog "ln -sf /etc/bincimap/service/bincimaps /service/" + elog + elog "And this command will setup bincimap-ssl on your system." + elog "emerge --config =${CATEGORY}/${PF}" + elog fi - #einfo "NOTE: Default Maildir path is '~/.maildir'. If you want to modify it, " - #einfo "edit /etc/bincimap/bincimap.conf" - #einfo + #elog "NOTE: Default Maildir path is '~/.maildir'. If you want to modify it, " + #elog "edit /etc/bincimap/bincimap.conf" + #elog } pkg_config() { |