summaryrefslogtreecommitdiffstats
path: root/tools/dbus-launch.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-18 22:20:38 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-18 22:20:38 +0000
commit2abdb13ebe737e39653b79fecd93477e156b9db1 (patch)
tree6761a54d43d7cd4f6c767e12ae84ddde5463497d /tools/dbus-launch.c
parent8873c90f99303f9cc308f15f8d03e637911f5b9e (diff)
2005-01-18 Havoc Pennington <hp@redhat.com>
* rename dbus-daemon-1 to dbus-daemon throughout
Diffstat (limited to 'tools/dbus-launch.c')
-rw-r--r--tools/dbus-launch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/dbus-launch.c b/tools/dbus-launch.c
index 01d1a9f9..e24651a5 100644
--- a/tools/dbus-launch.c
+++ b/tools/dbus-launch.c
@@ -756,7 +756,7 @@ main (int argc, char **argv)
verbose ("=== Bus exec process created\n");
/* Now we are the bus process (well, almost;
- * dbus-daemon-1 itself forks again)
+ * dbus-daemon itself forks again)
*/
close (bus_pid_to_launcher_pipe[READ_END]);
close (bus_address_to_launcher_pipe[READ_END]);
@@ -771,8 +771,8 @@ main (int argc, char **argv)
verbose ("Calling exec()\n");
- execlp ("dbus-daemon-1",
- "dbus-daemon-1",
+ execlp ("dbus-daemon",
+ "dbus-daemon",
"--fork",
"--print-pid", write_pid_fd_as_string,
"--print-address", write_address_fd_as_string,