openssh: move pid location to /run

This commit is contained in:
Juergen Daubert 2022-01-21 15:40:19 +01:00
parent 6288dc5445
commit 90e62f7e27
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqnODk3ubx6nlslN9TbAr4AEPEOIDE4mO2sNmI6+jOCfS+XSUdg7JLakE5YRmlUfCMzG8GN9rLsUI+1zWkDZcwwo=
SHA256 (Pkgfile) = 45f9ee75ebf5b885ecd710a8e59e3f3afb4607e81f3cc0c1b61cd19748bf33aa
RWRJc1FUaeVeqk+SnkH/XEmaVjeB3PA+2WMWcg8sQJIb7eS1bnTZ3aMg96QhCvnoq178q6VLOu8os5wWcEsFYERL539abR83eQc=
SHA256 (Pkgfile) = 70d1e2bad02b7ca1f0558f0545c944f321ceda868ba30bc6bad18967d57eb26a
SHA256 (.footprint) = 99f794239faa72eb1bf13505e50d7d846e78bdbd1338a8bcd0975953921855cb
SHA256 (openssh-8.8p1.tar.gz) = 4590890ea9bb9ace4f71ae331785a3a5823232435161960ed5fc86588f331fe9
SHA256 (sshd.rc) = 59cb8cff9890e9f5c617c5bd4e5a15e5e4bcc4bf35eb73a80322825db60bbfd4
SHA256 (sshd.rc) = ecce66e3f94670f963e9bd74254359561f26a20cdfc4b37fb9ec1a87e37f90ea
SHA256 (sshd.pam) = 2b1053e21c1b1399281e06cae5c254f7e1109bb27c83ccb49969962d58595415

View File

@ -5,7 +5,7 @@
name=openssh
version=8.8p1
release=1
release=2
source=(https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz
sshd.rc sshd.pam)
@ -18,6 +18,7 @@ build() {
--sysconfdir=/etc/ssh \
--with-mantype=man \
--mandir=/usr/share/man \
--with-pid-dir=/run \
--with-md5-passwords \
--with-pam \
--with-privsep-user=nobody \

View File

@ -5,7 +5,7 @@
SSD=/sbin/start-stop-daemon
PROG=/usr/sbin/sshd
PID=/var/run/sshd.pid
PID=/run/sshd.pid
KEYGEN=/usr/bin/ssh-keygen
SSHDIR=/etc/ssh