summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-19 02:22:54 +0000
committerrillig <rillig@pkgsrc.org>2007-12-19 02:22:54 +0000
commit545e51df6190d153e5b20b9ce8e7dd84ff841471 (patch)
tree6b06d7af5bf7a4205eaf5ad90da6dc59e18d65cb /pkgtools
parent2a394154772db0ef8ebf39844fa4513a283fcc2e (diff)
downloadpkgsrc-545e51df6190d153e5b20b9ce8e7dd84ff841471.tar.gz
The +CONTENTS file is checked for conflicts, not +REQUIRED_BY.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/conflicts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/conflicts.c b/pkgtools/pkg_install/files/lib/conflicts.c
index bffa448c8bf..35dd204ccf7 100644
--- a/pkgtools/pkg_install/files/lib/conflicts.c
+++ b/pkgtools/pkg_install/files/lib/conflicts.c
@@ -1,9 +1,9 @@
/*
- * XXX: Reading the +REQUIRED_BY files of all installed packages is
+ * XXX: Reading the +CONTENTS files of all installed packages is
* rather slow. Since this check is necessary to avoid conflicting
* packages, it should not be removed.
*
- * TODO: Put all the information that is currently in the +REQUIRED_BY
+ * TODO: Put all the information that is currently in the +CONTENTS
* files into one large file or another database.
*/