diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 19:18:17 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 19:18:17 +0000 |
commit | 80cd0658f4014053b9ea9a7ed4932a8284031f08 (patch) | |
tree | 48b9cfa657a64ae3656e806464f0bc0880fb4305 /debian/postinst | |
parent | 5e7b8cb37dbb1025c08b0ce4193b820dc1e66337 (diff) |
Debian release 3.6.1p2-3.
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 8b01d4a7e..b47a9d381 100644 --- a/debian/postinst +++ b/debian/postinst | |||
@@ -64,7 +64,7 @@ create_sshdconfig() { | |||
64 | fi | 64 | fi |
65 | fi | 65 | fi |
66 | 66 | ||
67 | #Preserve old sshd_config before generating a new on | 67 | #Preserve old sshd_config before generating a new one |
68 | if [ -e /etc/ssh/sshd_config ] ; then | 68 | if [ -e /etc/ssh/sshd_config ] ; then |
69 | mv /etc/ssh/sshd_config /etc/ssh/sshd_config.dpkg-old | 69 | mv /etc/ssh/sshd_config /etc/ssh/sshd_config.dpkg-old |
70 | fi | 70 | fi |