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)
This commit is contained in:
Carlos J. Puga Medina 2018-04-01 23:54:21 +00:00
parent 348f659e0e
commit 452472a3df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=466190
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= dnsdist
DISTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= dns net
MASTER_SITES= https://downloads.powerdns.com/releases/ \
LOCAL/cpm

View File

@ -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"