]> git.pld-linux.org Git - packages/calamaris.git/commitdiff
hc-cron not honor \
authorArtur Frysiak <artur@frysiak.net>
Mon, 26 Apr 1999 13:20:52 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    calamaris.crontab -> 1.2

calamaris.crontab

index ed228beab67994a9735e986ad4598a2788ad0ecd..ca4ed7af3356aa01b38844b427cadaa8f47a5912 100644 (file)
@@ -1,8 +1,4 @@
 PATH = /sbin:/bin:/usr/sbin:/usr/bin
 
-30 0 * * *     root    cat /var/log/squid/access.log.0 | \
-                       nice -39 calamaris -amH 'Squid log - daily' | \
-                       mail root
-0 3 * * 7      root    cat /var/log/squid/access.log.[0-6] | \
-                       nice -39 calamaris -amH 'Squid log - weekly' | \
-                       mail root
+30 0 * * *     root    cat /var/log/squid/access.log.0 | nice -39 calamaris -amH 'Squid log - daily' | mail root
+0 3 * * 7      root    cat /var/log/squid/access.log.[0-6] | nice -39 calamaris -amH 'Squid log - weekly' | mail root
This page took 0.056791 seconds and 4 git commands to generate.