Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2016 21:13:13 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425807 - in head/dns/openmdns: . files
Message-ID:  <201611092113.uA9LDDbP075443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611092113.uA9LDDbP075443>