From: thib Date: Thu, 29 Apr 2004 19:37:23 +0000 (+0000) Subject: added an entry about the compatibility between fcron and Vixie cron X-Git-Tag: ver2_9_5~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f859ea4e5fdc23d0d5cba537d53bdb13197d650;p=fcron added an entry about the compatibility between fcron and Vixie cron --- diff --git a/doc/en/faq.sgml b/doc/en/faq.sgml index 43aef9a..8b255f7 100644 --- a/doc/en/faq.sgml +++ b/doc/en/faq.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Frequently Asked Questions @@ -250,6 +250,25 @@ and set appropriately the paths : install file. + + + + Has fcron some incompatibilities with Vixie cron ? + + + As far as I know, fcron supports completely the syntax of + Vixie cron's crontab. So you should not have any problem with that + (otherwise, please contact me at &email;). + The main problem is about the management of the system (f)crontab. + Vixie cron monitors the changes on /etc/crontab every minute, + and automatically takes into account the changes if any. + Fcron do not do that. Fcron do not support the /etc/cron.d/ dir too, + as it is just an extension of the /etc/crontab file. + But be reassured : /etc/cron.{daily,weekly,monthly} are supported + by fcron (in fact, those dirs are not managed by fcron directly, + but by run-parts, which is independent from fcron). + +