From ca1af9dd6fb277e25d813602250778e7c0d78619 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 25 Jun 2019 10:43:17 +0200 Subject: [PATCH] - 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.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 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 -- 2.43.0