From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 20:55:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7791B16A422 for ; Mon, 6 Mar 2006 20:55:09 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D48543D49 for ; Mon, 6 Mar 2006 20:55:08 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id h27so598977wxd for ; Mon, 06 Mar 2006 12:55:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Adf1XNiKtjMZblxPE1nFPARTbIcAKV4mFDne/nGCfbYXzT0cxc0uo3pm+aXFIzjhb4w6ZnHdIto/W80hZwxJj3KHleX7mgAEnoWNLONNjBAhdFBldfZPmDD9QA5twfmZxm/pSehVi5uSwRLwl8po1GmOy/0bCIeEmk1C7XvGv1E= Received: by 10.70.45.2 with SMTP id s2mr7486482wxs; Mon, 06 Mar 2006 12:30:32 -0800 (PST) Received: by 10.70.58.15 with HTTP; Mon, 6 Mar 2006 12:30:32 -0800 (PST) Message-ID: Date: Mon, 6 Mar 2006 14:30:32 -0600 From: "illoai@gmail.com" To: "Tang Ho Yim" In-Reply-To: <20060306035631.90705.qmail@web35812.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060306035631.90705.qmail@web35812.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: question about upgrade 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: Mon, 06 Mar 2006 20:55:09 -0000 On 3/5/06, Tang Ho Yim wrote: > Hi, > > From the beginning, I just install the base distribution of FreeBSD 5.4= , no other package like man, games, compat4x..... > > After make buildworld & installworld to Release 5.4 p12, it seems all o= f the world will be installed.....( if I have a mistake, please tell me ! ) > > So, how can I upgrade the machine with just the distribution I installe= d before ? These can all be tuned via /etc/make.conf (look at /usr/share/examples/etc/make.conf or man 5 make.conf). For instsance, if you don't want kerberos you would put NO_KERBEROS=3D in your /etc/make.conf and the same for games, cvs, gpib, et al. -- --