From owner-freebsd-questions@FreeBSD.ORG Wed Dec 2 10:01:58 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EC2F1065676 for ; Wed, 2 Dec 2009 10:01:58 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 347AF8FC13 for ; Wed, 2 Dec 2009 10:01:58 +0000 (UTC) Received: from baby-jane.lamaiziere.net (83.158.192-77.rev.gaoland.net [77.192.158.83]) by smtp.lamaiziere.net (Postfix) with ESMTPA id B7E956331FB; Wed, 2 Dec 2009 11:01:56 +0100 (CET) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 48D6E2CFC15; Wed, 2 Dec 2009 11:01:51 +0100 (CET) Date: Wed, 2 Dec 2009 11:01:50 +0100 From: Patrick Lamaiziere To: Gary Kline Message-ID: <20091202110150.180c845e@baby-jane.lamaiziere.net> In-Reply-To: <20091202071508.GA1869@thought.org> References: <20091202071508.GA1869@thought.org> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List Subject: Re: which is the better way...? 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: Wed, 02 Dec 2009 10:01:58 -0000 Le Tue, 1 Dec 2009 23:15:11 -0800, Gary Kline a =E9crit : =20 > it is better to pkg_delete OOo-301 or just cd to /usr/local and > /bin/rm -r it from there? this time i'll make a not of the preferred > way of cleaning out the old stuff.. You should use pkg_delete to remove an installed port. It removes the program, the doc, ..., but also entries in the pakage database (/var/db/pkg/). Regards.