diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-10-17 20:29:14 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-10-17 20:29:14 +0000 |
commit | 3f8d5d53cd8bf3612101415e642ab20881917010 (patch) | |
tree | 19ae562013338e5586e4e9b43f6392fb87a1e57c /mail-mta/qmail | |
parent | Mark 3.4.1-r1 stable on alpha (diff) | |
download | gentoo-2-3f8d5d53cd8bf3612101415e642ab20881917010.tar.gz gentoo-2-3f8d5d53cd8bf3612101415e642ab20881917010.tar.bz2 gentoo-2-3f8d5d53cd8bf3612101415e642ab20881917010.zip |
Fixed the config instruction according to bug 109482.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'mail-mta/qmail')
-rw-r--r-- | mail-mta/qmail/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/qmail/qmail-1.03-r15.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/qmail/qmail-1.03-r16.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog index ab3e486f284a..c82b0116f7b0 100644 --- a/mail-mta/qmail/ChangeLog +++ b/mail-mta/qmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/qmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.63 2005/09/17 14:59:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.64 2005/10/17 20:29:14 hansmi Exp $ + + 17 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> qmail-1.03-r15.ebuild, + qmail-1.03-r16.ebuild: + Fixed the config instruction according to bug 109482. 12 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> +files/1.03-r16/fix-manpages.patch, qmail-1.03-r16.ebuild: diff --git a/mail-mta/qmail/qmail-1.03-r15.ebuild b/mail-mta/qmail/qmail-1.03-r15.ebuild index 0ebe71645068..8ae4188f4a7f 100644 --- a/mail-mta/qmail/qmail-1.03-r15.ebuild +++ b/mail-mta/qmail/qmail-1.03-r15.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-r15.ebuild,v 1.34 2005/08/23 13:35:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r15.ebuild,v 1.35 2005/10/17 20:29:14 hansmi Exp $ inherit toolchain-funcs eutils fixheadtails flag-o-matic @@ -451,7 +451,7 @@ pkg_postinst() { env-update einfo "To setup qmail to run out-of-the-box on your system, run:" - einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "ebuild --config =${PF}" echo einfo "To start qmail at boot you have to add svscan to your startup" einfo "and create the following links:" diff --git a/mail-mta/qmail/qmail-1.03-r16.ebuild b/mail-mta/qmail/qmail-1.03-r16.ebuild index 6d5fd000b42a..5d1553b88b5c 100644 --- a/mail-mta/qmail/qmail-1.03-r16.ebuild +++ b/mail-mta/qmail/qmail-1.03-r16.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-r16.ebuild,v 1.39 2005/09/12 21:49:52 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r16.ebuild,v 1.40 2005/10/17 20:29:14 hansmi Exp $ inherit toolchain-funcs eutils fixheadtails flag-o-matic @@ -512,7 +512,7 @@ pkg_postinst() { env-update einfo "To setup qmail to run out-of-the-box on your system, run:" - einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "ebuild --config =${PF}" echo einfo "To start qmail at boot you have to add svscan to your startup" einfo "and create the following links:" |