From: Chengwei Yang Date: Fri, 13 Sep 2013 12:37:56 +0000 (+0800) Subject: Update configurable elements for dbus-daemon manual X-Git-Tag: dbus-1.7.8~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f110f0011600f80bb50a9037e5fdcf5296fc1fde;p=thirdparty%2Fdbus.git Update configurable elements for dbus-daemon manual Update three configurable elements for dbus-daemon manual, , and , all of them are undocumented so far. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69125 Reviewed-by: Simon McVittie --- diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index c08cf2b2d..1a1e42cd2 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -316,6 +316,37 @@ rather than the --fork command line option. If present, the bus daemon keeps its original umask when forking. This may be useful to avoid affecting the behavior of child processes. + + + <syslog> + + + + +If present, the bus daemon will log to syslog. + + + + <pidfile> + + + + +If present, the bus daemon will write its pid to the specified file. +The --nopidfile command-line option takes precedence over this setting. + + + + <allow_anonymous> + + + + +If present, connections that authenticated using the ANONYMOUS +mechanism will be authorized to connect. This option has no practical +effect unless the ANONYMOUS mechanism has also been enabled using the +<auth> element, described below. + <listen>