]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
*** empty log message ***
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 2 Feb 2002 14:52:49 +0000 (14:52 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 2 Feb 2002 14:52:49 +0000 (14:52 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index 8f783eb69372adc768705bf76105cd1fe78782ea..60e810d02e1a7ef53c2222fabd74285a51fd7493 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.3 2002-01-27 16:37:33 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.5 2002-02-02 14:52:52 thib Exp $ -->
 
 <sect1 id="changes">
     <title>Changes</title>
@@ -20,7 +20,10 @@ A copy of the license is included in gfdl.sgml.
            <para>It results on a much better HTML version, which I recommand you use. It is installed by default in fcron documentation directory (for instance, on my system : <filename>/usr/share/doc/fcron-X.X.X/</filename>).</para>
        </listitem>
        <listitem>
-           <para>Added option random, which allows an entry run periodically to be run at a random time in its intervals of execution, instead of being run as soon as possible</para>
+           <para>Added option random, which allows an entry run periodically to be run at a random time in its intervals of execution, instead of being run as soon as possible.</para>
+       </listitem>
+       <listitem>
+           <para>bug fixed : you can now use arguments in the var EDITOR and VISUAL.</para>
        </listitem>
     </itemizedlist>
            
index 7af1b20435f9864bf4a82dd5422c65a6f44cddd8..91c8ad353b16cb6a5b63b8622886d216b2c54b1b 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.2 2002-01-27 16:37:19 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.3 2002-02-02 14:52:49 thib Exp $ -->
 
 <sect1 id="todo">
     <title>Todo</title>
@@ -25,7 +25,10 @@ A copy of the license is included in gfdl.sgml.
            <para>allow a non-privileged user to run fcron</para>
        </listitem>
        <listitem>
-           <para>add a "random" option to %-lines, to change policy from : "run as soon as possible" to "set a random time to sleep before execing asap" (and then run - if the system hasn't gone down ...)/</para>
+           <para>add a "random" option to %-lines, to change policy from : "run as soon as possible" to "set a random time to sleep before execing asap" (and then run - if the system hasn't gone down ...).</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>
        </listitem>
        <listitem>
            <para>possibility to display a list of jobs including their options, time and date of next execution, status, of only the running jobs, all the jobs, in order of execution or classified by user, etc.</para>
@@ -33,6 +36,12 @@ A copy of the license is included in gfdl.sgml.
        <listitem>
            <para>run one of this job, change its nice value, stop it...</para>
        </listitem>
+       <listitem>
+           <para>add a system of modules : at startup, fcron loads some modules
+                  (.so files). Then, when fcron should run the job, it calls a function
+                  of the module, and let it manage the job (threads ?). (do linux
+                  dlopen(), etc exist on other systems ?).</para>
+       </listitem>
        <listitem>
            <para>add a system of data flow</para>
        </listitem>