summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-11 16:44:30 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-11 16:44:30 +0000
commitd859c4c4c0b5889af50355f6552fbcd2eae36bd3 (patch)
treeec9c155f08d78bcb8af9def4ea1b44564a3392d0
parent98b772ffc6e06ca0e19c2d31326c281a77646367 (diff)
small fixes in mans and INSTALL
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@291 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/INSTALL7
-rw-r--r--man/avahi-bookmarks.1.xml.in2
-rw-r--r--man/avahi-daemon.8.xml.in2
-rw-r--r--man/avahi-publish-service.1.xml.in2
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>