From owner-freebsd-current@FreeBSD.ORG Tue Dec 20 14:08:58 2011 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 D39D8106566C; Tue, 20 Dec 2011 14:08:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id A8DAE8FC0C; Tue, 20 Dec 2011 14:08:58 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 4B85146B23; Tue, 20 Dec 2011 09:08:58 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CAF48B914; Tue, 20 Dec 2011 09:08:57 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Date: Tue, 20 Dec 2011 08:54:06 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <20111218164154.GH67033@glebius.int.ru> In-Reply-To: <20111218164154.GH67033@glebius.int.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <201112200854.06897.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 20 Dec 2011 09:08:57 -0500 (EST) Cc: Alexander Leidinger , Gleb Smirnoff , current@freebsd.org Subject: Re: svn commit: r228576 - in head: . sys/boot/forth sys/modules sys/modules/carp sys/modules/if_carp 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, 20 Dec 2011 14:08:58 -0000 On Sunday, December 18, 2011 11:41:54 am Gleb Smirnoff wrote: > Alexander, > > On Sat, Dec 17, 2011 at 03:08:43PM +0100, Alexander Leidinger wrote: > A> we never had a kernel part in the list. Reinstallkernel is not a valid target after updating the sources. The renaming will only take effekt after updating. And we already hat issues because the list was too long. > A> Your entry for the carp module is completely out of question for this list. Please remove it. > > The file /boot/kernel/if_carp.ko had been installed on older installations. It > is not overwritten now. Thus, it may happen in a some weird case, that it is > left intact. 'make installkernel' is not the only way to upgrade FreeBSD. > To cover these potential cases I have added an entry. This entry doesn't > hurt anybody or anything. 'make installkernel' is the only supported way of upgrading. :) -- John Baldwin