diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-01-10 18:43:54 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-01-10 18:43:54 +0000 |
commit | 6849545d4b6e874c3e98ef76e5a37c89b417ba70 (patch) | |
tree | 8a1fe239976ccd7b9b3cd176f32d69b7feceb37e /mail-mta/qmail/qmail-1.03-r13.ebuild | |
parent | Not forcing sqlite-2 anymore, krecipes works with sqlite-3, too. (Manifest re... (diff) | |
download | gentoo-2-6849545d4b6e874c3e98ef76e5a37c89b417ba70.tar.gz gentoo-2-6849545d4b6e874c3e98ef76e5a37c89b417ba70.tar.bz2 gentoo-2-6849545d4b6e874c3e98ef76e5a37c89b417ba70.zip |
Added two links to documentation
Diffstat (limited to 'mail-mta/qmail/qmail-1.03-r13.ebuild')
-rw-r--r-- | mail-mta/qmail/qmail-1.03-r13.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail-mta/qmail/qmail-1.03-r13.ebuild b/mail-mta/qmail/qmail-1.03-r13.ebuild index 7bd922e2bd06..3378885d20ab 100644 --- a/mail-mta/qmail/qmail-1.03-r13.ebuild +++ b/mail-mta/qmail/qmail-1.03-r13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r13.ebuild,v 1.10 2005/01/03 22:08:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r13.ebuild,v 1.11 2005/01/10 18:43:54 hansmi Exp $ inherit toolchain-funcs eutils fixheadtails @@ -380,6 +380,12 @@ pkg_postinst() { einfo "Additionally, if you wish to run qmail right now, you should " einfo "run this before anything else:" einfo "source /etc/profile" + echo + einfo "If you are looking for documentation, check those links:" + einfo "http://www.gentoo.org/doc/en/qmail-howto.xml" + einfo " -- qmail/vpopmail Virtual Mail Hosting System Guide" + einfo "http://www.lifewithqmail.com/" + einfo " -- Life with qmail" } pkg_config() { |