diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-10 05:13:12 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-10 05:13:12 +0800 |
commit | a13acbe0b6179e8d8b6dda25c65b9249a078276e (patch) | |
tree | 7f76e70969e7018123c257e53ba95dc9790543db /dns | |
parent | 654ac5bd66dfcd8aa5f5dc81a0374eaa9160f242 (diff) | |
download | freebsd-ports-gnome-a13acbe0b6179e8d8b6dda25c65b9249a078276e.tar.gz freebsd-ports-gnome-a13acbe0b6179e8d8b6dda25c65b9249a078276e.tar.zst freebsd-ports-gnome-a13acbe0b6179e8d8b6dda25c65b9249a078276e.zip |
dns/openmdns: document rc.d minimally
PR: 214366
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 |