Allow a subset of checks to be run.
[rcheck] / check.d / logs
diff --git a/check.d/logs b/check.d/logs
deleted file mode 100755 (executable)
index 9da514c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-###
-### Report on scary things found in log files.
-
-set -e
-
-## Check Exim's paniclog to see whether it was upset about anything.
-if [ -s /var/log/exim4/paniclog ]; then
-  echo "W: Exim paniclog exists.  Be afraid."
-fi