[packages/opensmtpd] - offline dir permissions fix from Stacho Pal; release 3

qboosh qboosh at pld-linux.org
Wed Oct 9 17:23:30 CEST 2019


commit 9325868672da27c8344941641c6aed9b2a6c5e8b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Oct 9 17:26:36 2019 +0200

    - offline dir permissions fix from Stacho Pal; release 3

 opensmtpd.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/opensmtpd.spec b/opensmtpd.spec
index 1361fba..c4bce2e 100644
--- a/opensmtpd.spec
+++ b/opensmtpd.spec
@@ -9,7 +9,7 @@ Summary:	Free implementation of the server-side SMTP protocol as defined by RFC
 Summary(pl.UTF-8):	Wolnodostępna implementacja strony serwerowej protokołu SMTP wg RFC 5321
 Name:		opensmtpd
 Version:	6.4.2p1
-Release:	2
+Release:	3
 License:	ISC
 Group:		Daemons
 Source0:	https://www.opensmtpd.org/archives/%{name}-%{version}.tar.gz
@@ -196,7 +196,7 @@ fi
 %attr(755,root,root) %{_libexecdir}/%{name}/mail.mda
 
 %dir %attr(711,root,root) %{spooldir}
-%dir %attr(1777,root,root) %{spooldir}/offline
+%dir %attr(770,root,smtpq) %{spooldir}/offline
 %dir %attr(700,smtpq,root) %{spooldir}/corrupt
 %dir %attr(700,smtpq,root) %{spooldir}/incoming
 %dir %attr(700,smtpq,root) %{spooldir}/purge
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opensmtpd.git/commitdiff/9325868672da27c8344941641c6aed9b2a6c5e8b



More information about the pld-cvs-commit mailing list