From owner-cvs-ports Thu Jan 30 03:23:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05707 for cvs-ports-outgoing; Thu, 30 Jan 1997 03:23:13 -0800 (PST) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA05695; Thu, 30 Jan 1997 03:23:09 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-07.ix.netcom.com [204.31.231.39]) by dfw-ix6.ix.netcom.com (8.6.13/8.6.12) with ESMTP id DAA25213; Thu, 30 Jan 1997 03:22:33 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id DAA00926; Thu, 30 Jan 1997 03:22:16 -0800 (PST) Date: Thu, 30 Jan 1997 03:22:16 -0800 (PST) Message-Id: <199701301122.DAA00926@silvia.HIP.Berkeley.EDU> To: obrien@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199701301043.CAA03569@freefall.freebsd.org> (obrien@freefall.freebsd.org) Subject: Re: cvs commit: ports/print/ghostscript/pkg PLIST From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * ghostscript-2.6.2 port didn't deinstall cleanly: * * Delete file /usr/local/bin/gs * Attempting to delete directory `/usr/local/lib/ghostscript' as a file * This packing list is incorrect - ignoring delete request. * * Added a little ``@unexec'' action. Um, that's not the right way to fix it. You should list all the files in there. Your method will also blow away files that don't belong to gs-2.6.2 (in particular, gs3 and gs4). Satoshi