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:
parent
348f659e0e
commit
452472a3df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=466190
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= dnsdist
|
||||
DISTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns net
|
||||
MASTER_SITES= https://downloads.powerdns.com/releases/ \
|
||||
LOCAL/cpm
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user