diff options
author | 2005-10-24 11:44:21 +0000 | |
---|---|---|
committer | 2005-10-24 11:44:21 +0000 | |
commit | 8e65697620bd5ff6480c0e6a6541ac72b978ce30 (patch) | |
tree | a3b3c52ae02d3e2e3b25d460519ec72b6323499f /mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild | |
parent | Added patch for better daemonization. (diff) | |
download | gentoo-2-8e65697620bd5ff6480c0e6a6541ac72b978ce30.tar.gz gentoo-2-8e65697620bd5ff6480c0e6a6541ac72b978ce30.tar.bz2 gentoo-2-8e65697620bd5ff6480c0e6a6541ac72b978ce30.zip |
Fixed configuration instruction
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild')
-rw-r--r-- | mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild b/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild index d92988f1c96a..86772c08ca58 100644 --- a/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild +++ b/mail-mta/qmail-mysql/qmail-mysql-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-mysql/qmail-mysql-1.03-r13.ebuild,v 1.9 2005/10/17 20:42:55 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild,v 1.10 2005/10/24 11:44:21 hansmi Exp $ inherit eutils fixheadtails @@ -358,7 +358,7 @@ pkg_postinst() { env-update einfo "To setup qmail to run out-of-the-box on your system, run:" - einfo "ebuild --config =${PF}" + einfo "emerge --config =${PF}" echo einfo "To start qmail at boot you have to add svscan to your startup" einfo "and create the following links:" |