summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-19 02:22:54 +0000
committerrillig <rillig>2007-12-19 02:22:54 +0000
commitd114c3a5838e5b2891430167fea6f5dbe4a38c90 (patch)
tree6b06d7af5bf7a4205eaf5ad90da6dc59e18d65cb /pkgtools
parent71f468963c7e58bdaa01fdfb108011d9b3732492 (diff)
downloadpkgsrc-d114c3a5838e5b2891430167fea6f5dbe4a38c90.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.
*/