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:
Florent Thoumie 2006-06-20 09:37:59 +00:00
parent afceee84d8
commit f4478fd6fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165839
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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