summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-04-27 17:36:59 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-04-27 17:36:59 +0000
commit54277784830161211e235fb5b44627854a04b3be (patch)
treec9d0002abbbf2c34afe04337106253941b085720 /mail-mta
parentStable on alpha. (diff)
downloadhistorical-54277784830161211e235fb5b44627854a04b3be.tar.gz
historical-54277784830161211e235fb5b44627854a04b3be.tar.bz2
historical-54277784830161211e235fb5b44627854a04b3be.zip
fix logic to know if postfix is running, wrt #53324
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/ChangeLog6
-rw-r--r--mail-mta/postfix/Manifest10
-rw-r--r--mail-mta/postfix/postfix-2.1.5-r2.ebuild4
3 files changed, 12 insertions, 8 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 6e72b1607672..139bee6bb40b 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.65 2005/04/25 16:55:52 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.66 2005/04/27 17:36:59 ferdy Exp $
+
+ 27 Apr 2005; Fernando J. Pereda <ferdy@gentoo.org>
+ postfix-2.1.5-r2.ebuild:
+ fix logic to know if postfix is running, wrt #53324
25 Apr 2005; Fernando J. Pereda <ferdy@gentoo.org>
postfix-2.2.2-r1.ebuild:
diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 087417001a01..53b9c0d87b0e 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -5,9 +5,9 @@ MD5 d2f97ac7ba19997b4e588b28009d684d postfix-2.2.1.ebuild 9296
MD5 ac642c2fcdc34d3e9b70b2357ce57ee8 postfix-2.2.2-r1.ebuild 9957
MD5 2372d5dbf4de3ed67393879f2338b052 postfix-2.2.1-r1.ebuild 9944
MD5 eb7d97dd738129a9917cf2f56860c134 postfix-2.2.2.ebuild 9941
-MD5 240847061e32360f316e1510206c7197 ChangeLog 32793
+MD5 0e8eaf759b07b670badcd41403b7f658 ChangeLog 32928
MD5 86c229fe394877d2c6a26aa5367bc697 metadata.xml 253
-MD5 8f911d8de74724ebf56c8c1a0f4f39fa postfix-2.1.5-r2.ebuild 7503
+MD5 2aa3c8bc49f3d08ab5f2ce9fc6a490a4 postfix-2.1.5-r2.ebuild 7517
MD5 98872da0bd186c6e0d2b884b0fa28b78 files/postfix.rc6 610
MD5 889559c8b5d02597e9e7eec89e328360 files/smtp.pass 141
MD5 43e9368a07952c4aae9e370b59ce1450 files/smtp.sasl 131
@@ -22,7 +22,7 @@ MD5 502e444ec6b9d6fb9bbef3bb0f5e284a files/smtp.pam 254
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCbSEzViELBEf1JB0RAp4pAJ43tuWPnXLOcSNcLIM9zs8cGqlWggCeJb3j
-FZz2dR3RnE7jv4zYXAbzwUk=
-=AAkO
+iD8DBQFCb83WViELBEf1JB0RAvnaAJwKHR51ylIebxGEviqQzT5Rqw8vcACcCVG+
+ZQqhDj0Y7p0FXJ7lO6iHkXs=
+=2kJX
-----END PGP SIGNATURE-----
diff --git a/mail-mta/postfix/postfix-2.1.5-r2.ebuild b/mail-mta/postfix/postfix-2.1.5-r2.ebuild
index 32a057f94824..9849678ce5bc 100644
--- a/mail-mta/postfix/postfix-2.1.5-r2.ebuild
+++ b/mail-mta/postfix/postfix-2.1.5-r2.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/postfix/postfix-2.1.5-r2.ebuild,v 1.11 2005/03/22 18:51:12 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.12 2005/04/27 17:36:59 ferdy Exp $
inherit eutils ssl-cert toolchain-funcs
@@ -51,7 +51,7 @@ pkg_setup() {
fi
# logic to fix bug #53324
- if [[ -n $(pidof master) ]] ; then
+ if [[ -f /var/lib/init.d/started/postfix ]] ; then
if has_version '<mail-mta/postfix-2.1.3' ; then
echo
eerror "You are upgrading from the incompatible version."