chiark
/
gitweb
/
~mdw
/
rcheck
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ntp: New check for NTP clock condition.
[rcheck]
/
check.d
/
logs
1
#! /bin/sh
2
###
3
### Report on scary things found in log files.
4
5
set -e
6
7
## Check Exim's paniclog to see whether it was upset about anything.
8
if [ -f /var/log/exim4/paniclog ]; then
9
echo "W: Exim paniclog exists. Be afraid."
10
fi