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
commit53170d863db06054ff819e987a2586acaeca69b0 (patch)
tree72c6d697f67fead7321ac19d0a87dd5b382636bc /mail-mta/postfix
parentStable on alpha. (diff)
downloadgentoo-2-53170d863db06054ff819e987a2586acaeca69b0.tar.gz
gentoo-2-53170d863db06054ff819e987a2586acaeca69b0.tar.bz2
gentoo-2-53170d863db06054ff819e987a2586acaeca69b0.zip
fix logic to know if postfix is running, wrt #53324
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog6
-rw-r--r--mail-mta/postfix/postfix-2.1.5-r2.ebuild4
2 files changed, 7 insertions, 3 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/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."