summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-11-08 20:00:06 +0000
committerColin Watson <cjwatson@debian.org>2007-11-08 20:00:06 +0000
commit67d535a2fbf5ce66b56e28ca8337c2955abde102 (patch)
tree317d338a5a6dece9bf714966f9301ed41bcfc94c /debian
parentd818766bb7e522cd5cfa5a1671d6eb9169dfc4c7 (diff)
* Fix sshd/inittab advice in README.Debian to account for rc.d movement
(closes: #450632).
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 6b7ce8691..fd65df66e 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -250,7 +250,7 @@ stop'), add the following line to /etc/inittab, and run 'telinit q':
250 ss:2345:respawn:/usr/sbin/sshd -D 250 ss:2345:respawn:/usr/sbin/sshd -D
251 251
252If you do this, note that you will need to stop sshd being started in the 252If you do this, note that you will need to stop sshd being started in the
253normal way ('rm -f /etc/rc[2345].d/S20ssh') and that you will need to 253normal way ('rm -f /etc/rc[2345].d/S16ssh') and that you will need to
254restart this sshd manually on upgrades. 254restart this sshd manually on upgrades.
255 255
256-- 256--
diff --git a/debian/changelog b/debian/changelog
index 2f9239b30..44996ca79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ openssh (1:4.6p1-6) UNRELEASED; urgency=low
7 Pospisek; closes: #441817). 7 Pospisek; closes: #441817).
8 * Discard error output from dpkg-query in preinsts, in case the ssh 8 * Discard error output from dpkg-query in preinsts, in case the ssh
9 metapackage is not installed. 9 metapackage is not installed.
10 * Fix sshd/inittab advice in README.Debian to account for rc.d movement
11 (closes: #450632).
10 * debconf template translations: 12 * debconf template translations:
11 - Add Slovak (thanks, Ivan Masár; closes: #441690). 13 - Add Slovak (thanks, Ivan Masár; closes: #441690).
12 - Update Brazilian Portuguese (thanks, Eder L. Marques; 14 - Update Brazilian Portuguese (thanks, Eder L. Marques;