summaryrefslogtreecommitdiff
path: root/dns/gdnsd
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-07-24 23:37:10 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-07-24 23:37:10 +0000
commit68dd4b9874d107f815b65addc1324e77329f7d1e (patch)
tree513e2420a1f23c847c6fa0d25fc6d3a87a474fb5 /dns/gdnsd
parent- Add stage support (diff)
- Remove the duplication of gdnsd_flags in command_args
PR: ports/192102 Submitted by: Allan Jude <allanjude@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=362860
Diffstat (limited to 'dns/gdnsd')
-rw-r--r--dns/gdnsd/files/gdnsd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/gdnsd/files/gdnsd.in b/dns/gdnsd/files/gdnsd.in
index a7a7b05b8d0a..be7499600180 100644
--- a/dns/gdnsd/files/gdnsd.in
+++ b/dns/gdnsd/files/gdnsd.in
@@ -26,7 +26,7 @@ load_rc_config $name
: ${gdnsd_flags:=""}
command="%%PREFIX%%/sbin/gdnsd"
-command_args="${gdnsd_flags} start"
+command_args="start"
procname=${command}
reload_cmd="gdnsd_reload"
configtest_cmd="gdnsd_checkconf"