1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Jason Helfman
4eed42b968 - Update to 20110809-2
- 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
2012-02-22 20:07:31 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Pav Lucistnik
e7da07659a - Mark BROKEN on FreeBSD 9.X: does not compile
radns.c:164: error: redefinition of 'struct nd_opt_rdnss'
  radns.c:177: error: redefinition of 'struct nd_opt_dnssl'

Reported by:	pointyhat
2011-10-12 21:51:17 +00:00
Baptiste Daroussin
0f3eb33db7 Router Advertisement DNS (radns)
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>
2011-09-28 09:48:16 +00:00