diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/openssh-server.postinst | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 9065c08ca..c44380b1a 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -3,6 +3,7 @@ openssh (1:5.8p1-4) UNRELEASED; urgency=low | |||
3 | * Drop hardcoded dependencies on libssl0.9.8 and libcrypto0.9.8-udeb, | 3 | * Drop hardcoded dependencies on libssl0.9.8 and libcrypto0.9.8-udeb, |
4 | since the required minimum versions are rather old now anyway and | 4 | since the required minimum versions are rather old now anyway and |
5 | openssl has bumped its SONAME (thanks, Julien Cristau; closes: #620828). | 5 | openssl has bumped its SONAME (thanks, Julien Cristau; closes: #620828). |
6 | * Remove unreachable code from openssh-server.postinst. | ||
6 | 7 | ||
7 | -- Colin Watson <cjwatson@debian.org> Mon, 04 Apr 2011 15:44:29 +0100 | 8 | -- Colin Watson <cjwatson@debian.org> Mon, 04 Apr 2011 15:44:29 +0100 |
8 | 9 | ||
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst index 5c4c79d5c..cf3fa68ea 100644 --- a/debian/openssh-server.postinst +++ b/debian/openssh-server.postinst | |||
@@ -288,11 +288,6 @@ create_sshdconfig() { | |||
288 | return 0 | 288 | return 0 |
289 | fi | 289 | fi |
290 | 290 | ||
291 | #Preserve old sshd_config before generating a new one | ||
292 | if [ -e /etc/ssh/sshd_config ] ; then | ||
293 | mv /etc/ssh/sshd_config /etc/ssh/sshd_config.dpkg-old | ||
294 | fi | ||
295 | |||
296 | cat <<EOF > /etc/ssh/sshd_config | 291 | cat <<EOF > /etc/ssh/sshd_config |
297 | # Package generated configuration file | 292 | # Package generated configuration file |
298 | # See the sshd_config(5) manpage for details | 293 | # See the sshd_config(5) manpage for details |