From 4ceb86d29a68ebe52b20c8c090bc90c68a58f8c8 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 3 Mar 2007 10:36:46 +0000 Subject: * 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. --- tools/dbus-launch.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/dbus-launch.1') 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 @@ -135,6 +135,13 @@ binary integer of size sizeof(pid_t), then the bus X window ID as a 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 -- cgit