Mention that avahi needs a system-wide D-BUS daemon running.

Prodded by Markus Bergkvist.
This commit is contained in:
ajacoutot 2011-03-02 06:34:40 +00:00
parent 5f425fb6ff
commit c971bb5467
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2011/01/17 13:18:13 landry Exp $
# $OpenBSD: Makefile,v 1.51 2011/03/02 06:34:40 ajacoutot Exp $
COMMENT-main= framework for Multicast DNS Service Discovery
COMMENT-gtk= GUI client utilities for avahi
@ -16,7 +16,7 @@ PKGNAME-mono= mono-avahi-${V}
PKGNAME-qt3= avahi-qt3-${V}
PKGNAME-qt4= avahi-qt4-${V}
REVISION-main= 1
REVISION-main= 2
REVISION-mono= 0
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>

View File

@ -1,3 +1,6 @@
For proper functionality, multicast(4) needs to be enabled. To do so,
add the following line to /etc/rc.conf.local:
multicast_host=YES
Note that you need a system-wide D-BUS daemon running before starting
avahi.