[avahi] more on DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
Sebastien Estienne
sebastien.estienne at gmail.com
Tue Nov 8 16:36:50 PST 2005
about this part of configure.ac:
DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="unix:path=/var/run/dbus/system_bus_socket"
TRY_SOCKETS="/var/lib/dbus/system_bus_socket
/var/run/dbus/system_bus_socket"
for sock in $TRY_SOCKETS; do
if test -S $sock; then
DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="unix:path=$sock"
fi
done
i think that we should also have a look in
${localstatedir}/run/dbus/system_bus_socket
and maybe even in:
${prefix}/var/run/dbus/system_bus_socket
noone object that i add these 2 locations in TRY_SOCKETS ?
--
Sebastien Estienne
More information about the avahi
mailing list