blob: 5a70ac207fee6679216323bf0b7c01b0783d56a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: DESCR,v 1.1.1.1 2001/04/02 18:04:04 wennmach Exp $
pkgconflict is a script that searches for conflicting packages.
In a first step it gathers the package and file names of all known
packages. The source for this step is either the contents of
/var/db/pkg, or a directory where the builk builds savet the
package databases.
In a second step, it calls a database system, PostgreSQL, to
determine which packages have common file names. Packages with
registered CONFLICT lines are filtered out.
|