CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/10/20 16:42:29
Modified files:
etc : daily
share/man/man8 : afterboot.8 daily.8
Log message:
Remove calls for df(1), netstat(1), and the verbose dump(1)
With this change, daily(8) only sends email when something looks
dubious.
Consequently VERBOSESTATUS is now a no-op and may be unset.
The code is trivial and riddled with choices that look like personal
preferences. The old behavior can be achieved through
/etc/daily.local.
With schwarze@, tweak kn@, sthen@
OK schwarze@, kn@, jung@