diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-04-21 08:06:13 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-04-21 08:06:13 +0000 |
commit | 7709f3f57e6d32abcd9af885931104e8cecf6076 (patch) | |
tree | 696cbf1f6d00411caf7e33ea3d6deed82d0bc857 /pkgtools | |
parent | dd115018c07da67274eca90cbf55a938aab566a6 (diff) | |
download | pkgsrc-7709f3f57e6d32abcd9af885931104e8cecf6076.tar.gz |
Fix typo in DESCR: savet -> saved
Noted by Dawid Szymanski <dawszy@arhea.net> in private mail
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgconflict/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgconflict/DESCR b/pkgtools/pkgconflict/DESCR index 39560bcc6a1..7d51d4abc82 100644 --- a/pkgtools/pkgconflict/DESCR +++ b/pkgtools/pkgconflict/DESCR @@ -1,10 +1,10 @@ -$NetBSD: DESCR,v 1.1 2001/10/31 21:31:36 zuntum Exp $ +$NetBSD: DESCR,v 1.2 2002/04/21 08:06:13 zuntum 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 +/var/db/pkg, or a directory where the builk builds saved the package databases. In a second step, it calls a database system, PostgreSQL, to |