]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Sat, 14 Apr 2007 17:04:11 +0000 (17:04 +0000)
committerthib <thib>
Sat, 14 Apr 2007 17:04:11 +0000 (17:04 +0000)
doc/en/changes.sgml
doc/en/todo.sgml

index 2363d0069418785d4e1b76419900e6fb3896a0a3..b2c4908aeb654f325c9323ba2c85f9b254cd4287 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.50 2007-01-23 22:52:54 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.51 2007-04-14 17:04:13 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
@@ -21,6 +21,15 @@ A copy of the license is included in gfdl.sgml.
         <listitem>
            <para>New make targets: perms and strip. This aims at simplifying the packaging of fcron. Thanks go to Patrice Dumas for his patch!</para>
         </listitem>
+        <listitem>
+           <para>Set environment variable LOGNAME when running a job (as Vixie Cron does: thanks Martin McGreal for pointing that out).</para>
+        </listitem>
+        <listitem>
+           <para>Portability work for AIX 5.2 and Solaris 8 and 10 (thanks Martin McGreal).</para>
+        </listitem>
+        <listitem>
+           <para>Chmod()ed fcron's fifo file to 777. It was 666 previously, but the exec bit is needed for AIX and apparently ignored on other platforms, so we now set it to.</para>
+        </listitem>
         <listitem>
            <para>A file was closed twice by fcrontab: removed the duplicate close().</para>
         </listitem>
index 961a9e1e726b0764de7bc1900719cb5d92779ebd..47f604ade87091315644f0d5814c7df692a4e148 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.41 2007-01-23 22:52:52 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.42 2007-04-14 17:04:11 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
@@ -24,9 +24,6 @@ A copy of the license is included in gfdl.sgml.
       <sect2>
         <title>High priority</title>
         <itemizedlist>
-           <listitem>
-              <para>Construction "if ! ..." and "if test ... ! ..." in configure.in not portable ??</para>
-           </listitem>
            <listitem>
               <para>test + update the doc on how SHELL is defined (priority: 1) value from fcrontab file 2) value from fcron.conf if non-zero long string 3) value from /etc/passwd -- default value for SHELL in fcron.conf is now "")</para>
            </listitem>