summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-05 15:23:14 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-12 11:32:07 +0000
commit450ab3c91a3fde5691ca8cb9c99c3485f3a62b5e (patch)
tree04fd5ed58a474ad7365a935165031e2ead48ba68
parent0ee4501c905625e47acb654b08af15143f04fad9 (diff)
downloadtelepathy-mission-control-450ab3c91a3fde5691ca8cb9c99c3485f3a62b5e.tar.gz
Fix some leftover references to mc-wait-for-name
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71262
-rw-r--r--server/im.telepathy1.MissionControl6.service.in2
-rw-r--r--util/wait-for-name.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/server/im.telepathy1.MissionControl6.service.in b/server/im.telepathy1.MissionControl6.service.in
index 61acc254..732c5e23 100644
--- a/server/im.telepathy1.MissionControl6.service.in
+++ b/server/im.telepathy1.MissionControl6.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=im.telepathy1.MissionControl6
-Exec=@bindir@/mc-wait-for-name --activate im.telepathy1.AccountManager im.telepathy1.MissionControl6
+Exec=@bindir@/mc6-wait-for-name --activate im.telepathy1.AccountManager im.telepathy1.MissionControl6
diff --git a/util/wait-for-name.c b/util/wait-for-name.c
index f9abaa2f..bce176ad 100644
--- a/util/wait-for-name.c
+++ b/util/wait-for-name.c
@@ -8,7 +8,7 @@
*
* [D-BUS Service]
* Name=....Client.Something
- * Exec=/usr/lib/telepathy/mc-wait-for-name ....Client.Something
+ * Exec=/usr/lib/telepathy/mc6-wait-for-name ....Client.Something
*
* Alternatively, it can be used to activate something via an alternative
* name, e.g. in
@@ -16,7 +16,7 @@
*
* [D-BUS Service]
* Name=....AccountManager
- * Exec=/usr/lib/telepathy/mc-wait-for-name --activate ....MissionControl6 ....AccountManager
+ * Exec=/usr/lib/telepathy/mc6-wait-for-name --activate ....MissionControl6 ....AccountManager
*
* Copyright (C) 2009 Nokia Corporation
* Copyright (C) 2009, 2012 Collabora Ltd.
@@ -148,7 +148,7 @@ main (int argc,
GError *error = NULL;
GOptionContext *context;
- g_set_prgname ("mc-wait-for-name");
+ g_set_prgname ("mc6-wait-for-name");
context = g_option_context_new ("- wait for a bus name");
g_option_context_add_main_entries (context, entries, NULL);
@@ -172,7 +172,7 @@ main (int argc,
!tp_dbus_check_valid_bus_name (argv[1], TP_DBUS_NAME_TYPE_WELL_KNOWN,
NULL))
{
- g_message ("Usage: mc-wait-for-name [OPTIONS] com.example.SomeBusName");
+ g_message ("Usage: mc6-wait-for-name [OPTIONS] com.example.SomeBusName");
return EX_USAGE;
}