diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-07-02 12:19:14 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-07-02 12:19:14 +0000 |
commit | cc06b13db0c674f08c858b1e6c0aa4f17da86bdc (patch) | |
tree | c03b41c5d7d5e3eed57a0f93fef40b38b7becb2a /mail-mta | |
parent | Stable (diff) | |
download | gentoo-2-cc06b13db0c674f08c858b1e6c0aa4f17da86bdc.tar.gz gentoo-2-cc06b13db0c674f08c858b1e6c0aa4f17da86bdc.tar.bz2 gentoo-2-cc06b13db0c674f08c858b1e6c0aa4f17da86bdc.zip |
Unify messages
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 55758000)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/opensmtpd/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/mail-mta/opensmtpd/ChangeLog b/mail-mta/opensmtpd/ChangeLog index a1f0f62fff5d..b31d080c845a 100644 --- a/mail-mta/opensmtpd/ChangeLog +++ b/mail-mta/opensmtpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/opensmtpd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.74 2015/07/02 12:18:23 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.75 2015/07/02 12:19:14 zx2c4 Exp $ + + 02 Jul 2015; Jason A. Donenfeld <zx2c4@gentoo.org> + opensmtpd-5.4.6.201506112227_p1.ebuild, opensmtpd-5.7.1_p1.ebuild: + Unify messages 02 Jul 2015; Jason A. Donenfeld <zx2c4@gentoo.org> -opensmtpd-5.4.6_p1.ebuild, opensmtpd-5.7.1_p1.ebuild: diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild index e6e0518163a9..fe4316f16933 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild,v 1.1 2015/06/12 16:44:40 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild,v 1.2 2015/07/02 12:19:14 zx2c4 Exp $ EAPI=5 @@ -82,8 +82,8 @@ pkg_preinst() { pkg_postinst() { einfo - einfo "Note that support for SQLite, MySQL, PostgreSQL, LDAP," - einfo "socketmaps, Redis, and other useful addons has been moved" - einfo "to mail-filter/opensmtpd-extras." + einfo "Plugins for SQLite, MySQL, PostgreSQL, LDAP, socketmaps," + einfo "Redis, and many other useful addons and filters are" + einfo "available in the mail-filter/opensmtpd-extras package." einfo } |