svn commit: r466149 - in head/dns/dnsdist: . files

Carlos J. Puga Medina cpm at FreeBSD.org
Sun Apr 1 12:55:17 UTC 2018


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"


More information about the svn-ports-head mailing list