summaryrefslogtreecommitdiffstats
path: root/tools/dbus-launch.1
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2007-03-03 10:38:20 +0000
committerThiago Macieira <thiago@kde.org>2007-03-03 10:38:20 +0000
commit01dead5cdfe6777d27686d0a5e19fe776fefb64a (patch)
tree8f76658b95cf83e4da5b977848cb3dbc822b34ef /tools/dbus-launch.1
parent4ffb5d26ea400c123b0c5523952cb61a5439f132 (diff)
Backport from MAIN:
* dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr output and add it to the DBusError message we return. * tools/dbus-launch.1: * tools/dbus-launch.c: Add option --close-stderr to, well, close stderr before starting dbus-daemon. I hope adding an option to dbus-launch in the 1.0.x series was ok.
Diffstat (limited to 'tools/dbus-launch.1')
-rw-r--r--tools/dbus-launch.17
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/dbus-launch.1 b/tools/dbus-launch.1
index 68adb2ca..0ea19495 100644
--- a/tools/dbus-launch.1
+++ b/tools/dbus-launch.1
@@ -136,6 +136,13 @@ binary integer of size sizeof(long). Integers are in the machine's
byte order, not network byte order or any other canonical byte order.
.TP
+.I "--close-stderr"
+Close the standard error output stream before starting the D-Bus
+daemon. This is useful if you want to capture dbus-launch error
+messages but you don't want dbus-daemon to keep the stream open to
+your application.
+
+.TP
.I "--config-file=FILENAME"
Pass \-\-config-file=FILENAME to the bus daemon, instead of passing it
the \-\-session argument. See the man page for dbus-daemon