aboutsummaryrefslogtreecommitdiffstats
path: root/dns/gdnsd
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2014-07-25 07:37:10 +0800
committerdanilo <danilo@FreeBSD.org>2014-07-25 07:37:10 +0800
commit42ace4dc39c383efb0c3196bdf563f57ec4b477c (patch)
tree513e2420a1f23c847c6fa0d25fc6d3a87a474fb5 /dns/gdnsd
parent299cf0cb858759d6322fb097501342ee88a11806 (diff)
downloadfreebsd-ports-gnome-42ace4dc39c383efb0c3196bdf563f57ec4b477c.tar.gz
freebsd-ports-gnome-42ace4dc39c383efb0c3196bdf563f57ec4b477c.tar.zst
freebsd-ports-gnome-42ace4dc39c383efb0c3196bdf563f57ec4b477c.zip
- Remove the duplication of gdnsd_flags in command_args
PR: ports/192102 Submitted by: Allan Jude <allanjude@FreeBSD.org>
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"