summaryrefslogtreecommitdiff
path: root/extra/postfix
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-07 02:08:54 -0700
committerroot <root@rshg054.dnsready.net>2013-09-07 02:08:54 -0700
commitb764a223c0b6b4a0001839d8b0fd83b604fbb219 (patch)
tree92e9945b5910d1b8a83fbde05f301b4471de2c97 /extra/postfix
parent670cfaf55e53f7380ca8ee7b4acb2bf0248685c4 (diff)
Sat Sep 7 02:08:44 PDT 2013
Diffstat (limited to 'extra/postfix')
-rw-r--r--extra/postfix/PKGBUILD8
-rw-r--r--extra/postfix/service6
2 files changed, 7 insertions, 7 deletions
diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD
index 311b0a0bb..4e042d879 100644
--- a/extra/postfix/PKGBUILD
+++ b/extra/postfix/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 188891 2013-06-23 23:24:25Z bisson $
+# $Id: PKGBUILD 193923 2013-09-06 07:17:49Z bisson $
# Contributor: Jeff Brodnax <tullyarcher@bellsouth.net>
# Contributor: Paul Mattal <paul@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=postfix
-pkgver=2.10.1
+pkgver=2.10.2
pkgrel=1
pkgdesc='Fast, easy to administer, secure mail server'
url='http://www.postfix.org/'
@@ -16,9 +16,9 @@ backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,ma
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"{,.sig}
'aliases.patch'
'service')
-sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2' 'SKIP'
+sha1sums=('4721024784d071c3e663d610db17f8bd99821f3d' 'SKIP'
'5fc3de6c7df1e5851a0a379e825148868808318b'
- '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
+ 'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
provides=('smtp-server' 'smtp-forwarder')
conflicts=('smtp-server' 'smtp-forwarder')
diff --git a/extra/postfix/service b/extra/postfix/service
index e7d4cd20c..a7cdc5379 100644
--- a/extra/postfix/service
+++ b/extra/postfix/service
@@ -5,9 +5,9 @@ After=network.target
[Service]
Type=forking
PIDFile=/var/spool/postfix/pid/master.pid
-ExecStart=/usr/sbin/postfix start
-ExecStop=/usr/sbin/postfix stop
-ExecReload=/usr/sbin/postfix reload
+ExecStart=/usr/bin/postfix start
+ExecStop=/usr/bin/postfix stop
+ExecReload=/usr/bin/postfix reload
Restart=always
[Install]