summaryrefslogtreecommitdiffstats
path: root/patches/source/at/atd.default
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-02-10 01:46:55 +0000
committer Eric Hameleers <alien@slackware.com>2022-02-10 05:00:00 +0100
commiteb19d645697c4935cc1041de9e9ec2946c0bdb46 (patch)
tree7b3723f3ffd9443bc74dd656e624d2ece3b692a8 /patches/source/at/atd.default
parent0ff3062f77b274ce055065deebafb56ae9b15f09 (diff)
downloadcurrent-eb19d645697c4935cc1041de9e9ec2946c0bdb46.tar.gz
current-eb19d645697c4935cc1041de9e9ec2946c0bdb46.tar.xz
Thu Feb 10 01:46:55 UTC 202220220210014655_15.0
patches/packages/at-3.2.3-x86_64-1_slack15.0.txz: Upgraded. Switched to at-3.2.3 since version 3.2.4 has a regression that causes queued jobs to not always run on time when atd is run as a standalone daemon. Thanks to Cesare. patches/packages/mozilla-firefox-91.6.0esr-x86_64-1_slack15.0.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/91.6.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2022-05/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22753 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22754 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22756 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22759 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22760 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22761 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22763 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22764 (* Security fix *) patches/packages/mozilla-thunderbird-91.6.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/91.6.0/releasenotes/ https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.6 (* Security fix *)
Diffstat (limited to 'patches/source/at/atd.default')
-rw-r--r--patches/source/at/atd.default6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/source/at/atd.default b/patches/source/at/atd.default
new file mode 100644
index 000000000..b70fad0b3
--- /dev/null
+++ b/patches/source/at/atd.default
@@ -0,0 +1,6 @@
+# Default options for the atd daemon:
+#
+# -b 15: minimal interval in seconds between two jobs
+# -l 1: do not start new jobs if the load average is above 1
+
+ATD_OPTS="-b 15 -l 1"