From 87534f38d3090f1b47e150d7f7d3ea9ffc06a774 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 25 May 2008 20:33:47 +0000 Subject: Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman; closes: #481151). --- debian/changelog | 2 ++ debian/openssh-server.init | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') 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 #481283). * Make init script depend on $syslog, and fix some other dependency glitches (thanks, Petter Reinholdtsen; closes: #481018). + * Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman; + closes: #481151). -- Colin Watson Sat, 17 May 2008 08:48:45 +0200 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 @@ # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Stop: 1 # Short-Description: OpenBSD Secure Shell server ### END INIT INFO -- cgit v1.2.3