From a4acfaf4f942f702606e660990c873c9ff5b0395 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Sun, 14 Aug 2005 15:51:54 +0000 Subject: * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest) * Put -DDBUS_API_SUBJECT_TO_CHANGE in DBUS_CFLAGS and remove from individual files * Add avahi-client to the C++ test runs, compile with DBUS flags * Fix avahi-client to compile with C++ compilers. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@323 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/INSTALL b/docs/INSTALL index eeb2c88..802ad45 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -41,8 +41,8 @@ Optionally start the unicast DNS configuration daemon: To start the two daemons at boot time on Debian based distributions: with DBUS support: - # ln -s /etc/init.d/avahi-daemon /etc/dbus/event.d/75avahi-daemon - # ln -s /etc/init.d/avahi-dnsconfd /etc/dbus/event.d/76avahi-dnsconfd + # ln -s /etc/init.d/avahi-daemon /etc/dbus-1/event.d/75avahi-daemon + # ln -s /etc/init.d/avahi-dnsconfd /etc/dbus-1/event.d/76avahi-dnsconfd without DBUS support: # update-rc.d avahi-daemon defaults 25 15 -- cgit