From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 10:43:04 2003 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 A08B716A4BF for ; Thu, 18 Sep 2003 10:43:04 -0700 (PDT) Received: from ns1.tcbug.org (12-218-40-24.client.mchsi.com [12.218.40.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D377743FE0 for ; Thu, 18 Sep 2003 10:43:02 -0700 (PDT) (envelope-from friar_josh@tcbug.org) Received: by ns1.tcbug.org (Postfix, from userid 1012) id 70603B28B; Thu, 18 Sep 2003 12:41:27 -0500 (CDT) Date: Thu, 18 Sep 2003 12:41:27 -0500 From: Josh Paetzel To: "H. Bartel" Message-ID: <20030918174127.GQ27665@tcbug.org> References: <20030918164614.GN27665@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: Josh Paetzel cc: freebsd-questions@freebsd.org Subject: Re: deinstalling / reinstalling apache 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: Thu, 18 Sep 2003 17:43:04 -0000 On Thu, Sep 18, 2003 at 07:37:13PM +0200, H. Bartel wrote: > On 09/18/2003 11:46 AM friar_josh@webwarrior.net (Josh Paetzel) wrote: > > >pkg_info | grep apache will tell you the exact name of the apache > >package you have > >installed, you can then pkg_delete it. > > Hi, > > after done so, I get the following: > pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) > To delete Apache user permanently, use 'pw userdel www' > > Is this normal? Should I go ahead and do so? Another thing that could be going on here is pkg_delete isn't deleting /usr/local/etc/apache/httpd.conf because it's been changed. Manaully removing it will be the best course of action if you want to start with a completely fresh slate. Josh