diff options
author | Colin Watson <cjwatson@debian.org> | 2017-03-09 11:20:38 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-03-30 00:20:13 +0100 |
commit | deabedcd80fd145a2eb350ad5a6a34670750a755 (patch) | |
tree | b366443eb1d45623f950eceec42bbe59c3888b32 /debian/openssh-server.ssh.upstart | |
parent | 48ad3d219f0d19d28bd1fe26abd348515477fa6f (diff) |
Move privilege separation directory and PID file from /var/run/ to /run/ (closes: #760422, #856825).
Diffstat (limited to 'debian/openssh-server.ssh.upstart')
-rw-r--r-- | debian/openssh-server.ssh.upstart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.ssh.upstart b/debian/openssh-server.ssh.upstart index b34cbff5d..9b0e95450 100644 --- a/debian/openssh-server.ssh.upstart +++ b/debian/openssh-server.ssh.upstart | |||
@@ -21,7 +21,7 @@ pre-start script | |||
21 | test -x /usr/sbin/sshd || { stop; exit 0; } | 21 | test -x /usr/sbin/sshd || { stop; exit 0; } |
22 | test -e /etc/ssh/sshd_not_to_be_run && { stop; exit 0; } | 22 | test -e /etc/ssh/sshd_not_to_be_run && { stop; exit 0; } |
23 | 23 | ||
24 | mkdir -p -m0755 /var/run/sshd | 24 | mkdir -p -m0755 /run/sshd |
25 | end script | 25 | end script |
26 | 26 | ||
27 | # if you used to set SSHD_OPTS in /etc/default/ssh, you can change the | 27 | # if you used to set SSHD_OPTS in /etc/default/ssh, you can change the |