From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 08:34:44 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 BCCBD16A4CE for ; Mon, 15 Dec 2003 08:34:44 -0800 (PST) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC7043D33 for ; Mon, 15 Dec 2003 08:34:42 -0800 (PST) (envelope-from nkinkade@fastmail.fm) X-Sasl-enc: JHUV+akArQcVk4zRyOW6HA 1071506080 Received: from [206.26.199.146] (unknown [206.27.244.214]) by www.fastmail.fm (Postfix) with ESMTP id C2EFD472B37; Mon, 15 Dec 2003 11:34:39 -0500 (EST) Received: from nkinkade by [206.26.199.146] with local (Exim 4.12) id 1AVvfm-000DH8-00; Mon, 15 Dec 2003 10:34:18 -0600 Date: Mon, 15 Dec 2003 10:34:18 -0600 From: Nathan Kinkade To: Darryl Hoar Message-ID: <20031215163418.GA50480@npkfbsd> Mail-Followup-To: Darryl Hoar , freebsd-questions@freebsd.org References: <06e501c3c325$e96e6bc0$0701a8c0@darryl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <06e501c3c325$e96e6bc0$0701a8c0@darryl> User-Agent: Mutt/1.4.1i Sender: Nathan Kinkade cc: freebsd-questions@freebsd.org Subject: Re: Removing a program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nathan Kinkade List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 16:34:44 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 15, 2003 at 10:10:08AM -0600, Darryl Hoar wrote: > Greetings, > I installed phpBB from the ports on my 4.7 box. Went fine. > Had my phpBB bulletin boards hacked, even after applying > all the patches from phpbb.com. My current version of > phpBB is 2.0.0_1. All they suggested was install the new > version of phpBB and make sure I look for patches. >=20 > So... Since I installed phpBB from the ports, how do I remove > the program? I want to download phpBB from their site and > install it clean. >=20 > thanks for any help, > -Darryl you should be able to goto the phpBB port directory and do: # make deinstall or you could use the pkg_delete(1) tool. or if you have installed the utility called portupgrage you can use the tool pkg_deinstall, which i think is slightly more flexible than pkg_deinstall, but is just a wrapper for pkg_delete. Nathan --=20 gpg --keyserver pgp.mit.edu --recv-keys D8527E49 --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/3eKKO0ZIEthSfkkRAsgOAKCSaGQObum2ELv6TodG1hUTXPOhxgCgpvSU k+0RLRcmtzSodbZjG75xNug= =68kH -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+--