Merge lp:~vorlon/upstart/lp.1235387 into lp:upstart

Proposed by Steve Langasek
Status: Merged
Merged at revision: 1547
Proposed branch: lp:~vorlon/upstart/lp.1235387
Merge into: lp:upstart
Diff against target: 25 lines (+7/-1)
2 files modified
ChangeLog (+6/-0)
extra/conf/upstart-file-bridge.conf (+1/-1)
To merge this branch: bzr merge lp:~vorlon/upstart/lp.1235387
Reviewer Review Type Date Requested Status
James Hunt Approve
Review via email: mp+189399@code.launchpad.net

Description of the change

On touch, apport is not reliably submitting crash reports. It appears the
file bridge's start condition is wrong.

To post a comment you must log in.
Revision history for this message
James Hunt (jamesodhunt) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2013-10-04 12:33:07 +0000
+++ ChangeLog 2013-10-04 18:27:50 +0000
@@ -1,3 +1,9 @@
12013-10-04 Steve Langasek <steve.langasek@ubuntu.com>
2
3 * extra/conf/upstart-file-bridge.conf: fix the start condition to
4 comply with the intent, that we start the file bridge only once
5 the filesystem is up. (LP: #1235387)
6
12013-10-04 James Hunt <james.hunt@ubuntu.com>72013-10-04 James Hunt <james.hunt@ubuntu.com>
28
3 * extra/upstart-local-bridge.c:9 * extra/upstart-local-bridge.c:
410
=== modified file 'extra/conf/upstart-file-bridge.conf'
--- extra/conf/upstart-file-bridge.conf 2013-03-15 12:51:25 +0000
+++ extra/conf/upstart-file-bridge.conf 2013-10-04 18:27:50 +0000
@@ -9,7 +9,7 @@
99
10# the bridge does not currently handle dealing with mounts that overlay10# the bridge does not currently handle dealing with mounts that overlay
11# already-watched directories.11# already-watched directories.
12start on mounted12start on filesystem
1313
14stop on runlevel [!2345]14stop on runlevel [!2345]
1515

Subscribers

People subscribed via source and target branches