diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-19 13:55:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-19 13:55:56 +0800 |
commit | 3f8f68f964ff4252a330957869a627a5b3e3dd30 (patch) | |
tree | f232d529b58b18023b4dc21052e4c7c9bb3fb06b | |
parent | 1571de46ef1422a08928371fc7c8b6e64573b32d (diff) | |
download | freebsd-ports-gnome-3f8f68f964ff4252a330957869a627a5b3e3dd30.tar.gz freebsd-ports-gnome-3f8f68f964ff4252a330957869a627a5b3e3dd30.tar.zst freebsd-ports-gnome-3f8f68f964ff4252a330957869a627a5b3e3dd30.zip |
Add dbus to the REQUIRE line for the rcND scripts to ensure dbus is started
first.
Pointed out by: ahze
-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 |