summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-04-25 16:55:52 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-04-25 16:55:52 +0000
commit2f9ccbd3e3e02520d1ee232868ded4228f5d3f8c (patch)
tree554a48be6da24e16087ee46170bf6c5c2ae0c21c /mail-mta
parentadded modified ebuild for version 0.6.0, fixes #83999. Thanks to Rob Cakebrea... (diff)
downloadgentoo-2-2f9ccbd3e3e02520d1ee232868ded4228f5d3f8c.tar.gz
gentoo-2-2f9ccbd3e3e02520d1ee232868ded4228f5d3f8c.tar.bz2
gentoo-2-2f9ccbd3e3e02520d1ee232868ded4228f5d3f8c.zip
Updated the 'postfix running' check
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/ChangeLog6
-rw-r--r--mail-mta/postfix/postfix-2.2.2-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index b68f31f4b817..6e72b1607672 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.64 2005/04/05 17:37:13 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.65 2005/04/25 16:55:52 ferdy Exp $
+
+ 25 Apr 2005; Fernando J. Pereda <ferdy@gentoo.org>
+ postfix-2.2.2-r1.ebuild:
+ Updated the 'postfix running' check
*postfix-2.2.2-r1 (05 Apr 2005)
diff --git a/mail-mta/postfix/postfix-2.2.2-r1.ebuild b/mail-mta/postfix/postfix-2.2.2-r1.ebuild
index 04af93b3de6f..452349048670 100644
--- a/mail-mta/postfix/postfix-2.2.2-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.2-r1.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.2.2-r1.ebuild,v 1.1 2005/04/05 17:37:13 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.2-r1.ebuild,v 1.2 2005/04/25 16:55:52 ferdy Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic
IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened"
@@ -53,7 +53,7 @@ group_user_check() {
pkg_setup() {
# do not upgrade from postfix-2.1. logic to fix bug #53324
- if [[ $(ps h -u postfix) ]]; then
+ if [[ -f /var/lib/init.d/started/postfix ]] ; then
if has_version '<mail-mta/postfix-2.2' ; then
if [ "${FORCE_UPGRADE}" ]; then
echo