aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-04-07 04:56:53 -0500
committerSlack Coder <slackcoder@server.ky>2025-04-07 04:56:53 -0500
commit49b5ac0b52352b7310359702fd597fabe590b6c3 (patch)
tree48840bd04492244c945279c5256e2ff9af42e1d3
parent6f451cae7d21c8439b4a04750cb0e945d7c1c599 (diff)
downloadsbotools2-49b5ac0b52352b7310359702fd597fabe590b6c3.tar.xz
todo
-rw-r--r--correctly handle local_overrides misconfiguration.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/correctly handle local_overrides misconfiguration.md b/correctly handle local_overrides misconfiguration.md
deleted file mode 100644
index a6a493d..0000000
--- a/correctly handle local_overrides misconfiguration.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Correctly handle LOCAL_OVERRIDES misconfiguration
-
-When the LOCAL_OVERRIDES configuration parameter points to a missing directory,
-sbotools2 exits with a cryptic error.
-
-```
-readdir() attempted on invalid dirhandle $dh at /usr/sbin/sbofind line 135, <$fh> line 106513.
-```
-
-Report the error early and as soon as possible with a human friendly message.
-
-Thanks pghvlaans for the report!