diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-19 06:21:54 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-19 06:21:54 +0000 |
commit | d184f5dbd437348722cee5f89ebeb80d7c1af09a (patch) | |
tree | 2bfd9ed794678583ec01a7f30ffe86b937a97b37 /net | |
parent | c2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (diff) | |
download | ports-d184f5dbd437348722cee5f89ebeb80d7c1af09a.tar.gz ports-d184f5dbd437348722cee5f89ebeb80d7c1af09a.zip |
- Fix typo so the dnsconfd starts
- Make the avahi-dnsconfd rcNG require avahi-daemon
Notes
Notes:
svn path=/head/; revision=148769
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/Makefile | 2 | ||||
-rw-r--r-- | net/avahi/files/avahi-dnsconfd.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 37891aa66630..b0d79916978d 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -7,7 +7,7 @@ PORTNAME= avahi PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net dns MASTER_SITES= http://www.freedesktop.org/~lennart/ diff --git a/net/avahi/files/avahi-dnsconfd.sh b/net/avahi/files/avahi-dnsconfd.sh index edb5746f4e16..67a4526801df 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 dbus +# REQUIRE: DAEMON dbus avahi-daemon # KEYWORD: FreeBSD # # avahi-dnsconfd connects to a running avahi-daemon and runs the script @@ -23,7 +23,7 @@ rcvar=`set_rcvar` start_cmd=avahi_dnsconfd_start stop_cmd=avahi_dnsconfd_stop -avahi_dnsconfd_bin=%%PREFIX%%/sbin/avahi-daemon +avahi_dnsconfd_bin=%%PREFIX%%/sbin/avahi-dnsconfd avahi_dnsconfd_start() { checkyesno avahi_dnsconfd_enable && echo "Starting avahi-dnsconfd." && \ |