aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-09 21:13:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-09 21:13:12 +0000
commit51f3e6d72a4f525e5ad7eed956bfb23c4532d878 (patch)
tree7f76e70969e7018123c257e53ba95dc9790543db /dns
parentfdb936077d9839ebed37a79511e435a3f2ceebfe (diff)
downloadports-51f3e6d72a4f525e5ad7eed956bfb23c4532d878.tar.gz
ports-51f3e6d72a4f525e5ad7eed956bfb23c4532d878.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/openmdns/Makefile2
-rw-r--r--dns/openmdns/files/mdnsd.in8
2 files changed, 9 insertions, 1 deletions
diff --git a/dns/openmdns/Makefile b/dns/openmdns/Makefile
index 70670ce34813..71c7541caa37 100644
--- a/dns/openmdns/Makefile
+++ b/dns/openmdns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openmdns
DISTVERSION= 0.6-11
DISTVERSIONSUFFIX= -g2008828
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MAINTAINER= jbeich@FreeBSD.org
diff --git a/dns/openmdns/files/mdnsd.in b/dns/openmdns/files/mdnsd.in
index 692993b37596..824e09d0e0bf 100644
--- a/dns/openmdns/files/mdnsd.in
+++ b/dns/openmdns/files/mdnsd.in
@@ -6,6 +6,14 @@
# REQUIRE: NETWORKING
# BEFORE: DAEMON
# KEYWORD: shutdown
+#
+# Add the following lines to /etc/rc.conf to enable this service:
+#
+# mdnsd_enable (bool): Set it to YES to enable mdnsd(8) on startup.
+# Default: NO
+# mdnsd_flags (string): Arguments passed to mdnsd(8) such as the list of
+# network interfaces to listen on e.g., "em0 fxp0".
+# Default: lo0 (no network exposure)
. /etc/rc.subr