aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-02-22 17:19:28 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-02-22 17:19:28 +0000
commit85662e56238fb00a13e0c7243b2c046f15f59828 (patch)
treeb566a0ed0f861b608d0372a1ffaecb871e8dfa0a /dns
parent1f96a89e2d54fefd2cc56d4fd1ed27e700dad873 (diff)
downloadports-85662e56238fb00a13e0c7243b2c046f15f59828.tar.gz
ports-85662e56238fb00a13e0c7243b2c046f15f59828.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq/Makefile1
-rw-r--r--dns/dnsmasq/files/dnsmasq.sh.in15
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:
#