Change pdnsd_flags to command_args in pdnsd rc.d startup script so that
pdnsd_flags can be safely overriden by user without worrying about "-d". Approved by: maintainer
This commit is contained in:
parent
afceee84d8
commit
f4478fd6fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165839
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= pdnsd
|
||||
PORTVERSION= 1.2.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/releases/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-par
|
||||
|
@ -9,7 +9,7 @@
|
||||
name="pdnsd"
|
||||
rcvar=${name}_enable
|
||||
command="%%PREFIX%%/sbin/pdnsd"
|
||||
pdnsd_flags="-d"
|
||||
command_args="-d"
|
||||
required_files="%%PREFIX%%/etc/pdnsd.conf"
|
||||
load_rc_config $name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user