]> git.pld-linux.org Git - packages/fcron.git/commitdiff
- adapterized
authorkolodko <kolodko@pld-linux.org>
Tue, 14 Sep 2004 22:06:44 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fcron.crontab -> 1.2

fcron.crontab

index 1235870e8e194414cd27f6b4c06212cb6fadbd36..e2ef2422da4c564f90f36e2a1e996d0afe117997 100644 (file)
@@ -1,10 +1,7 @@
-SHELL=/bin/sh
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-NICE=15
+#After any changes execute: fcrontab  /etc/cron.d/crontab -u systab
 
 # run-parts
-01 * * * *     root    /bin/run-parts /etc/cron.hourly
-02 1 * * *     root    /bin/run-parts /etc/cron.daily
-02 2 * * 0     root    /bin/run-parts /etc/cron.weekly
-02 3 1 * *     root    /bin/run-parts /etc/cron.monthly
+&nice(10),mailto(root) 01 * * * *      /bin/run-parts /etc/cron.hourly
+&nice(10),mailto(root) 02 1 * * *      /bin/run-parts /etc/cron.daily
+&nice(10),mailto(root) 02 2 * * 0      /bin/run-parts /etc/cron.weekly
+&nice(10),mailto(root) 02 3 1 * *      /bin/run-parts /etc/cron.monthly
This page took 0.188996 seconds and 4 git commands to generate.