summaryrefslogtreecommitdiff
path: root/user/postfix
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-01-30 21:13:58 +0100
committerLuis Ressel <aranea@aixah.de>2019-01-30 21:16:18 +0100
commit688e43b595530acc608715a18db44bd366ac92fa (patch)
tree157c15619e9e8f7ea79fde5ba09cf94a057fb581 /user/postfix
parentf58e8e92688c47f421a53dea3e83f77fd3183e5b (diff)
downloadpackages-688e43b595530acc608715a18db44bd366ac92fa.tar.gz
packages-688e43b595530acc608715a18db44bd366ac92fa.tar.bz2
packages-688e43b595530acc608715a18db44bd366ac92fa.tar.xz
packages-688e43b595530acc608715a18db44bd366ac92fa.zip
user/postfix: /var/lib/postfix should be owned by postfix
Diffstat (limited to 'user/postfix')
-rw-r--r--user/postfix/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/postfix/APKBUILD b/user/postfix/APKBUILD
index 5269c55bd..a0c2d1533 100644
--- a/user/postfix/APKBUILD
+++ b/user/postfix/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=postfix
pkgver=3.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Mail server (MTA) that is Sendmail outside and Qmail inside"
url="http://www.postfix.org/"
arch="all"
@@ -52,7 +52,7 @@ package() {
!var/spool/postfix
EOF
- chown -R root:postfix \
+ chown -R postfix:postfix \
"$pkgdir"/var/lib/postfix
chown -R postfix:postfix \
"$pkgdir"/var/spool/postfix