diff options
author | Colin Watson <cjwatson@debian.org> | 2009-06-05 10:21:11 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-06-05 10:21:11 +0000 |
commit | f823948043a4780d923744fc2dde58c1b611bfff (patch) | |
tree | 6a5346a02ed90cd6ebdc9d13c98f9380f2e22563 | |
parent | 891f788bec3762d6f0fccb103f6e4e2c44905445 (diff) |
Remove /var/run/sshd from openssh-server package; it will be created at
run-time before starting the server.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/openssh-server.dirs | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cff6920b8..becfc000a 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -11,6 +11,8 @@ openssh (1:5.1p1-6) UNRELEASED; urgency=low | |||
11 | README.Debian. | 11 | README.Debian. |
12 | * Check if delgroup is present in openssh-client.postrm (closes: #530501). | 12 | * Check if delgroup is present in openssh-client.postrm (closes: #530501). |
13 | * Build with -fPIC on mips/mipsel (thanks, Luk Claes; closes: #531942). | 13 | * Build with -fPIC on mips/mipsel (thanks, Luk Claes; closes: #531942). |
14 | * Remove /var/run/sshd from openssh-server package; it will be created at | ||
15 | run-time before starting the server. | ||
14 | 16 | ||
15 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Jan 2009 11:30:07 +0000 | 17 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Jan 2009 11:30:07 +0000 |
16 | 18 | ||
diff --git a/debian/openssh-server.dirs b/debian/openssh-server.dirs index c687ea999..b008fbf2c 100644 --- a/debian/openssh-server.dirs +++ b/debian/openssh-server.dirs | |||
@@ -7,4 +7,3 @@ usr/sbin | |||
7 | usr/share/lintian/overrides | 7 | usr/share/lintian/overrides |
8 | usr/share/man/man5 | 8 | usr/share/man/man5 |
9 | usr/share/man/man8 | 9 | usr/share/man/man8 |
10 | var/run/sshd | ||
diff --git a/debian/rules b/debian/rules index 371084e3a..16b82ef80 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -195,6 +195,7 @@ install: build | |||
195 | install -o root -g root -m 644 debian/openssh-server.default debian/openssh-server/etc/default/ssh | 195 | install -o root -g root -m 644 debian/openssh-server.default debian/openssh-server/etc/default/ssh |
196 | install -o root -g root debian/openssh-server.if-up debian/openssh-server/etc/network/if-up.d/openssh-server | 196 | install -o root -g root debian/openssh-server.if-up debian/openssh-server/etc/network/if-up.d/openssh-server |
197 | install -o root -g root -m 644 debian/openssh-server.ufw.profile debian/openssh-server/etc/ufw/applications.d/openssh-server | 197 | install -o root -g root -m 644 debian/openssh-server.ufw.profile debian/openssh-server/etc/ufw/applications.d/openssh-server |
198 | rmdir debian/openssh-server/var/run/sshd | ||
198 | 199 | ||
199 | install -m 755 build-udeb/ssh debian/openssh-client-udeb/usr/bin/ssh | 200 | install -m 755 build-udeb/ssh debian/openssh-client-udeb/usr/bin/ssh |
200 | install -m 755 build-udeb/scp debian/openssh-client-udeb/usr/bin/scp | 201 | install -m 755 build-udeb/scp debian/openssh-client-udeb/usr/bin/scp |