diff options
author | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
commit | 1f9776d421ac40faa59f797893033e99e4f919eb (patch) | |
tree | fd7420e8e8d3b090730fcc01a8ff25d13ad09442 /community/opensmtpd/PKGBUILD | |
parent | 1fedf1f5d5351aefd88268cba7353c79adac9b8a (diff) |
Sat Apr 20 01:28:56 PDT 2013
Diffstat (limited to 'community/opensmtpd/PKGBUILD')
-rw-r--r-- | community/opensmtpd/PKGBUILD | 8 |
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" |