micron - News: Version 1.3
Version 1.3
Item posted by Sergey Poznyakoff <gray> on Fri Oct 29 06:46:51 2021.
Version 1.3 is available for download.
Checksums
df03dec8dafc070998ab346620dc5d0c micron-1.3.tar.gz 1253fdd6ba5fc7c49c6f6b6e354a0da9dd17e670 micron-1.3.tar.gz f5d9b94d764fa1d73a5e26de45a84b2666c5f0fd6467e0d138013398c252f980 micron-1.3.tar.gz
New in this version:
Appending cronjob output to a file
Output of a cronjob can be captured and appended to a disk file, instead of sending it via email or logging it using syslog. This feature is controlled by the _MICRON_OUTFILE (global) and _JOB_OUTFILE (per-job) built-in variables.
New option -P FILE
Writes PID of the running process to FILE. The file will be removed when the program terminates.
Option -v replaces -o
To set initial value of a built-in variable, use the "-v NAME=VALUE" option.
The -V option
To obtain the micrond or crontab version, use the -V option.
The -W option
The option -W OPT sets micrond internal options. In this version, only one such option is implemented: paranoid_memfree. When -Wparanoid_memfree& is specified, micrond* will free all allocated memory before terminating. Normally this isn't needed, as the operating system will reclaim that memory anyway. Use this option if you run micrond under valgrind or another memory leak detector, in order to avoid
spurious warnings.
Fix allocation of environment and built-in variables defined in crontabs
Comments:
No messages in Version 1.3