aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2018-04-01 12:55:16 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2018-04-01 12:55:16 +0000
commit9549546013c47e445b7743f40e56512f7ee13265 (patch)
treeb2feca67a4281856ea521d7bcfc58de1ac81ea7d /dns
parentdc0f4b2eda766c0d63464fec03d700e1b41b4aa9 (diff)
downloadports-9549546013c47e445b7743f40e56512f7ee13265.tar.gz
ports-9549546013c47e445b7743f40e56512f7ee13265.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsdist/Makefile1
-rw-r--r--dns/dnsdist/files/dnsdist.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile
index cdd849aaf0e0..86c71f5d8745 100644
--- a/dns/dnsdist/Makefile
+++ b/dns/dnsdist/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dnsdist
DISTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= dns net
MASTER_SITES= https://downloads.powerdns.com/releases/ \
LOCAL/cpm
diff --git a/dns/dnsdist/files/dnsdist.in b/dns/dnsdist/files/dnsdist.in
index 63bf4a755a79..989863518c20 100644
--- a/dns/dnsdist/files/dnsdist.in
+++ b/dns/dnsdist/files/dnsdist.in
@@ -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"