]> granicus.if.org Git - fcron/commitdiff
Updated documentation
authorThibault Godouet <fcron@free.fr>
Tue, 1 Jan 2013 18:24:52 +0000 (18:24 +0000)
committerThibault Godouet <fcron@free.fr>
Tue, 1 Jan 2013 18:24:52 +0000 (18:24 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index f3ea05c29fd59f8ea42fe10ecec4f68242ffb44e..df85279013e3060b379f00233a0eedcafa55d1e7 100644 (file)
@@ -20,6 +20,9 @@ A copy of the license is included in gfdl.sgml.
            <listitem>
               <para>tweaked 'make indent' options and applied</para>
            </listitem>
+           <listitem>
+              <para>Fcron can now log to a file (without syslog) - thanks Matthew Signorini.</para>
+           </listitem>
            <listitem>
               <para>fixed fcrontab edition of *ly lines (hourly, daily, etc)</para>
            </listitem>
index a06146e0806a4df20a48b66231e671227ffda21f..e6480e640dad7e4af818698041245c5a5e37c4f0 100644 (file)
@@ -31,15 +31,18 @@ A copy of the license is included in gfdl.sgml.
       <sect2>
         <title>Low priority</title>
         <itemizedlist>
+            <listitem>
+              <para>For environment settings, make a var substitution.</para>
+           </listitem>
+           <listitem>
+              <para>add a mailsubject option, for custom mail subjects (for instance, in case of a job containing something secret -- password, etc -- in the command line).</para>
+           </listitem>
            <listitem>
               <para>Use directory notifications (FAM) / inotify, and support a fcrontab
               and a cron.d as Vixie cron does (directly included in fcron itself, not thanks to a script as now).
                However the parsing work is done by fcrontab, and should probably keep on being done by fcrontab for
                security and stability reasons: have fcron call fcrontab to do that job?</para>
            </listitem>
-           <listitem>
-              <para>use readline (if available) for fcrondyn.</para>
-           </listitem>
            <listitem>
               <para>could be worth checking fcron for memory leaks using specialized library (just in case...)</para>
            </listitem>
@@ -55,12 +58,6 @@ A copy of the license is included in gfdl.sgml.
            <listitem>
               <para>find way to have the non translated pages of the French translation be updated automatically (changes, todo, etc -> copied from the English doc)</para>
            </listitem>
-           <listitem>
-              <para>add logging to a file (instead of syslog) with configuration in fcron.conf</para>
-           </listitem>
-           <listitem>
-              <para>For environment settings, make a var substitution.</para>
-           </listitem>
            <listitem>
               <para>add a return code for jobs which would mean that they
                  should not be run again (in case of an error, etc...).</para>
@@ -73,9 +70,6 @@ A copy of the license is included in gfdl.sgml.
            <listitem>
               <para>support for per user serial queue (especially for root)</para>
            </listitem>
-           <listitem>
-              <para>add a mailsubject option, for custom mail subjects (for instance, in case of a job containing something secret -- password, etc -- in the command line).</para>
-           </listitem>
         </itemizedlist>
       </sect2>
       <sect2>