diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-19 05:55:56 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-19 05:55:56 +0000 |
commit | 3f8f68f964ff4252a330957869a627a5b3e3dd30 (patch) | |
tree | f232d529b58b18023b4dc21052e4c7c9bb3fb06b /net/avahi | |
parent | 1571de46ef1422a08928371fc7c8b6e64573b32d (diff) | |
download | FreeBSD-ports-3f8f68f964ff4252a330957869a627a5b3e3dd30.zip FreeBSD-ports-3f8f68f964ff4252a330957869a627a5b3e3dd30.tar.gz |
Add dbus to the REQUIRE line for the rcND scripts to ensure dbus is started
first.
Pointed out by: ahze
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 1 | ||||
-rw-r--r-- | net/avahi/files/avahi-daemon.sh | 2 | ||||
-rw-r--r-- | net/avahi/files/avahi-dnsconfd.sh | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 04b9928..37891aa 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -7,6 +7,7 @@ PORTNAME= avahi PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= net dns MASTER_SITES= http://www.freedesktop.org/~lennart/ diff --git a/net/avahi/files/avahi-daemon.sh b/net/avahi/files/avahi-daemon.sh index 1d1f9b9..95d90e3 100644 --- a/net/avahi/files/avahi-daemon.sh +++ b/net/avahi/files/avahi-daemon.sh @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: avahi_daemon -# REQUIRE: DAEMON +# REQUIRE: DAEMON dbus # KEYWORD: FreeBSD # # Avahi's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon. diff --git a/net/avahi/files/avahi-dnsconfd.sh b/net/avahi/files/avahi-dnsconfd.sh index d194235..edb5746 100644 --- a/net/avahi/files/avahi-dnsconfd.sh +++ b/net/avahi/files/avahi-dnsconfd.sh @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: avahi_dnsconfd -# REQUIRE: DAEMON +# REQUIRE: DAEMON dbus # KEYWORD: FreeBSD # # avahi-dnsconfd connects to a running avahi-daemon and runs the script |