From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 01:09:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FF616A420 for ; Wed, 22 Aug 2007 01:09:15 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id CBEC413C4A7 for ; Wed, 22 Aug 2007 01:09:14 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 30006 invoked by uid 1002); 22 Aug 2007 01:09:14 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.297795 secs); 22 Aug 2007 01:09:14 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 Aug 2007 01:09:07 -0000 Message-ID: <46CB8C7E.1040102@ibctech.ca> Date: Tue, 21 Aug 2007 21:08:14 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46CB812B.3020208@ibctech.ca> In-Reply-To: <46CB812B.3020208@ibctech.ca> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: mattr@eagle.ca Subject: Re: DJBDNS && IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 01:09:15 -0000 > - is there a special way that I need to use tinydns-conf to create a new > 'server' > > - what should a proper v6 entry look like in the data file > > My research has told me that I should have new 'v6' type binaries in the > ./bin directory, but I do not see those. To answer my own question, and to ensure quality in the archive, thanks to this: http://tomclegg.net/djbdns-ipv6 I managed to solve my own question. I had to: # echo WITH_IPV6=yes >> /etc/make.conf ...and now I have: -rwxr-xr-x 1 root wheel 78 Aug 21 20:58 add-alias6 -rwxr-xr-x 1 root wheel 77 Aug 21 20:58 add-host6 ...which is what I was looking for. I don't know what ramifications leaving this in the /etc/make.conf file will have on future ports, so if someone can answer that, it would be great! Steve