svn commit: r425807 - in head/dns/openmdns: . files

Jan Beich jbeich at FreeBSD.org
Wed Nov 9 21:13:14 UTC 2016


Author: jbeich
Date: Wed Nov  9 21:13:12 2016
New Revision: 425807
URL: https://svnweb.freebsd.org/changeset/ports/425807

Log:
  dns/openmdns: document rc.d minimally
  
  PR:		214366

Modified:
  head/dns/openmdns/Makefile   (contents, props changed)
  head/dns/openmdns/files/mdnsd.in

Modified: head/dns/openmdns/Makefile
==============================================================================
--- head/dns/openmdns/Makefile	Wed Nov  9 20:49:57 2016	(r425806)
+++ head/dns/openmdns/Makefile	Wed Nov  9 21:13:12 2016	(r425807)
@@ -3,7 +3,7 @@
 PORTNAME=	openmdns
 DISTVERSION=	0.6-11
 DISTVERSIONSUFFIX=	-g2008828
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: head/dns/openmdns/files/mdnsd.in
==============================================================================
--- head/dns/openmdns/files/mdnsd.in	Wed Nov  9 20:49:57 2016	(r425806)
+++ head/dns/openmdns/files/mdnsd.in	Wed Nov  9 21:13:12 2016	(r425807)
@@ -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
 


More information about the svn-ports-all mailing list