[packages/pure-ftpd] - rel 3; certd dir needs 770

arekm arekm at pld-linux.org
Tue Jun 25 10:43:25 CEST 2019


commit ca1af9dd6fb277e25d813602250778e7c0d78619
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jun 25 10:43:17 2019 +0200

    - rel 3; certd dir needs 770

 pure-ftpd.init | 2 +-
 pure-ftpd.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pure-ftpd.spec b/pure-ftpd.spec
index 28a949e..17f94a5 100644
--- a/pure-ftpd.spec
+++ b/pure-ftpd.spec
@@ -9,7 +9,7 @@
 %bcond_without	tls		# disable SSL/TLS support
 %bcond_without	cap		# disable capabilities
 
-%define	rel	2
+%define	rel	3
 Summary:	Small, fast and secure FTP server
 Summary(pl.UTF-8):	Mały, szybki i bezpieczny serwer FTP
 Name:		pure-ftpd
diff --git a/pure-ftpd.init b/pure-ftpd.init
index b3e2f5f..2805f1e 100644
--- a/pure-ftpd.init
+++ b/pure-ftpd.init
@@ -59,7 +59,7 @@ start() {
 
 			mkdir -p /var/run/pure-certd
 			chown ftpcert:root /var/run/pure-certd
-			chmod 750 /var/run/pure-certd
+			chmod 770 /var/run/pure-certd
 
 			daemon /usr/sbin/pure-certd --uid 335 --gid 335 --pid /var/run/pure-certd.pid \
 				--run "$PURE_CERT_SCRIPT" --socket "$PURE_CERT_SOCKET" --daemonize
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pure-ftpd.git/commitdiff/ca1af9dd6fb277e25d813602250778e7c0d78619



More information about the pld-cvs-commit mailing list