aboutsummaryrefslogtreecommitdiffstats
path: root/dns/radns
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | dns)
* - Update to 20110809-2jgh2012-02-232-14/+8
| | | | | | | | - Builds now on 9.x, drop conditional - while here use include of bpm and loop on portdocs PR: ports/165388 Submitted by: maintainer, mc@hack.org
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Mark BROKEN on FreeBSD 9.X: does not compilepav2011-10-131-1/+7
| | | | | | | radns.c:164: error: redefinition of 'struct nd_opt_rdnss' radns.c:177: error: redefinition of 'struct nd_opt_dnssl' Reported by: pointyhat
* Router Advertisement DNS (radns)bapt2011-09-286-0/+140
radns is an IPv6 DNS server address autoconfiguration client. It listens for IPv6 Router Advertisements with the Recursive DNS Server (RDNSS) and the DNS Search List (DNSSL) options and stores the search list and address(es) in a file in the same syntax as resolv.conf(5). WWW: http://hack.org/mc/hacks/radns/ PR: ports/159626 Submitted by: Michael Cardell Widerkrantz <mc@hack.org>