summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-11-11 02:22:10 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-11-11 02:22:10 +0000
commitd186f90959b986ecc81f975501bee2e790f06996 (patch)
treeed6cd81f87b475b5ed99fceea4b7da69cb5f53d0
parente2baad5870d5aaf25657035b2391a3a29f7cff46 (diff)
* update TODO
* search for the dbus socket in more locations git-svn-id: file:///home/lennart/svn/public/avahi/trunk@947 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--configure.ac2
-rw-r--r--docs/TODO2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a522b24..88ab3a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -370,7 +370,7 @@ if test "x$HAVE_DBUS" = "xyes" ; then
# 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"
diff --git a/docs/TODO b/docs/TODO
index 1d62e45..de6731f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -5,7 +5,7 @@ for 0.6:
* 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: