From deabedcd80fd145a2eb350ad5a6a34670750a755 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 9 Mar 2017 11:20:38 +0000 Subject: Move privilege separation directory and PID file from /var/run/ to /run/ (closes: #760422, #856825). --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6b3b335b4..c1aa9785c 100755 --- a/debian/rules +++ b/debian/rules @@ -68,7 +68,8 @@ confflags += --libexecdir=\$${prefix}/lib/openssh confflags += --disable-strip confflags += --with-mantype=doc confflags += --with-4in6 -confflags += --with-privsep-path=/var/run/sshd +confflags += --with-privsep-path=/run/sshd +confflags += --with-pid-dir=/run # The Hurd needs libcrypt for res_query et al. ifeq ($(DEB_HOST_ARCH_OS),hurd) -- cgit v1.2.3