Merge lp:~xnox/ubuntu/wily/upstart/lp1447099 into lp:ubuntu/wily/upstart

Proposed by Dimitri John Ledkov
Status: Merged
Merge reported by: Dimitri John Ledkov
Merged at revision: not available
Proposed branch: lp:~xnox/ubuntu/wily/upstart/lp1447099
Merge into: lp:ubuntu/wily/upstart
Diff against target: 30 lines (+9/-0)
2 files modified
debian/changelog (+4/-0)
extra/conf-session/upstart-event-bridge.conf (+5/-0)
To merge this branch: bzr merge lp:~xnox/ubuntu/wily/upstart/lp1447099
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+259319@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Hunt (jamesodhunt) wrote :

Hi Dimitri,

Thanks for fixing this. Please could you simplify the test though - I think it's much clearer to avoid the "double-negative" and just write:

    test -d /run/systemd/system && { stop; exit 0; }

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-04-25 18:06:30 +0000
+++ debian/changelog 2015-05-16 19:44:02 +0000
@@ -1,8 +1,12 @@
1upstart (1.13.2-0ubuntu14) UNRELEASED; urgency=medium1upstart (1.13.2-0ubuntu14) UNRELEASED; urgency=medium
22
3 [ James Hunt ]
3 * Cherry-pick upstream fix for LP: #1447756, fixing broken handling4 * Cherry-pick upstream fix for LP: #1447756, fixing broken handling
4 when flushing logs to disk.5 when flushing logs to disk.
56
7 [ Dimitri John Ledkov ]
8 * Do not start upstart-event-bridge, if pid1 is systemd. (LP: #1447099)
9
6 -- James Hunt <james.hunt@ubuntu.com> Fri, 24 Apr 2015 13:59:00 +010010 -- James Hunt <james.hunt@ubuntu.com> Fri, 24 Apr 2015 13:59:00 +0100
711
8upstart (1.13.2-0ubuntu13) vivid; urgency=medium12upstart (1.13.2-0ubuntu13) vivid; urgency=medium
913
=== modified file 'extra/conf-session/upstart-event-bridge.conf'
--- extra/conf-session/upstart-event-bridge.conf 2013-07-18 14:12:13 +0000
+++ extra/conf-session/upstart-event-bridge.conf 2015-05-16 19:44:02 +0000
@@ -12,4 +12,9 @@
1212
13respawn13respawn
1414
15# Do not start, if pid1 is systemd LP: #1447099
16pre-start script
17 test ! -d /run/systemd/system || { stop; exit 0; }
18end script
19
15exec upstart-event-bridge20exec upstart-event-bridge

Subscribers

People subscribed via source and target branches