]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- rel 3; certd dir needs 770 auto/th/pure-ftpd-1.0.49-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Jun 2019 08:43:17 +0000 (10:43 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Jun 2019 08:43:17 +0000 (10:43 +0200)
pure-ftpd.init
pure-ftpd.spec

index b3e2f5f03f83c4ab187c4309d0f68865770e5f37..2805f1ede806b5328155c3976b166a2766c1826c 100644 (file)
@@ -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
index 28a949e5165809e610743572ff4b7fcd9e6ec730..17f94a5409322ada50ce203223b6de204d569aec 100644 (file)
@@ -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
This page took 0.149174 seconds and 4 git commands to generate.