diff options
-rw-r--r-- | mail-mta/exim/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.80.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index 31addab1b44c..8dd2eeb90fb0 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/exim # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.242 2013/02/28 17:49:32 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.243 2013/03/23 17:35:15 grobian Exp $ + + 23 Mar 2013; Fabian Groffen <grobian@gentoo.org> exim-4.80.1.ebuild: + Fix tidydb url in postinst, by Vladimir Varlamov, bug #462280 28 Feb 2013; Jason A. Donenfeld <zx2c4@gentoo.org> exim-4.80.1.ebuild: Block opensmtpd. diff --git a/mail-mta/exim/exim-4.80.1.ebuild b/mail-mta/exim/exim-4.80.1.ebuild index 7494bc3a6b76..a4844bcb122e 100644 --- a/mail-mta/exim/exim-4.80.1.ebuild +++ b/mail-mta/exim/exim-4.80.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v 1.11 2013/02/28 17:49:32 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v 1.12 2013/03/23 17:35:15 grobian Exp $ EAPI="3" @@ -354,5 +354,5 @@ pkg_postinst() { einfo "Exim maintains some db files under its spool directory that need" einfo "cleaning from time to time. (${EROOT}var/spool/exim/db)" einfo "Please use the exim_tidydb tool as documented in the Exim manual:" - einfo "http://www.exim.org/exim-html-current/doc/html/spec_html/ch50.html#SECThindatmai" + einfo "http://www.exim.org/exim-html-current/doc/html/spec_html/ch-exim_utilities.html#SECThindatmai" } |