From owner-freebsd-current@FreeBSD.ORG Tue Oct 6 12:37:21 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48136106568D; Tue, 6 Oct 2009 12:37:21 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0C8778FC12; Tue, 6 Oct 2009 12:37:21 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:517e:fefd:3695:676c] (unknown [IPv6:2001:7b8:3a7:0:517e:fefd:3695:676c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 40E575C59; Tue, 6 Oct 2009 14:37:20 +0200 (CEST) Message-ID: <4ACB3A08.9030109@andric.com> Date: Tue, 06 Oct 2009 14:37:28 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4pre) Gecko/20091003 Shredder/3.0pre MIME-Version: 1.0 To: Hiroki Sato References: <200909122222.n8CMMV3d099311@svn.freebsd.org> <4AB15FCE.70505@FreeBSD.org> <20090920.224018.16368211.hrs@allbsd.org> <20091005.123427.227628092.hrs@allbsd.org> <4ACA4B81.3090105@andric.com> In-Reply-To: <4ACA4B81.3090105@andric.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, freebsd-rc@FreeBSD.org Subject: Re: nd6 change and rc.d/network_ipv6 -> rc.d/netif integration X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 12:37:21 -0000 On 2009-10-05 21:39, Dimitry Andric wrote: >> http://people.freebsd.org/~hrs/ipv6_stable8.20091005.diff > Hmm, build bombs out at sbin/ifconfig: ... > This is because the patch doesn't seem to contain > sbin/ifconfig/af_nd6.c. Can I just use the version from head? FYI, the patch also misses etc/rc.d/{faith,stf}. Without these, mergemaster fails; again, taking them from head fixes it.