From owner-freebsd-rc@FreeBSD.ORG Mon Oct 5 19:39:40 2009 Return-Path: Delivered-To: freebsd-rc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD3CC1065695; Mon, 5 Oct 2009 19:39:40 +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 827C28FC1C; Mon, 5 Oct 2009 19:39:40 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:3902:3a2:c54b:fed5] (unknown [IPv6:2001:7b8:3a7:0:3902:3a2:c54b:fed5]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id AD34A5C59; Mon, 5 Oct 2009 21:39:39 +0200 (CEST) Message-ID: <4ACA4B81.3090105@andric.com> Date: Mon, 05 Oct 2009 21:39:45 +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> In-Reply-To: <20091005.123427.227628092.hrs@allbsd.org> 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-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 19:39:40 -0000 On 2009-10-05 05:34, Hiroki Sato wrote: > The patch for stable/8 can be found at: > > http://people.freebsd.org/~hrs/ipv6_stable8.20091005.diff Hmm, build bombs out at sbin/ifconfig: ===> sbin/ifconfig (depend) make: don't know how to make af_nd6.c. Stop *** Error code 2 This is because the patch doesn't seem to contain sbin/ifconfig/af_nd6.c. Can I just use the version from head?