From owner-freebsd-questions@FreeBSD.ORG Mon May 22 17:27:54 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 14ACE16AD67 for ; Mon, 22 May 2006 17:27:54 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7249243D5E for ; Mon, 22 May 2006 17:27:48 +0000 (GMT) (envelope-from dominique.goncalves@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so1016306nzf for ; Mon, 22 May 2006 10:27:47 -0700 (PDT) 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=VSpdq44sqgzRRIsLx79a9BukQ7tcId/BdPCJOrfSY8gBJzNZJ2HWcqERiiKG0BYgdy8RU6ZGKFoVek3IjUBoXfDrSWVdgtGyDL/zTHF6oWI7MOeNkUfwJyi/hfPcVS65/SVTMXctyOgJ43vogNtQmqkeYIgzcgjmZAejBfUsY8s= Received: by 10.37.22.75 with SMTP id z75mr6445440nzi; Mon, 22 May 2006 10:27:47 -0700 (PDT) Received: by 10.36.177.6 with HTTP; Mon, 22 May 2006 10:27:47 -0700 (PDT) Message-ID: <7daacbbe0605221027h2bbc7dabh9abeecc864b84ae5@mail.gmail.com> Date: Mon, 22 May 2006 19:27:47 +0200 From: "Dominique Goncalves" To: shih@math.jussieu.fr In-Reply-To: <20060522142710.GD29183@math.jussieu.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060522142710.GD29183@math.jussieu.fr> Cc: freebsd-questions@freebsd.org Subject: Re: upgrade from OLD -> NEW release 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, 22 May 2006 17:27:56 -0000 Hi, On 5/22/06, Albert Shih wrote: > Hi all > > >From many time I make the upgrade my FreeBSD by using : > > make -DNO_PROFILE buildowlrd > make buildkernel > make installkernel > reboot/single > make -DNO_PROFILE installworld > mergemaster > reboot > > Well everything work fine..but I always have some old file in /lib and > /usr/lib > > Can I destroy him without problem ? There are news targets that can help you since FreeBSD 6.1-RELEASE: check-old, delete-old and delete-old-libs [dom@djdomics /usr/src]$ make check-old >>> Checking for old files >>> Checking for old libraries >>> Checking for old directories To remove old files and directories run 'make delete-old'. To remove old libraries run 'make delete-old-libs'. HTH > Lots of thanks. > > Regards. > > > -- > Albert SHIH > Universite de Paris 7 (Denis DIDEROT) > U.F.R. de Mathematiques. > 7 i=E8me =E9tage, plateau D, bureau 10 > Heure local/Local time: > Mon May 22 16:24:56 CEST 2006 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Regards. --=20 There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."