# first the daemon itself, then the controller for the daemon.
reporter_daemon() {
trap "rm -f \"$pidfile\"" EXIT
- tail -f $logfile | grep "unbound.*info: validation failure" | \
+ tail -f $logfile | grep --line-buffered "unbound.*info: validation failure" | \
while read x; do
echo "$x" | $notify_cmd
done
+9 March 2012: Wouter
+ - Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
+
2 March 2012: Wouter
- flush_infra cleans timeouted servers from the cache too.
- removed warning from --enable-ecdsa.