diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 08:57:23 +0000 |
commit | 83eb2c37009874672764765ec3bf3b59286c7391 (patch) | |
tree | a956ace1a4a1e10876d4c36f12af02bc9df6cb29 /dns/pdnsd/files | |
parent | 3c1484f2613137d7eaba8577f6d580c5532ac912 (diff) |
Notes
Diffstat (limited to 'dns/pdnsd/files')
-rw-r--r-- | dns/pdnsd/files/pdnsd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/pdnsd/files/pdnsd.in b/dns/pdnsd/files/pdnsd.in index 1d8172b210fe..0d497057301b 100644 --- a/dns/pdnsd/files/pdnsd.in +++ b/dns/pdnsd/files/pdnsd.in @@ -7,7 +7,7 @@ . /etc/rc.subr name="pdnsd" -rcvar=${name}_enable +rcvar=pdnsd_enable command="%%PREFIX%%/sbin/pdnsd" command_args="-d" required_files="%%PREFIX%%/etc/pdnsd.conf" |