diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-02-26 22:06:10 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-02-26 22:06:10 +0000 |
commit | 914b94533a0b02a71e09cb3280339d6da00ee045 (patch) | |
tree | 0f80ab45acd34baa42fa5568d29a46a5180d4084 /net-nntp | |
parent | Version bump, bug #135088. Fix certificate location in configuration files, b... (diff) | |
download | gentoo-2-914b94533a0b02a71e09cb3280339d6da00ee045.tar.gz gentoo-2-914b94533a0b02a71e09cb3280339d6da00ee045.tar.bz2 gentoo-2-914b94533a0b02a71e09cb3280339d6da00ee045.zip |
add postinst message about moved certificate
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/inn/inn-2.4.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-nntp/inn/inn-2.4.3.ebuild b/net-nntp/inn/inn-2.4.3.ebuild index 27ec3cbb928b..cd7126a5c3f8 100644 --- a/net-nntp/inn/inn-2.4.3.ebuild +++ b/net-nntp/inn/inn-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.4.3.ebuild,v 1.1 2007/02/26 22:03:41 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.4.3.ebuild,v 1.2 2007/02/26 22:06:10 swegener Exp $ WANT_AUTOCONF="2.1" @@ -145,6 +145,10 @@ pkg_postinst() { elog "If you choose to do so, automating this with a bootscript might" elog "also be a good choice." elog "Have a look at man nnrpd for valid parameters." + elog + elog "The certificate location in /etc/news/sasl.conf has been changed" + elog "to /etc/news/cert!" + fi } |