From 65090abbb9582d25a795f1dd835ea03973be75e7 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 27 Nov 2004 02:18:36 +0000 Subject: 2004-11-26 Havoc Pennington * 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. --- bus/dbus-daemon-1.1.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'bus') diff --git a/bus/dbus-daemon-1.1.in b/bus/dbus-daemon-1.1.in index 52de9011..2498c55b 100644 --- a/bus/dbus-daemon-1.1.in +++ b/bus/dbus-daemon-1.1.in @@ -50,11 +50,10 @@ among desktop applications (however, it is not tied to X or the GUI 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: -- cgit