Merge lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/munin/oneiric into lp:ubuntu/oneiric/munin

Proposed by Ben Howard
Status: Work in progress
Proposed branch: lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/munin/oneiric
Merge into: lp:ubuntu/oneiric/munin
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/munin-node.upstart (+1/-1)
To merge this branch: bzr merge lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/munin/oneiric
Reviewer Review Type Date Requested Status
Marc Deslauriers Needs Fixing
James Page Needs Fixing
Ubuntu branches Pending
Review via email: mp+76103@code.launchpad.net

Description of the change

debian/munin-node.upstart: corrected upstart start level (LP: #820669)

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Hi Ben

Thanks for taking the time to prep this merge proposal.

I have a couple of comments:

1) The changelog entry refers to the wrong bug report - please can you update.

2) Detail of entry - it would be good if you could comment on what the change resolves and well as the actual detail of the change.

I think that in this case its about ensuring that the service starts on all appropriate run-level transitions - but the comment should really reflect that so other dev's can see why the change was made without going to launchpad.

Thanks

James

review: Needs Fixing
Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Could you please retarget this to the version that's currently in Precise, and add the appropriate description to the changelog as requested? Thanks.

review: Needs Fixing
Revision history for this message
Martin Pitt (pitti) wrote :

Please set back status to "review" when done. Thanks!

Unmerged revisions

38. By Ben Howard

debian/munin-node.upstart: corrected upstart start level (LP: #820669)

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-04-05 14:57:44 +0000
3+++ debian/changelog 2011-09-19 20:59:24 +0000
4@@ -1,3 +1,9 @@
5+munin (1.4.5-3ubuntu5) oneiric; urgency=medium
6+
7+ * debian/munin-node.upstart: corrected upstart start level (LP: #820669)
8+
9+ -- Ben Howard <ben.howard@canonical.com> Mon, 19 Sep 2011 14:52:29 -0600
10+
11 munin (1.4.5-3ubuntu4) natty; urgency=low
12
13 * debian/patches/upstream_bug_1009.patch: Backport
14
15=== modified file 'debian/munin-node.upstart'
16--- debian/munin-node.upstart 2010-03-20 07:22:06 +0000
17+++ debian/munin-node.upstart 2011-09-19 20:59:24 +0000
18@@ -3,7 +3,7 @@
19 description "munin-node"
20 author "Chuck Short <zulcss@ubuntu.com>"
21
22-start on (filesystem and net-device-up IFACE=lo)
23+start on runlevel [2345]
24 stop on runlevel [!2345]
25
26 env DAEMON=/usr/sbin/munin-node

Subscribers

People subscribed via source and target branches

to all changes: