Subject: Re: CONFLICTS matching
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 08/01/2006 02:33:46
On Mon, Jul 31, 2006 at 07:17:55PM -0500, Jeremy C. Reed wrote:
> I noticed that pkg_add didn't check conficts that are registered from 
> other packages. But only checks if the package to-be-installed has pkgcfl 
> (CONFLICTS).
> 
> Or have an option to fail before any installation or registration if file 
> is seen already (instead of showing above warning).
> 
> Any thoughts about this?

I want to do both:
(a) Check for conflicts whenever a package is installed.
(b) Check for PLIST collissions.

Joerg