[arch-commits] Commit in postfix/trunk (PKGBUILD postfix.install)
Eric Belanger
eric at archlinux.org
Sun May 11 05:59:09 UTC 2008
Date: Sunday, May 11, 2008 @ 01:59:09
Author: eric
Revision: 1490
upgpkg: postfix 2.5.2-1
upstream update, fixed .install script to set postfix as owner of /var/lib/postfix
Modified:
postfix/trunk/PKGBUILD
postfix/trunk/postfix.install
-----------------+
PKGBUILD | 6 +++---
postfix.install | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-05-11 04:25:32 UTC (rev 1489)
+++ PKGBUILD 2008-05-11 05:59:09 UTC (rev 1490)
@@ -2,7 +2,7 @@
# Contributor: Jeff Brodnax <tullyarcher at bellsouth.net>
# Maintainer: Dale Blount <dale at archlinux.org>
pkgname=postfix
-pkgver=2.4.7
+pkgver=2.5.2
pkgrel=1
pkgdesc="Secure, fast, easy to administer drop in replacement for Sendmail (MTA)"
arch=(i686 x86_64)
@@ -20,7 +20,7 @@
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$pkgver.tar.gz \
$pkgname.patch.bz2 \
$pkgname)
-md5sums=('bf7cf64513bb701347665b0440019884' 'a3c45ff23ef036143711793fcf2478c3'\
+md5sums=('b0965aea4d548d9bd231af7143aa6942' 'a3c45ff23ef036143711793fcf2478c3'\
'35f0bc4d5a318d27fda3f79551a0e923')
build() {
@@ -44,7 +44,7 @@
cd $startdir/pkg
cat $startdir/src/$pkgname.patch |patch -Np0 || return 1
- rm etc/$pkgname/main.cf~
+ rm -f etc/$pkgname/main.cf~
cd $startdir/pkg
mkdir etc/rc.d
Modified: postfix.install
===================================================================
--- postfix.install 2008-05-11 04:25:32 UTC (rev 1489)
+++ postfix.install 2008-05-11 05:59:09 UTC (rev 1490)
@@ -15,6 +15,7 @@
chown postfix var/spool/postfix/{active,bounce,corrupt,defer,deferred,\
flush,hold,incoming,private,public,maildrop,trace}
+ chown postfix var/lib/postfix
chgrp postdrop var/spool/postfix/{public,maildrop}
chgrp postdrop usr/sbin/postqueue
chgrp postdrop usr/sbin/postdrop
More information about the arch-commits
mailing list