]> granicus.if.org Git - fcron/commitdiff
update the entry about replacing vixie cron by fcron
authorthib <thib>
Sun, 11 Jul 2004 18:11:29 +0000 (18:11 +0000)
committerthib <thib>
Sun, 11 Jul 2004 18:11:29 +0000 (18:11 +0000)
doc/en/faq.sgml

index 8b255f7fc2a19a7423838d7b8acf3339024a8354..03f77b45eefa3db09b396cf0b03fb5e4943f5f07 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: faq.sgml,v 1.10 2004-04-29 19:37:23 thib Exp $ -->
+<!-- $Id: faq.sgml,v 1.11 2004-07-11 18:11:29 thib Exp $ -->
 
 <sect1 id="faq">
     <title>Frequently Asked Questions</title>
@@ -262,11 +262,17 @@ and set appropriately the paths :</para>
               <para>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.
+                 As for now, 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).</para>
+              <para>So if you want to replace transparently Vixie cron by fcron,
+                 all you have to do is creating a /usr/bin/crontab link to
+                 /usr/bin/crontab, and to reinstall the system (f)crontab
+              with fcrontab /etc/crontab each time you modify it
+                 (if you find something else to do, please tell me !).</para>
            </answer>
         </qandaentry>
     </qandaset>