diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/openssh-server.init | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5f48413f5..26c87f7ac 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -29,6 +29,8 @@ openssh (1:4.7p1-11) UNRELEASED; urgency=low | |||
29 | (thanks, Heiko Schlittermann and Christopher Perry; closes: #481398). | 29 | (thanks, Heiko Schlittermann and Christopher Perry; closes: #481398). |
30 | * Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see | 30 | * Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see |
31 | #481283). | 31 | #481283). |
32 | * Make init script depend on $syslog, and fix some other dependency | ||
33 | glitches (thanks, Petter Reinholdtsen; closes: #481018). | ||
32 | 34 | ||
33 | -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 | 35 | -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 |
34 | 36 | ||
diff --git a/debian/openssh-server.init b/debian/openssh-server.init index 862d117c1..cb6f80733 100644 --- a/debian/openssh-server.init +++ b/debian/openssh-server.init | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | ### BEGIN INIT INFO | 3 | ### BEGIN INIT INFO |
4 | # Provides: sshd | 4 | # Provides: sshd |
5 | # Required-Start: $network $local_fs $remote_fs | 5 | # Required-Start: $remote_fs $syslog |
6 | # Required-Stop: | 6 | # Required-Stop: $remote_fs $syslog |
7 | # Default-Start: 2 3 4 5 | 7 | # Default-Start: 2 3 4 5 |
8 | # Default-Stop: 0 1 6 | 8 | # Default-Stop: 0 1 6 |
9 | # Short-Description: OpenBSD Secure Shell server | 9 | # Short-Description: OpenBSD Secure Shell server |