summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-25 20:33:47 +0000
committerColin Watson <cjwatson@debian.org>2008-05-25 20:33:47 +0000
commit87534f38d3090f1b47e150d7f7d3ea9ffc06a774 (patch)
tree926a166630f9f19c7a5833583472e61a4f6ada5b /debian
parent7713e19ab1d857e59a9c8db3408c261059927051 (diff)
Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman;
closes: #481151).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/openssh-server.init2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 26c87f7ac..f0c715daf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ openssh (1:4.7p1-11) UNRELEASED; urgency=low
31 #481283). 31 #481283).
32 * Make init script depend on $syslog, and fix some other dependency 32 * Make init script depend on $syslog, and fix some other dependency
33 glitches (thanks, Petter Reinholdtsen; closes: #481018). 33 glitches (thanks, Petter Reinholdtsen; closes: #481018).
34 * Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman;
35 closes: #481151).
34 36
35 -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 37 -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200
36 38
diff --git a/debian/openssh-server.init b/debian/openssh-server.init
index cb6f80733..ddd1e292c 100644
--- a/debian/openssh-server.init
+++ b/debian/openssh-server.init
@@ -5,7 +5,7 @@
5# Required-Start: $remote_fs $syslog 5# Required-Start: $remote_fs $syslog
6# Required-Stop: $remote_fs $syslog 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: 1
9# Short-Description: OpenBSD Secure Shell server 9# Short-Description: OpenBSD Secure Shell server
10### END INIT INFO 10### END INIT INFO
11 11