diff options
author | Luis Ressel <aranea@aixah.de> | 2019-01-30 21:13:58 +0100 |
---|---|---|
committer | Luis Ressel <aranea@aixah.de> | 2019-01-30 21:16:18 +0100 |
commit | 688e43b595530acc608715a18db44bd366ac92fa (patch) | |
tree | 157c15619e9e8f7ea79fde5ba09cf94a057fb581 | |
parent | f58e8e92688c47f421a53dea3e83f77fd3183e5b (diff) | |
download | packages-688e43b595530acc608715a18db44bd366ac92fa.tar.gz packages-688e43b595530acc608715a18db44bd366ac92fa.tar.bz2 packages-688e43b595530acc608715a18db44bd366ac92fa.tar.xz packages-688e43b595530acc608715a18db44bd366ac92fa.zip |
user/postfix: /var/lib/postfix should be owned by postfix
-rw-r--r-- | user/postfix/APKBUILD | 4 |
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 |