summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-03-09 11:20:38 +0000
committerColin Watson <cjwatson@debian.org>2017-03-30 00:20:13 +0100
commitdeabedcd80fd145a2eb350ad5a6a34670750a755 (patch)
treeb366443eb1d45623f950eceec42bbe59c3888b32 /debian/rules
parent48ad3d219f0d19d28bd1fe26abd348515477fa6f (diff)
Move privilege separation directory and PID file from /var/run/ to /run/ (closes: #760422, #856825).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
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
68confflags += --disable-strip 68confflags += --disable-strip
69confflags += --with-mantype=doc 69confflags += --with-mantype=doc
70confflags += --with-4in6 70confflags += --with-4in6
71confflags += --with-privsep-path=/var/run/sshd 71confflags += --with-privsep-path=/run/sshd
72confflags += --with-pid-dir=/run
72 73
73# The Hurd needs libcrypt for res_query et al. 74# The Hurd needs libcrypt for res_query et al.
74ifeq ($(DEB_HOST_ARCH_OS),hurd) 75ifeq ($(DEB_HOST_ARCH_OS),hurd)