From owner-freebsd-current@FreeBSD.ORG Sat Jul 10 20:51:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C7B616A4CE for ; Sat, 10 Jul 2004 20:51:50 +0000 (GMT) Received: from ls401.htnet.hr (ls401.htnet.hr [195.29.150.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5318A43D2F for ; Sat, 10 Jul 2004 20:51:49 +0000 (GMT) (envelope-from lycanthrope@post.htnet.hr) Received: from ls401.htnet.hr (localhost.localdomain [127.0.0.1]) by ls401.htnet.hr (0.0.0/8.12.10) with ESMTP id i6AKpmTH028676 for ; Sat, 10 Jul 2004 22:51:48 +0200 Received: from jkhahhytncost7 (195-29-120-134.adsl.net.htnet.hr [195.29.120.134]) by ls401.htnet.hr (0.0.0/8.12.10) with SMTP id i6AKpl0W028666 for ; Sat, 10 Jul 2004 22:51:47 +0200 Message-ID: <005101c466bf$7b50dc20$1205a8c0@jkhahhytncost7> From: "lycanthrope" To: Date: Sat, 10 Jul 2004 22:50:06 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4922.1500 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4939.300 X-Trace: ls401.htnet.hr 1089492708 608 195.29.120.134 (Sat, 10 Jul 2004 22:51:48 +0200) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: A quick one (well, two actually) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 10 Jul 2004 20:51:50 -0000 hello a quick question: I cvsuped to current, did all that makeworld etc, and everything works = perfectly :) now,i want to add some options to kernel. There is no need to do all the = "world" proccess again,right? (I did no cvsuping since then). It is ok = to just "make buildkernel" and installkernel, right?=20 I'm pretty sure that is OK, since (correct me if I'm wrong,please) = "world" process is needed when upgrading,right? for the second question. every time I go upgrading my BSD system, entire = "world" process is needed,no matter maybe a day passed since last = cvsup-if I cvsup to newer, world is needed,right? thanks!