From owner-freebsd-questions@FreeBSD.ORG Sat Oct 16 04:02:48 2004 Return-Path: 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 4E85F16A4CE for ; Sat, 16 Oct 2004 04:02:48 +0000 (GMT) Received: from smtp111.mail.sc5.yahoo.com (smtp111.mail.sc5.yahoo.com [66.163.170.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 2EEE143D41 for ; Sat, 16 Oct 2004 04:02:48 +0000 (GMT) (envelope-from benwy_01@yahoo.com.au) Received: from unknown (HELO ?210.54.193.3?) (benwy?01@210.54.193.3 with plain) by smtp111.mail.sc5.yahoo.com with SMTP; 16 Oct 2004 04:02:47 -0000 Message-ID: <41708E81.5090901@yahoo.com.au> Date: Sat, 16 Oct 2004 15:59:13 +1300 From: Ben Washington-Yule User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040918 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Use pkg_delete or make deinstall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 04:02:48 -0000 I've been wondering lately if there is any difference between the two methods of removing software from the system; pkg_delete software-name and cd /usr/ports/catagory/software-name && make deinstall. This question is not answered in the FAQ, I mainly ask out of curiousity.