From owner-freebsd-questions@FreeBSD.ORG Thu Jun 1 18:08:16 2006 Return-Path: X-Original-To: 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 14F1B16ADA7 for ; Thu, 1 Jun 2006 18:08:16 +0000 (UTC) (envelope-from jfalconer@puc.edu) Received: from ecf2.puc.edu (ecf2.puc.edu [67.134.132.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8437A43D48 for ; Thu, 1 Jun 2006 18:08:15 +0000 (GMT) (envelope-from jfalconer@puc.edu) Received: from localhost (jfalconer@localhost) by ecf2.puc.edu (8.11.6/8.10.1) with ESMTP id k51I8E928090 for ; Thu, 1 Jun 2006 11:08:14 -0700 (PDT) Date: Thu, 1 Jun 2006 11:08:14 -0700 (PDT) From: Jon Falconer To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: difference between deinstall and pkg_delete? 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: Thu, 01 Jun 2006 18:08:19 -0000 Greetings, I see in the man page for ports the following: reinstall Use this to restore a port after using pkg_delete(1) when you should have used deinstall. So I'm wondering what is the difference between pkg_delete and using "make deinstall" from within the ports directory? What does "make deinstall" do that pkg_delete does not do? What does pkg_delete do that "make deinstall" does not do? Thanks, Jon