[packages/postfix] /var/spool/postfix/pid should be owned by root
jajcus
jajcus at pld-linux.org
Wed Oct 17 13:55:36 CEST 2018
commit b7ac047d3dc5c90858d1f247ec162d2e6a36245d
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Wed Oct 17 13:55:14 2018 +0200
/var/spool/postfix/pid should be owned by root
…otherwise postfix complains on start
postfix.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/postfix.spec b/postfix.spec
index 2129e78..115286d 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -512,7 +512,7 @@ fi
%attr(700,postfix,root) %dir %{_var}/spool/postfix/deferred
%attr(700,postfix,root) %dir %{_var}/spool/postfix/incoming
%attr(1730,postfix,maildrop) %dir %{_var}/spool/postfix/maildrop
-%attr(755,postfix,root) %dir %{_var}/spool/postfix/pid
+%attr(755,root,root) %dir %{_var}/spool/postfix/pid
%attr(700,postfix,root) %dir %{_var}/spool/postfix/private
%attr(710,postfix,maildrop) %dir %{_var}/spool/postfix/public
%attr(700,postfix,root) %dir %{_var}/spool/postfix/saved
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/postfix.git/commitdiff/b7ac047d3dc5c90858d1f247ec162d2e6a36245d
More information about the pld-cvs-commit
mailing list