Merge lp:~clint-fewbar/ubuntu/natty/openssh/runlevel-fix into lp:ubuntu/natty/openssh

Proposed by Clint Byrum
Status: Merged
Merged at revision: 3237
Proposed branch: lp:~clint-fewbar/ubuntu/natty/openssh/runlevel-fix
Merge into: lp:ubuntu/natty/openssh
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/openssh-server.ssh.upstart (+1/-1)
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/natty/openssh/runlevel-fix
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+56020@code.launchpad.net

Description of the change

Simple fix to make sure ssh is started again when entering runlevel 2

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-03-03 16:20:29 +0000
3+++ debian/changelog 2011-04-01 23:12:27 +0000
4@@ -1,3 +1,10 @@
5+openssh (1:5.8p1-1ubuntu3) natty; urgency=low
6+
7+ * Start on runlevel [2345] so that switching back to runlevel 2
8+ from single user mode starts ssh again. (LP: #747756)
9+
10+ -- Clint Byrum <clint@ubuntu.com> Fri, 01 Apr 2011 16:05:43 -0700
11+
12 openssh (1:5.8p1-1ubuntu2) natty; urgency=low
13
14 [ Clint Byrum ]
15
16=== modified file 'debian/openssh-server.ssh.upstart'
17--- debian/openssh-server.ssh.upstart 2010-12-13 22:06:37 +0000
18+++ debian/openssh-server.ssh.upstart 2011-04-01 23:12:27 +0000
19@@ -4,7 +4,7 @@
20
21 description "OpenSSH server"
22
23-start on filesystem
24+start on filesystem or runlevel [2345]
25 stop on runlevel [!2345]
26
27 respawn

Subscribers

People subscribed via source and target branches

to all changes: