Merge lp:~3v1n0/upstart/activation-proper-dbus-path into lp:upstart

Proposed by Marco Trevisan (Treviño)
Status: Merged
Merged at revision: 1669
Proposed branch: lp:~3v1n0/upstart/activation-proper-dbus-path
Merge into: lp:upstart
Diff against target: 14 lines (+3/-1)
1 file modified
init/control.c (+3/-1)
To merge this branch: bzr merge lp:~3v1n0/upstart/activation-proper-dbus-path
Reviewer Review Type Date Requested Status
Upstart Reviewers Pending
Review via email: mp+294025@code.launchpad.net

Commit message

Control: use the /org/freedesktop/DBus canonical path for updating the activation environment variables

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'init/control.c'
2--- init/control.c 2015-05-16 19:12:37 +0000
3+++ init/control.c 2016-05-06 16:06:27 +0000
4@@ -1445,7 +1445,9 @@
5 dbus_vars[0]->item1 = nih_strdup (dbus_vars[0], "");
6 }
7
8- dbus_proxy = NIH_SHOULD (nih_dbus_proxy_new (dbus_vars, control_bus, "org.freedesktop.DBus", "/", NULL, NULL));
9+ dbus_proxy = NIH_SHOULD (nih_dbus_proxy_new (dbus_vars, control_bus,
10+ "org.freedesktop.DBus", "/org/freedesktop/DBus", NULL, NULL));
11+
12 if (! dbus_proxy) {
13 nih_warn (_("Failed to get dbus_proxy"));
14 } else {

Subscribers

People subscribed via source and target branches