Subject: Re: Stopping a common shoot-your-own-foot problem
To: None <tech-pkg@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-pkg
Date: 03/30/2005 23:13:56
On Tue, 29 Mar 2005, Johnny Lam wrote:
> If you are sure that you would like to remove db4-4.2.25
> at this time, please add "db4" to PKG_FORCE_REMOVE in your
> shell environment, e.g. in Bourne-compatible shells:
> 
> 	PKG_FORCE_REMOVE="${PKG_FORCE_REMOVE} db4"
> 	export PKG_FORCE_REMOVE

I don't care much about the details, but I do think that it should
be difficult to accidentally install a new version of a pkg which is
incompatible with data files saved by the old version.  Since there's no
easy way to tell the difference between installing the new version from
scratch or installing the new version after removing the old version,
this implies that it should be difficult to deinstall the old version.

--apb (Alan Barrett)