dbus/bus dbus-daemon-1.1.in,1.9,1.10
Havoc Pennington
hp at freedesktop.org
Fri Nov 26 18:18:38 PST 2004
Update of /cvs/dbus/dbus/bus
In directory gabe:/tmp/cvs-serv5769/bus
Modified Files:
dbus-daemon-1.1.in
Log Message:
2004-11-26 Havoc Pennington <hp at redhat.com>
* test/glib/test-profile.c: add with_bus mode to profile echoes
that go through the bus.
* test/glib/run-test.sh: add ability to run test-profile
* bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
config file reload.
Index: dbus-daemon-1.1.in
===================================================================
RCS file: /cvs/dbus/dbus/bus/dbus-daemon-1.1.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbus-daemon-1.1.in 25 Aug 2004 08:03:12 -0000 1.9
+++ dbus-daemon-1.1.in 27 Nov 2004 02:18:36 -0000 1.10
@@ -50,11 +50,10 @@
in any way).
.PP
-There is no way to cause the D-BUS daemon to reload its configuration
-file (HUP will not do so). The reason is that changing configuration
-would break the semantics expected by applications connected to the
-message bus. Thus, changing configuration would require kicking all
-apps off the bus; so you may as well just restart the daemon.
+SIGHUP will cause the D-BUS daemon to PARTIALLY reload its
+configuration file. Some configuration changes would require kicking
+all apps off the bus; so they will only take effect if you restart the
+daemon. Policy changes should take effect with SIGHUP.
.SH OPTIONS
The following options are supported:
More information about the dbus-commit
mailing list