diff options
-rw-r--r-- | docs/INSTALL | 7 | ||||
-rw-r--r-- | man/avahi-bookmarks.1.xml.in | 2 | ||||
-rw-r--r-- | man/avahi-daemon.8.xml.in | 2 | ||||
-rw-r--r-- | man/avahi-publish-service.1.xml.in | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index d7b3974..9b66e3f 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -39,8 +39,13 @@ Now start the Avahi daemon: Optionally start the unicast DNS configuration daemon: # /etc/init.d/avahi-dnsconfd start -To start the two daemons on Debian based distributions automatically: +To start the two daemons at boot time on Debian based distributions: + avahi-daemon without DBUS support: # update-rc.d avahi-daemon defaults 25 15 + avahi-daemon with DBUS support: + # ln -s /etc/init.d/avahi-daemon /etc/dbus/event.d/75avahi-daemon + + avahi-dnsconfd: # update-rc.d avahi-dnsconfd defaults 26 14 $Id$ diff --git a/man/avahi-bookmarks.1.xml.in b/man/avahi-bookmarks.1.xml.in index 95748d9..514d77d 100644 --- a/man/avahi-bookmarks.1.xml.in +++ b/man/avahi-bookmarks.1.xml.in @@ -52,7 +52,7 @@ <section name="See also"> <p> - <manref name="avahi-daemon" section="8"/>, <manref name="avahi-browse" section="1"/> + <manref name="avahi-browse" section="1"/>, <manref name="avahi-daemon" section="8"/> </p> </section> diff --git a/man/avahi-daemon.8.xml.in b/man/avahi-daemon.8.xml.in index 07ec7ac..93002ec 100644 --- a/man/avahi-daemon.8.xml.in +++ b/man/avahi-daemon.8.xml.in @@ -126,7 +126,7 @@ <section name="See also"> <p> - <manref name="avahi-dnsconfd" section="8"/>, <manref name="avahi-daemon.conf" section="5"/>, <manref name="avahi.service" section="5"/> + <manref name="avahi-daemon.conf" section="5"/>, <manref name="avahi.service" section="5"/>, <manref name="avahi-dnsconfd" section="8"/> </p> </section> diff --git a/man/avahi-publish-service.1.xml.in b/man/avahi-publish-service.1.xml.in index be622be..c4bbd12 100644 --- a/man/avahi-publish-service.1.xml.in +++ b/man/avahi-publish-service.1.xml.in @@ -71,7 +71,7 @@ <section name="See also"> <p> <manref name="avahi-publish-address" section="1"/>, <manref - name="avahi-publish-service" section="1"/>, <manref + name="avahi-browse" section="1"/>, <manref name="avahi-daemon" section="8"/> </p> </section> |