| Log Message: |
Warn about crontabs missing a newline before EOF
A flaw in the crontab processing code prevented most of the code dealing with
missing \n before EOF from ever being reached. This flaw has been corrected,
and a warning (syslog) has been added to alert user about broken crontabs.
This also reverts the approach used in r138.
|