diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 05:55:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 05:55:56 +0000 |
commit | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (patch) | |
tree | 72c2fa854a27e9de9160f8fc0a1708316d2b5545 /net | |
parent | Fix plist. (diff) |
Add dbus to the REQUIRE line for the rcND scripts to ensure dbus is started
first.
Pointed out by: ahze
Notes
Notes:
svn path=/head/; revision=148767
Diffstat (limited to 'net')
-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 04b9928c6bf4..37891aa66630 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 1d1f9b93a10a..95d90e3ee402 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 d194235053c8..edb5746f4e16 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 |