summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-10 12:19:58 +0000
committerrillig <rillig>2005-11-10 12:19:58 +0000
commit03852021bfb01c5d1adb73ab8903611ca1a06ef6 (patch)
tree5311c65c4708c750bba6921afef8af33fc290373 /pkgtools
parent6270588dd13d31f419922f4758dd76c682fe0c3c (diff)
downloadpkgsrc-03852021bfb01c5d1adb73ab8903611ca1a06ef6.tar.gz
* Find a reliable, secure way to delete all CVS directories inside
${WRKSRC}. When that is finished, add a warning that using ${XARGS} is insecure.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 1ca0b06d44b..97cd0906d9a 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -13,3 +13,6 @@
* check _every_ line of the Makefiles
* warn about the use of ${SED} in {pre,do,post}-install
* check for direct use of user names and group names
+* Find a reliable, secure way to delete all CVS directories inside
+ ${WRKSRC}. When that is finished, add a warning that using ${XARGS}
+ is insecure.