pure-ftpd: move pidfile to /run

This commit is contained in:
Juergen Daubert 2022-02-23 18:55:28 +01:00
parent d3e6fb1134
commit 491b4c9879
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cmfrZ5PS6v/LCPOg+5vU3OqgPWkTN6ygmbNZFmyJ4tgZq1cyv/vdPy36uiwpjKesNBCS7VaISAJho0rmggHEQk=
SHA256 (Pkgfile) = 75f35f7075be7a3846153bc86c2118a42210263909887fe503b489dae62008aa
RWSE3ohX2g5d/XxnylriY922ImGQNKrdgw60cWo0CyVihpXQMcUGViFvSs2FxypVQ3qAs3PdlB+vurKT8LdekFvPKEx4RMq7Cw0=
SHA256 (Pkgfile) = 370a7204e9056d8c3cc8493a3547c02aa507460fd5ce419334a54b04289393f3
SHA256 (.footprint) = 34f63cda354c7a0f1ac55d24516b692430aaafe6ed57ecbb9b35ace29699fac1
SHA256 (pure-ftpd-1.0.50.tar.bz2) = 6722c7fd09fe3c9ebbd572f3d097087ec7b32aacb3df8fa3400d4c07e4f377d7
SHA256 (pure-ftpd.rc) = 3d6bb818cc8a314c64373072807b1f33afa2e6bd53e7ce82884d85c2ce22627e
SHA256 (pure-ftpd.rc) = 9c442c433ba9a6ce31d2e96ab2a1ae67970e25d6b9f241afec000758f36c7b68
SHA256 (pure-ftpd.pam) = 02a3df52f4def696786cc89a6fe492fd8f1bb2e0c34833abf5659b91c929255b

View File

@ -5,7 +5,7 @@
name=pure-ftpd
version=1.0.50
release=1
release=2
source=(https://download.pureftpd.org/$name/releases/$name-$version.tar.bz2 \
pure-ftpd.rc pure-ftpd.pam)
@ -30,5 +30,7 @@ build() {
install -m 644 pam/ftpusers $PKG/etc/
install -m 644 pure-ftpd.conf $PKG/etc/
sed '/PIDFile/c PIDFile /run/pure-ftpd.pid' -i $PKG/etc/pure-ftpd.conf
rm -r $PKG/usr/share/doc
}

View File

@ -5,7 +5,7 @@
SSD=/sbin/start-stop-daemon
PROG=/usr/sbin/pure-ftpd
PID=/var/run/pure-ftpd.pid
PID=/run/pure-ftpd.pid
CRT=/etc/ssl/certs/pure-ftpd.pem
OPTS="/etc/pure-ftpd.conf"