Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2016 04:33:37 +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: r424670 - in head/dns/openmdns: . files
Message-ID:  <201610260433.u9Q4Xbvu037424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct 26 04:33:37 2016
New Revision: 424670
URL: https://svnweb.freebsd.org/changeset/ports/424670

Log:
  dns/openmdns: silence rc.d warning
  
  $ service mdnsd start
  /usr/local/etc/rc.d/mdnsd: WARNING: $mdnsd_enable is not set properly - see rc.conf(5).
  Cannot 'start' mdnsd. Set mdnsd_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.

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

Modified: head/dns/openmdns/Makefile
==============================================================================
--- head/dns/openmdns/Makefile	Wed Oct 26 04:08:28 2016	(r424669)
+++ head/dns/openmdns/Makefile	Wed Oct 26 04:33:37 2016	(r424670)
@@ -3,7 +3,7 @@
 PORTNAME=	openmdns
 DISTVERSION=	0.6-8
 DISTVERSIONSUFFIX=	-g07cf5c1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/dns/openmdns/files/mdnsd.in
==============================================================================
--- head/dns/openmdns/files/mdnsd.in	Wed Oct 26 04:08:28 2016	(r424669)
+++ head/dns/openmdns/files/mdnsd.in	Wed Oct 26 04:33:37 2016	(r424670)
@@ -16,5 +16,7 @@ command="%%PREFIX%%/sbin/${name}"
 command_args="em0"
 extra_commands="reload"
 
+: ${mdnsd_enable:="NO"}
+
 load_rc_config $name
 run_rc_command "$1"



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