svn commit: r466190 - in branches/2018Q2/dns/dnsdist: . files
Carlos J. Puga Medina
cpm at FreeBSD.org
Sun Apr 1 23:54:22 UTC 2018
Author: cpm
Date: Sun Apr 1 23:54:21 2018
New Revision: 466190
URL: https://svnweb.freebsd.org/changeset/ports/466190
Log:
MFH: r466149
dns/dnsdist: Update dnsdist.in
- Remove -d arg in dnsdist.in as it now uses daemon(8)
- Bump PORTREVISION
Reported by: krion
Approved by: ports-secteam (riggs)
Modified:
branches/2018Q2/dns/dnsdist/Makefile
branches/2018Q2/dns/dnsdist/files/dnsdist.in
Directory Properties:
branches/2018Q2/ (props changed)
Modified: branches/2018Q2/dns/dnsdist/Makefile
==============================================================================
--- branches/2018Q2/dns/dnsdist/Makefile Sun Apr 1 23:53:08 2018 (r466189)
+++ branches/2018Q2/dns/dnsdist/Makefile Sun Apr 1 23:54:21 2018 (r466190)
@@ -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: branches/2018Q2/dns/dnsdist/files/dnsdist.in
==============================================================================
--- branches/2018Q2/dns/dnsdist/files/dnsdist.in Sun Apr 1 23:53:08 2018 (r466189)
+++ branches/2018Q2/dns/dnsdist/files/dnsdist.in Sun Apr 1 23:54:21 2018 (r466190)
@@ -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-all
mailing list