mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
14f2469b12
patches/packages/dcron-4.5-x86_64-12_slack15.0.txz: Rebuilt. This is a bugfix release. run-parts: skip *.orig files. Thanks to metaed. patches/packages/mozilla-thunderbird-115.8.0-x86_64-1_slack15.0.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.8.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2024-07/ https://www.cve.org/CVERecord?id=CVE-2024-1546 https://www.cve.org/CVERecord?id=CVE-2024-1547 https://www.cve.org/CVERecord?id=CVE-2024-1548 https://www.cve.org/CVERecord?id=CVE-2024-1549 https://www.cve.org/CVERecord?id=CVE-2024-1550 https://www.cve.org/CVERecord?id=CVE-2024-1551 https://www.cve.org/CVERecord?id=CVE-2024-1552 https://www.cve.org/CVERecord?id=CVE-2024-1553 (* Security fix *)
10 lines
389 B
Text
10 lines
389 B
Text
# Default log level is "notice". If you want cron to actually log activity
|
|
# to /var/log/cron, then change "-l notice" to "-l info" to increase the
|
|
# logging level.
|
|
#
|
|
# Valid log levels are:
|
|
# alert, crit, debug, emerg, err, error (deprecated synonym for err),
|
|
# info, notice, panic (deprecated synonym for emerg), warning,
|
|
# warn (deprecated synonym for warning).
|
|
|
|
CROND_OPTS="-l notice"
|