From bdbab1212390d85a82d4195fa67a5c63ac0678cb Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 26 Jul 2007 23:01:14 +0000 Subject: 2007-07-26 Havoc Pennington * bus/config-parser-trivial.c (check_return_values): disable a test that hardcoded the bus user's name * bus/dispatch.c (bus_dispatch_test_conf): remove the "if (!use_launcher)" around the tests, they were only failing because we didn't pass through all the expected errors from the helper. * bus/activation-exit-codes.h (BUS_SPAWN_EXIT_CODE_CHILD_SIGNALED): add a code for child segfaulting (BUS_SPAWN_EXIT_CODE_GENERIC_FAILURE): make "1" be a generic failure code, so if a third party launch helper were written it could just always return 1 on failure. --- bus/dbus-daemon.1.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bus/dbus-daemon.1.in') diff --git a/bus/dbus-daemon.1.in b/bus/dbus-daemon.1.in index 63d97183..e230e513 100644 --- a/bus/dbus-daemon.1.in +++ b/bus/dbus-daemon.1.in @@ -232,9 +232,10 @@ Example: tcp:host=localhost,port=0,family=ipv4 .PP A special case is using a port number of zero (or omitting the port), which means to choose an available port selected by the operating -system. The port number chosen can be with the --print-address command -line parameter and will be present in other cases where the server -reports its own address, such as when DBUS_SESSION_BUS_ADDRESS is set. +system. The port number chosen can be obtained with the +--print-address command line parameter and will be present in other +cases where the server reports its own address, such as when +DBUS_SESSION_BUS_ADDRESS is set. .PP Example: tcp:host=localhost,port=0 -- cgit