Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2018 12:55:16 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466149 - in head/dns/dnsdist: . files
Message-ID:  <201804011255.w31CtGMP018544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sun Apr  1 12:55:16 2018
New Revision: 466149
URL: https://svnweb.freebsd.org/changeset/ports/466149

Log:
  dns/dnsdist: Update dnsdist.in
  
  - Remove -d arg in dnsdist.in as it now uses daemon(8)
  - Bump PORTREVISION
  
  Reported by:	krion

Modified:
  head/dns/dnsdist/Makefile
  head/dns/dnsdist/files/dnsdist.in

Modified: head/dns/dnsdist/Makefile
==============================================================================
--- head/dns/dnsdist/Makefile	Sun Apr  1 12:52:59 2018	(r466148)
+++ head/dns/dnsdist/Makefile	Sun Apr  1 12:55:16 2018	(r466149)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dnsdist
 DISTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	dns net
 MASTER_SITES=	https://downloads.powerdns.com/releases/ \
 		LOCAL/cpm

Modified: head/dns/dnsdist/files/dnsdist.in
==============================================================================
--- head/dns/dnsdist/files/dnsdist.in	Sun Apr  1 12:52:59 2018	(r466148)
+++ head/dns/dnsdist/files/dnsdist.in	Sun Apr  1 12:55:16 2018	(r466149)
@@ -23,6 +23,6 @@ load_rc_config ${name}
 : ${dnsdist_enable:=NO}
 
 command=/usr/local/sbin/${name}
-command_args="-u ${dnsdist_priv_user} -g ${dnsdist_priv_group} -d"
+command_args="-u ${dnsdist_priv_user} -g ${dnsdist_priv_group}"
 
 run_rc_command "$1"



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