summaryrefslogtreecommitdiff
path: root/community/opensmtpd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/opensmtpd/PKGBUILD')
-rw-r--r--community/opensmtpd/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/opensmtpd/PKGBUILD b/community/opensmtpd/PKGBUILD
index 77d165f5e..50d75be6e 100644
--- a/community/opensmtpd/PKGBUILD
+++ b/community/opensmtpd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 88392 2013-04-17 00:49:59Z seblu $
+# $Id: PKGBUILD 88532 2013-04-19 11:57:55Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=opensmtpd
pkgver=5.3.1p1
-pkgrel=1
+pkgrel=2
pkgdesc='Free implementation of the server-side SMTP protocol'
arch=('i686' 'x86_64')
url='http://www.opensmtpd.org/'
@@ -11,7 +11,7 @@ license=('custom')
depends=('libevent')
provides=('smtp-server' 'smtp-forwarder')
conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd.conf' 'etc/aliases')
+backup=('etc/smtpd.conf' 'etc/aliases' 'etc/virtual' 'etc/secrets')
install=opensmtpd.install
source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz"
'smtpd.service'
@@ -54,7 +54,7 @@ package() {
# empty aliases file
install -Dm644 /dev/null "$pkgdir/etc/aliases"
install -Dm644 /dev/null "$pkgdir/etc/virtual"
- install -Dm644 /dev/null "$pkgdir/etc/secrets"
+ install -Dm640 /dev/null "$pkgdir/etc/secrets"
# fake sendmail binary (used to be smtp-forwarder)
# use hardlink as upstream does...
cd "$pkgdir/usr/bin"