]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 28 Jul 2005 11:07:48 +0000 (11:07 +0000)
committerthib <thib>
Thu, 28 Jul 2005 11:07:48 +0000 (11:07 +0000)
doc/en/faq.sgml
doc/en/todo.sgml

index 87b5f8d2c100be0985163d9be3663cb43be8c902..5a37e8ed8ee6d02d45714fbac5d04d0adc18c21c 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: faq.sgml,v 1.12 2005-02-26 15:17:47 thib Exp $ -->
+<!-- $Id: faq.sgml,v 1.13 2005-07-28 11:07:48 thib Exp $ -->
 
 <sect1 id="faq">
     <title>Frequently Asked Questions</title>
@@ -337,6 +337,16 @@ and set appropriately the paths :</para>
               </para>
            </answer>
         </qandaentry>
+        <qandaentry>
+           <question>
+              <para>How can I emulate an anacron entry ?</para>
+           </question>
+           <answer>
+              <para>You should use a line similar to the following one :</para>
+              <para>@volatile,first(xx) BIG-period /your/command</para>
+              <para>where xx is the time you would have put in your anacron line.</para>
+           </answer>
+        </qandaentry>
     </qandaset>
 </sect1>
 
index 0bef923396b7b17595d0e6e8850856edc8d03cca..5e4daaa1529181d629c29591b0c474516f95802b 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.35 2005-07-19 10:40:12 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.36 2005-07-28 11:07:49 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
@@ -25,10 +25,7 @@ A copy of the license is included in gfdl.sgml.
         <title>High priority</title>
         <itemizedlist>
            <listitem>
-              <para>sets TZ= for jobs with a timezone option</para>
-           </listitem>
-           <listitem>
-              <para>test the fix for empty mails on non linux systems</para>
+              <para>test the fix for empty mails on non linux systems (solaris seems ok, feedback on BSD ?)</para>
            </listitem>
            <listitem>
               <para>NetBSD : bug from Gabor Z. Papp : fifo file created as fcron.fif instead of fcron.fifo ?</para>
@@ -36,9 +33,6 @@ A copy of the license is included in gfdl.sgml.
            <listitem>
               <para>bug fix : fcron freezes if the filesystem on which it operates has no space left ? (cannot reproduce it on my linux system)</para>
            </listitem>
-           <listitem>
-              <para>Add a FAQ entry to explain how to emulate an anacron entry (@volatile,first(xx) BIG-period /your/command</para>
-           </listitem>
         </itemizedlist>
       </sect2>
       <sect2>
@@ -54,12 +48,6 @@ A copy of the license is included in gfdl.sgml.
            <listitem>
               <para>Mem footprint reduction : use an/some union(s) in CL struct.</para>
            </listitem>
-           <listitem>
-              <para>add a timezone option instead of the tzdiff (so it would
-                 look like !timezone(europe/paris)) (-> cf. tzset() and TZ env var :
-                 set TZ before every set_next_exe(), etc)
-              </para>
-           </listitem>
            <listitem>
               <para>For environment settings, make a var substitution.</para>
            </listitem>
@@ -69,7 +57,7 @@ A copy of the license is included in gfdl.sgml.
            </listitem>
            <listitem>
               <para>Use directory notifications (FAM), and support a fcrontab 
-              and a cron.d as Vixie cron does.</para>
+              and a cron.d as Vixie cron does (directly included in fcron itself, not thanks to a script as now).</para>
            </listitem>
            <listitem>
               <para>PAM support (included in fcron, but needs more tests by