aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-30 12:26:09 -0400
committerB. Watson <urchlay@slackware.uk>2023-05-30 12:26:09 -0400
commitb76a6efb4668d3fa60905a575d75ade4dcfabb85 (patch)
treed55fe87f39b6c7782c019595a5f51370db0a3379 /TODO
parentb32fed5e41ba86761853342b88b12121f64bfe0a (diff)
downloadsbo-maintainer-tools-b76a6efb4668d3fa60905a575d75ade4dcfabb85.tar.gz
sbolint: add douninst.sh checks; sbopkglint: add hardcoded $TMP check.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO b/TODO
index 9d1787f..70ad4ed 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,7 @@
-TODO: sbopkglint should disallow new dirs in /usr (other than the
- standard ones).
-TODO: sbopklint: check libtins and anything-sync-daemon...
-TODO: sbolint: same checks for douninst.sh as we have for doinst.sh.
+TODO: check for "if [ -x /usr/bin/whatever ]" in doinst.sh, warn
+ if missing. this could be an ill-defined mess.
TODO: sbolint should warn if LIBDIRSUFFIX and/or SLKCFLAGS are
- set but never used. And/or, sbopklint could complain if
+ set but never used. And/or, sbopkglint could complain if
the SlackBuild sets SLKCFLAGS but there's no native code.
TODO: check for non-executable shared libs.