]> git.pld-linux.org Git - packages/logcheck.git/commitdiff
- cleanups
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Jul 2006 20:44:58 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- assume programs are always there

Changed files:
    logcheck.cron -> 1.2

logcheck.cron

index af339ff218ef6911d9dc9e8fb5dec82a6b8e9c27..8eb735235b11851994e86df3c61f22176f88fc15 100644 (file)
@@ -1,8 +1,7 @@
 # /etc/cron.d/logcheck: crontab entries for the logcheck package
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 MAILTO=root
 
-@reboot         logcheck    if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi
-2 * * * *       logcheck    if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi
+@reboot   logcheck nice -n10 /usr/sbin/logcheck -R
+2 * * * * logcheck nice -n10 /usr/sbin/logcheck
 
-# EOF
+# vim:syn=crontab
This page took 0.054062 seconds and 4 git commands to generate.