Displaying 1 result from an estimated 1 matches for "untrap".
Did you mean:
unwrap
2010 Mar 21
2
Bug#574858: logcheck: Does not ignore unresolvable hostname
Package: logcheck
Version: 1.3.7
Severity: normal
After installing logcheck on a system it posted an error to the cron
mail address hourly. An untrapped script error was posting stderr
output to cron. It originated here:
# Hostname either fully qualified or not.
if [ $FQDN -eq 1 ]; then
HOSTNAME="$(hostname --fqdn)" > /dev/null 2>&1
else
HOSTNAME="$(hostname --short)" > /dev/null 2>...