summaryrefslogtreecommitdiff
path: root/community/opendkim
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-24 00:06:06 -0700
committerroot <root@rshg054.dnsready.net>2013-05-24 00:06:06 -0700
commit0520c5091743d9910278e53fa32470b096825fb3 (patch)
treece32603cb0eb8456aef2a5eb66fddc98f246857c /community/opendkim
parente0c1bfae73539aac5627d73dd70a299d274a0c10 (diff)
Fri May 24 00:06:06 PDT 2013
Diffstat (limited to 'community/opendkim')
-rw-r--r--community/opendkim/PKGBUILD8
-rw-r--r--community/opendkim/opendkim.service2
2 files changed, 5 insertions, 5 deletions
diff --git a/community/opendkim/PKGBUILD b/community/opendkim/PKGBUILD
index 6afba6f7c..d88c3a5f1 100644
--- a/community/opendkim/PKGBUILD
+++ b/community/opendkim/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90693 2013-05-13 14:31:00Z spupykin $
+# $Id: PKGBUILD 91498 2013-05-23 10:14:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=opendkim
pkgver=2.8.3
-pkgrel=2
+pkgrel=3
pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
arch=(i686 x86_64)
url="http://www.opendkim.org/"
@@ -19,11 +19,11 @@ source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.g
opendkim.service)
md5sums=('0ae9d37e3221a244eb34c3e0e2d665cc'
'3e2bb1058ac0662f01e675aa6ac7ee8f'
- 'bc1b73856bc1941faaa4842e00437cb5')
+ '85010750a21954e2d3cf5d57fe210d3f')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --with-db
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-db
make
}
diff --git a/community/opendkim/opendkim.service b/community/opendkim/opendkim.service
index d34c62960..7d2eb79aa 100644
--- a/community/opendkim/opendkim.service
+++ b/community/opendkim/opendkim.service
@@ -5,7 +5,7 @@ After=network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
EnvironmentFile=/etc/conf.d/opendkim
-ExecStart=/usr/sbin/opendkim $OPENDKIM_FILTER
+ExecStart=/usr/bin/opendkim $OPENDKIM_FILTER
[Install]
WantedBy=multi-user.target