* search for the dbus socket in more locations
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@947
941a03a8-eaeb-0310-b9a0-
b1bbd8fe43fe
# to /var/run/dbus
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"
+ TRY_SOCKETS="/var/lib/dbus/system_bus_socket /var/run/dbus/system_bus_socket ${localstatedir}/run/dbus/system_bus_socket ${prefix}/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"
* Expose AvahiSRecordBrowser over D-BUS and implement in avahi-client [lathiat]
* fix python scripts
* update man pages
-* portability: make use of IP_SENDSRCADDR where it is available
+* portability: Check that IP_SENDSRCADDR is working properly
* portability: implement avahi_exe_name() in avahi-compat-libdns_sd/warn.c on non-linux architectures
later: