diff options
author | flz <flz@FreeBSD.org> | 2006-06-20 17:37:59 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-06-20 17:37:59 +0800 |
commit | cf9ef1fdcb6fed82e459f3a0a2c7c252695e9c81 (patch) | |
tree | 6665f8f0d8d4bc9fe3185aeca0a0d1ed7d0f9e08 /dns/pdnsd | |
parent | a2647eec1af7d1a097723354771127d462fe00fc (diff) | |
download | freebsd-ports-gnome-cf9ef1fdcb6fed82e459f3a0a2c7c252695e9c81.tar.gz freebsd-ports-gnome-cf9ef1fdcb6fed82e459f3a0a2c7c252695e9c81.tar.zst freebsd-ports-gnome-cf9ef1fdcb6fed82e459f3a0a2c7c252695e9c81.zip |
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
Diffstat (limited to 'dns/pdnsd')
-rw-r--r-- | dns/pdnsd/Makefile | 2 | ||||
-rw-r--r-- | dns/pdnsd/files/pdnsd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile index ae852e359442..78d5c6710c41 100644 --- a/dns/pdnsd/Makefile +++ b/dns/pdnsd/Makefile @@ -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 diff --git a/dns/pdnsd/files/pdnsd.in b/dns/pdnsd/files/pdnsd.in index 27e70e0da0a1..9ee8ff06b777 100644 --- a/dns/pdnsd/files/pdnsd.in +++ b/dns/pdnsd/files/pdnsd.in @@ -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 |