From: Arkadiusz Miśkiewicz Date: Tue, 25 Jun 2019 08:43:17 +0000 (+0200) Subject: - rel 3; certd dir needs 770 X-Git-Tag: auto/th/pure-ftpd-1.0.49-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpure-ftpd.git;a=commitdiff_plain;h=ca1af9d - rel 3; certd dir needs 770 --- 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