mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Remove the duplication of gdnsd_flags in command_args
PR: ports/192102 Submitted by: Allan Jude <allanjude@FreeBSD.org>
This commit is contained in:
parent
2facf3a6ae
commit
68dd4b9874
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362860
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user