From a3a58acffc8cc527f8fc6729486d34e4c3d27643 Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Thu, 10 Jun 2021 09:43:51 +0000 Subject: [PATCH] upstream: Use $SUDO when reading sshd's pidfile in case it was created with a very restrictive umask. This resyncs with -portable. OpenBSD-Regress-ID: 07fd2af06df759d4f64b82c59094accca1076a5d --- regress/reconfigure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/reconfigure.sh b/regress/reconfigure.sh index e0d603752..5cb3e3898 100644 --- a/regress/reconfigure.sh +++ b/regress/reconfigure.sh @@ -1,4 +1,4 @@ -# $OpenBSD: reconfigure.sh,v 1.7 2021/06/10 03:45:31 dtucker Exp $ +# $OpenBSD: reconfigure.sh,v 1.8 2021/06/10 09:43:51 dtucker Exp $ # Placed in the Public Domain. tid="simple connect after reconfigure"