summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-06-09 19:47:11 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-06-09 19:47:11 +0000
commit1ee6e72471ccedcd023865a493a76850c147b4a2 (patch)
tree9df721c0d83121f3f7d9f2aded827bfeb1087904 /mail-mta/postfix
parentLoad unix sockets module before starting udevd, Bug #221253. Print some elog ... (diff)
downloadgentoo-2-1ee6e72471ccedcd023865a493a76850c147b4a2.tar.gz
gentoo-2-1ee6e72471ccedcd023865a493a76850c147b4a2.tar.bz2
gentoo-2-1ee6e72471ccedcd023865a493a76850c147b4a2.zip
chown keepfile in /var/lib/postfix to postfix to get rid of a postfix warning (#214342)
(Portage version: 2.1.5.4)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog7
-rw-r--r--mail-mta/postfix/postfix-2.5.0.ebuild3
-rw-r--r--mail-mta/postfix/postfix-2.5.1.ebuild3
-rw-r--r--mail-mta/postfix/postfix-2.5.2.ebuild3
4 files changed, 12 insertions, 4 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index be516f6245f0..952747241cdb 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.161 2008/06/09 19:36:38 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.162 2008/06/09 19:47:11 dertobi123 Exp $
+
+ 09 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ postfix-2.5.0.ebuild, postfix-2.5.1.ebuild, postfix-2.5.2.ebuild:
+ chown keepfile in /var/lib/postfix to postfix to get rid of a postfix
+ warning (#214342)
*postfix-2.5.2 (09 Jun 2008)
diff --git a/mail-mta/postfix/postfix-2.5.0.ebuild b/mail-mta/postfix/postfix-2.5.0.ebuild
index d65f051e7e14..979a4538517a 100644
--- a/mail-mta/postfix/postfix-2.5.0.ebuild
+++ b/mail-mta/postfix/postfix-2.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.0.ebuild,v 1.2 2008/05/21 16:06:02 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.0.ebuild,v 1.3 2008/06/09 19:47:11 dertobi123 Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -310,6 +310,7 @@ src_install () {
dodir /var/lib/postfix
keepdir /var/lib/postfix
fowners postfix:postfix /var/lib/postfix
+ fowners postfix:postfix /var/lib/postfix/.keep_${CATEGORY}_${PN}-${SLOT}
fperms 0750 /var/lib/postfix
fowners root:postdrop /usr/sbin/post{drop,queue}
fperms 02711 /usr/sbin/post{drop,queue}
diff --git a/mail-mta/postfix/postfix-2.5.1.ebuild b/mail-mta/postfix/postfix-2.5.1.ebuild
index c0c142ec1ab7..acd9642b134d 100644
--- a/mail-mta/postfix/postfix-2.5.1.ebuild
+++ b/mail-mta/postfix/postfix-2.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.1.ebuild,v 1.3 2008/06/09 19:36:38 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.1.ebuild,v 1.4 2008/06/09 19:47:11 dertobi123 Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -306,6 +306,7 @@ src_install () {
dodir /var/lib/postfix
keepdir /var/lib/postfix
fowners postfix:postfix /var/lib/postfix
+ fowners postfix:postfix /var/lib/postfix/.keep_${CATEGORY}_${PN}-${SLOT}
fperms 0750 /var/lib/postfix
fowners root:postdrop /usr/sbin/post{drop,queue}
fperms 02711 /usr/sbin/post{drop,queue}
diff --git a/mail-mta/postfix/postfix-2.5.2.ebuild b/mail-mta/postfix/postfix-2.5.2.ebuild
index ca496d65217b..bdea1a256a91 100644
--- a/mail-mta/postfix/postfix-2.5.2.ebuild
+++ b/mail-mta/postfix/postfix-2.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.2.ebuild,v 1.1 2008/06/09 19:36:38 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.5.2.ebuild,v 1.2 2008/06/09 19:47:11 dertobi123 Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -307,6 +307,7 @@ src_install () {
dodir /var/lib/postfix
keepdir /var/lib/postfix
fowners postfix:postfix /var/lib/postfix
+ fowners postfix:postfix /var/lib/postfix/.keep_${CATEGORY}_${PN}-${SLOT}
fperms 0750 /var/lib/postfix
fowners root:postdrop /usr/sbin/post{drop,queue}
fperms 02711 /usr/sbin/post{drop,queue}