summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-10-24 11:44:21 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-10-24 11:44:21 +0000
commit8e65697620bd5ff6480c0e6a6541ac72b978ce30 (patch)
treea3b3c52ae02d3e2e3b25d460519ec72b6323499f /mail-mta
parentAdded patch for better daemonization. (diff)
downloadgentoo-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')
-rw-r--r--mail-mta/qmail-mysql/ChangeLog6
-rw-r--r--mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild4
-rw-r--r--mail-mta/qmail-mysql/qmail-mysql-1.03.ebuild4
-rw-r--r--mail-mta/qmail/ChangeLog6
-rw-r--r--mail-mta/qmail/qmail-1.03-r15.ebuild4
-rw-r--r--mail-mta/qmail/qmail-1.03-r16.ebuild4
6 files changed, 18 insertions, 10 deletions
diff --git a/mail-mta/qmail-mysql/ChangeLog b/mail-mta/qmail-mysql/ChangeLog
index 11a314d4eb9e..d418e2043d88 100644
--- a/mail-mta/qmail-mysql/ChangeLog
+++ b/mail-mta/qmail-mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/qmail-mysql
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/ChangeLog,v 1.9 2005/10/17 20:42:55 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/ChangeLog,v 1.10 2005/10/24 11:44:21 hansmi Exp $
+
+ 24 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
+ qmail-mysql-1.03.ebuild, qmail-mysql-1.03-r13.ebuild:
+ Fixed configuration instruction.
17 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
qmail-mysql-1.03.ebuild, qmail-mysql-1.03-r13.ebuild:
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:"
diff --git a/mail-mta/qmail-mysql/qmail-mysql-1.03.ebuild b/mail-mta/qmail-mysql/qmail-mysql-1.03.ebuild
index b8b49445a724..55ae0e04105f 100644
--- a/mail-mta/qmail-mysql/qmail-mysql-1.03.ebuild
+++ b/mail-mta/qmail-mysql/qmail-mysql-1.03.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.ebuild,v 1.8 2005/10/17 20:42:55 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/qmail-mysql-1.03.ebuild,v 1.9 2005/10/24 11:44:21 hansmi Exp $
inherit eutils
@@ -248,7 +248,7 @@ pkg_postinst() {
chown qmails:qmail ${ROOT}/var/qmail/queue/lock/trigger
echo -e "\e[32;01m Please do not forget to run, the following syntax :\033[0m"
- echo -e "\e[32;01m ebuild --config =${PF} \033[0m"
+ echo -e "\e[32;01m emerge --config =${PF} \033[0m"
echo -e "\e[32;01m This will setup qmail to run out-of-the-box on your system. \033[0m"
echo -e ""
echo -e "\e[32;01m To start qmail at boot you have to enable the /etc/init.d/svscan rc file \033[0m"
diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog
index f3a9c98c31ee..c7ded9632aed 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.67 2005/10/22 20:27:40 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.68 2005/10/24 11:43:35 hansmi Exp $
+
+ 24 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> qmail-1.03-r15.ebuild,
+ qmail-1.03-r16.ebuild:
+ Fixed configuration instruction.
22 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> qmail-1.03-r15.ebuild:
Fixed cmd5checkpw dependencies for bug 110088.
diff --git a/mail-mta/qmail/qmail-1.03-r15.ebuild b/mail-mta/qmail/qmail-1.03-r15.ebuild
index 22416ca5ae01..fe023a29b285 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.36 2005/10/22 20:27:40 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r15.ebuild,v 1.37 2005/10/24 11:43:35 hansmi Exp $
inherit toolchain-funcs eutils fixheadtails flag-o-matic
@@ -450,7 +450,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:"
diff --git a/mail-mta/qmail/qmail-1.03-r16.ebuild b/mail-mta/qmail/qmail-1.03-r16.ebuild
index 41d2f47e8fe7..37acd52f9cd8 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.42 2005/10/20 17:44:01 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r16.ebuild,v 1.43 2005/10/24 11:43:35 hansmi Exp $
inherit toolchain-funcs eutils fixheadtails flag-o-matic
@@ -518,7 +518,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:"