diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-09 21:13:12 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-09 21:13:12 +0000 |
commit | 51f3e6d72a4f525e5ad7eed956bfb23c4532d878 (patch) | |
tree | 7f76e70969e7018123c257e53ba95dc9790543db /dns | |
parent | fdb936077d9839ebed37a79511e435a3f2ceebfe (diff) | |
download | ports-51f3e6d72a4f525e5ad7eed956bfb23c4532d878.tar.gz ports-51f3e6d72a4f525e5ad7eed956bfb23c4532d878.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/openmdns/Makefile | 2 | ||||
-rw-r--r-- | dns/openmdns/files/mdnsd.in | 8 |
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 |