diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2010-07-30 16:33:12 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2010-07-30 16:33:12 +0000 |
commit | 23906bc56fdb1ac29b5f76a468e56775728f65e9 (patch) | |
tree | da6cf591229256ad0804c972d5bf8f7c36119664 /mail-filter/postgrey | |
parent | Stable on amd64 wrt bug #329877 (diff) | |
download | gentoo-2-23906bc56fdb1ac29b5f76a468e56775728f65e9.tar.gz gentoo-2-23906bc56fdb1ac29b5f76a468e56775728f65e9.tar.bz2 gentoo-2-23906bc56fdb1ac29b5f76a468e56775728f65e9.zip |
Fix chmod on conf.d file (#280135)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/postgrey')
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.32.ebuild | 5 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.33.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index 0a0af90cd561..5ffc9017aaec 100644 --- a/mail-filter/postgrey/ChangeLog +++ b/mail-filter/postgrey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/postgrey # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.63 2010/07/09 19:28:18 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.64 2010/07/30 16:33:12 dertobi123 Exp $ + + 30 Jul 2010; Tobias Scherbaum <dertobi123@gentoo.org> + postgrey-1.32.ebuild, postgrey-1.33.ebuild: + Fix chmod on conf.d file (#280135) *postgrey-1.33 (09 Jul 2010) diff --git a/mail-filter/postgrey/postgrey-1.32.ebuild b/mail-filter/postgrey/postgrey-1.32.ebuild index 5738a2fcee72..6ed4e2e99695 100644 --- a/mail-filter/postgrey/postgrey-1.32.ebuild +++ b/mail-filter/postgrey/postgrey-1.32.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.32.ebuild,v 1.8 2009/10/01 14:55:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.32.ebuild,v 1.9 2010/07/30 16:33:12 dertobi123 Exp $ inherit eutils @@ -61,6 +61,7 @@ src_install() { # init.d + conf.d files insopts -o root -g root -m 755 newinitd "${FILESDIR}"/${PN}.rc.new ${PN} + insopts -o root -g root -m 640 newconfd "${FILESDIR}"/${PN}.conf.new ${PN} } diff --git a/mail-filter/postgrey/postgrey-1.33.ebuild b/mail-filter/postgrey/postgrey-1.33.ebuild index 2a86df081455..d5e1438e8b58 100644 --- a/mail-filter/postgrey/postgrey-1.33.ebuild +++ b/mail-filter/postgrey/postgrey-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.33.ebuild,v 1.1 2010/07/09 19:28:18 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.33.ebuild,v 1.2 2010/07/30 16:33:12 dertobi123 Exp $ inherit eutils @@ -54,6 +54,7 @@ src_install() { # init.d + conf.d files insopts -o root -g root -m 755 newinitd "${FILESDIR}"/${PN}.rc.new ${PN} + insopts -o root -g root -m 640 newconfd "${FILESDIR}"/${PN}.conf.new ${PN} } |