]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Sat, 5 Oct 2002 14:28:37 +0000 (14:28 +0000)
committerthib <thib>
Sat, 5 Oct 2002 14:28:37 +0000 (14:28 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index 29ab98361abc6e58e2be03e90b1fb827bfe6c0a9..d35ebc328cb5b9aa58965c07e055ef1be61ac273 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.18 2002-09-07 13:13:48 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.19 2002-10-05 14:28:58 thib Exp $ -->
 
 <sect1 id="changes">
     <title>Changes</title>
@@ -16,14 +16,14 @@ A copy of the license is included in gfdl.sgml.
     <itemizedlist>
        <title>From version 2.9.1 to 2.9.2</title>
        <listitem>
-           <para>fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional.</para>
+           <para>Added a system fcrontab. Root can access it with fcrontab by using
+"-u systab".</para>
        </listitem>
        <listitem>
-           <para>mailto can now be set to a non-real user (for ex., an alias).</para>
+           <para>fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional.</para>
        </listitem>
        <listitem>
-           <para>Added a system fcrontab. Root can access it with fcrontab by using
-"-u systab".</para>
+           <para>mailto can now be set to a non-real user (for ex., an alias).</para>
        </listitem>
        <listitem>
            <para>fcron now calls shutdown() when a connection from fcrondyn is closed.
@@ -31,14 +31,18 @@ Another change in the code should prevent fcrondyn from not returning to the pro
 a command has been run.</para>
        </listitem>
        <listitem>
-           <para>bug fix : using DESTDIR with make wasn't working with the doc.</para>
+           <para>use open() instead of fopen() to write files, for more security.</para>
        </listitem>
        <listitem>
            <para>fcrontab sets euid=uid before running the editor. This is required by
 some programs (for instance, perl).</para>
        </listitem>
        <listitem>
-           <para>use open() instead of fopen() to write files, for more security.</para>
+           <para>bug fix : using DESTDIR with make did not work with the doc.</para>
+       </listitem>
+       <listitem>
+           <para>Code clean : changed macros to make parameters clearly different
+from vars.</para>
        </listitem>
     </itemizedlist>
 
index b09b67a1dc835b3af9abdcc25ba35f264a149945..49f5b259c6b99e6f6531adeec213978c5ec0bb33 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.15 2002-09-15 18:09:52 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.16 2002-10-05 14:28:37 thib Exp $ -->
 
 <sect1 id="todo">
     <title>Todo</title>
@@ -33,14 +33,11 @@ well.</para>
        <listitem>
            <para>Use (or remove from config.h.in) MAX_USER_CON & MAX_IDLE_TIME.</para>
        </listitem>
-       <listitem>
-           <para>Change macros to make parameters clearly different from vars.</para>
-       </listitem>
        <listitem>
            <para>Use directory notifications (?) (portable ?) (cf. dnotify)</para>
        </listitem>
        <listitem>
-           <para>PAM support (included in fcron, but need more tests by people 
+           <para>PAM support (included in fcron, but needs more tests by people 
 using PAM - not implemented in fcrondyn)</para>
        </listitem>
        <listitem>