summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-08 21:00:33 +0000
committerrillig <rillig>2005-11-08 21:00:33 +0000
commit650256c71c8b42813d02ce13db3ee0e21d96814e (patch)
tree4ea4415a6a22efd2cf5b71983ba764fde7c57955 /pkgtools
parentbb47bbd27758cb31f000ca4e9cee1079589af853 (diff)
downloadpkgsrc-650256c71c8b42813d02ce13db3ee0e21d96814e.tar.gz
diff:
- check for magic numbers like 0755, 755, 644 + check for direct use of user names and group names
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index b68ac90d7f7..1ca0b06d44b 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -12,4 +12,4 @@
* check Makefile directives
* check _every_ line of the Makefiles
* warn about the use of ${SED} in {pre,do,post}-install
-* check for magic numbers like 0755, 755, 644
+* check for direct use of user names and group names