diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-06-20 09:37:59 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-06-20 09:37:59 +0000 |
commit | f4478fd6fb6817e0e01bc0406f5b507976fdb640 (patch) | |
tree | 7bc3a9541e7679d43d734b460a3f3a14c151e3bb /dns/pdnsd | |
parent | afceee84d833595150017d82d34a5afded1f5ace (diff) |
Notes
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 |