diff options
author | Havoc Pennington <hp@redhat.com> | 2003-09-29 01:43:52 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-09-29 01:43:52 +0000 |
commit | b99e916792a37e3ed85d15c615eddd2a097e4eff (patch) | |
tree | 9c272790132a6197633575c52716a6777afaff52 /bus/system.conf.in | |
parent | 562ad0a174e42749c5cedb65fd1a0a30aec2a6e5 (diff) | |
download | dbus-b99e916792a37e3ed85d15c615eddd2a097e4eff.tar.gz |
2003-09-28 Havoc Pennington <hp@pobox.com>
* configure.in: 0.13
* doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
stylesheet-images for benefit of Debian
Change back to using filesystem-linked sockets for the system
bus, so only root can create the default system bus address.
* bus/system.conf.in: change to use
DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
* dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
from here.
* configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
here, and AC_DEFINE DBUS_SYSTEM_PATH
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r-- | bus/system.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index bd454ff3..476a87a6 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -30,7 +30,7 @@ means use abstract namespace, don't really create filesystem file; only Linux supports this. Use path=/whatever on other systems.) --> - <listen>unix:@DBUS_PATH_OR_ABSTRACT@=@DBUS_SYSTEM_SOCKET@</listen> + <listen>@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@</listen> <policy context="default"> <!-- Deny everything then punch holes --> |