[PATCH 2/2] Can set name replacement with command line arguments.

2014-04-02 Thread jussi . pakkanen
From: Jussi Pakkanen jussi.pakka...@canonical.com --- src/main.c | 12 1 file changed, 12 insertions(+) diff --git a/src/main.c b/src/main.c index d2042c5..489a9d8 100644 --- a/src/main.c +++ b/src/main.c @@ -133,6 +133,8 @@ static gchar *option_plugin = NULL; static gchar

[PATCH 1/2] Allow users to specify dbus name replacement behaviour.

2014-04-02 Thread jussi . pakkanen
From: Jussi Pakkanen jussi.pakka...@canonical.com Hello In testing it is sometimes useful to be able to replace the system ofono daemon instance with our own. This patch makes this possible using dbus' name replacement feature. This patch has the plumbing changes to make it possible to set the

Re: [PATCH 1/2] Allow users to specify dbus name replacement behaviour.

2014-04-02 Thread Marcel Holtmann
Hi Jussi, In testing it is sometimes useful to be able to replace the system ofono daemon instance with our own. This patch makes this possible using dbus' name replacement feature. This patch has the plumbing changes to make it possible to set the name replacement settings. The next