View | Details | Raw Unified | Return to bug 276023
Collapse All | Expand All

(-)b/security/logcheck/files/patch-debian_logcheck.cron.d (-2 / +2 lines)
Lines 1-4 Link Here
1
--- debian/logcheck.cron.d.orig	2017-01-25 21:08:04 UTC
1
--- debian/logcheck.cron.d.orig	2023-07-18 10:54:00 UTC
2
+++ debian/logcheck.cron.d
2
+++ debian/logcheck.cron.d
3
@@ -1,9 +1,5 @@
3
@@ -1,9 +1,5 @@
4
-# /etc/cron.d/logcheck: crontab entries for the logcheck package
4
-# /etc/cron.d/logcheck: crontab entries for the logcheck package
Lines 13-16 Link Here
13
-
13
-
14
-# EOF
14
-# EOF
15
+@reboot    if [ -x %%PREFIX%%/sbin/logcheck ]; then nice -n10 %%PREFIX%%/sbin/logcheck -R; fi
15
+@reboot    if [ -x %%PREFIX%%/sbin/logcheck ]; then nice -n10 %%PREFIX%%/sbin/logcheck -R; fi
16
+2 * * * *  if [ -x %%PREFIX%%/sbin/logcheck ]; then nice -n10 %%PREFIX%%/sbin/logcheck; fi
16
+2 * * * *  if [ -x %%PREFIX%%/sbin/logcheck ]; then /usr/bin/lockf -t 0 /tmp/.logcheck nice -n10 %%PREFIX%%/sbin/logcheck; fi

Return to bug 276023