diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-02-22 17:19:28 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-02-22 17:19:28 +0000 |
commit | 85662e56238fb00a13e0c7243b2c046f15f59828 (patch) | |
tree | b566a0ed0f861b608d0372a1ffaecb871e8dfa0a /dns/dnsmasq | |
parent | 1f96a89e2d54fefd2cc56d4fd1ed27e700dad873 (diff) |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmasq/files/dnsmasq.sh.in | 15 |
2 files changed, 13 insertions, 3 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 56316339c0be..e107b56fcc6a 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnsmasq PORTVERSION= 2.57 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/files/dnsmasq.sh.in b/dns/dnsmasq/files/dnsmasq.sh.in index 50a604c1a6c5..8cdd860f3762 100644 --- a/dns/dnsmasq/files/dnsmasq.sh.in +++ b/dns/dnsmasq/files/dnsmasq.sh.in @@ -1,10 +1,19 @@ #! /bin/sh # -# PROVIDE: named dnsmasq -# REQUIRE: SERVERS cleanvar -# BEFORE: DAEMON +# PROVIDE: dnsmasq +# REQUIRE: SERVERS named +# BEFORE: DAEMON ntpdate rpcbind # KEYWORD: shutdown # +# The BEFORE: line above contains individual services that have a +# REQUIRE: named line, to make sure dnsmasq starts early enough +# for those, in case dnsmasq is listed in /etc/resolv.conf. +# +# The REQUIRE: named above is for configurations where named +# acts as a resolver, and dnsmasq is used to "blend in" local +# domain names. +# +# # Add the following line to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # |