]> granicus.if.org Git - fcron/commitdiff
Updated doc
authorThibault Godouet <fcron@free.fr>
Tue, 27 Nov 2012 00:28:44 +0000 (00:28 +0000)
committerThibault Godouet <fcron@free.fr>
Tue, 27 Nov 2012 00:28:44 +0000 (00:28 +0000)
doc/en/changes.sgml
doc/en/install.sgml
doc/en/todo.sgml

index 82e7c8e799c8b0234758280cda6091d8afcfe364..a734416e4e0eb135c0e3ccbe7f876bcbcb65af4f 100644 (file)
@@ -14,11 +14,17 @@ A copy of the license is included in gfdl.sgml.
 
       <itemizedlist>
         <title>From version 3.0.6 to 3.1.0</title>
+         <listitem>
+            <para>added audit (libaudit) support</para>
+         </listitem>
+        <listitem>
+           <para>Better validation of string arguments of fcrontab options. In particular for timezones, previously a space could be added at the beginning or the end of the timezone with no warning, and this led fcron to use an unexpected timezone, which could cause confusion.</para>
+         </listitem>
         <listitem>
            <para>Pass fcrondyn client credentials through the socket when possible so as the user doesn't need to type his password when using fcrondyn.</para>
          </listitem>
         <listitem>
-           <para>Code clean-up: Implemented generic unordred list for lavgq / exeq.</para>
+           <para>Quite a lot of code clean-up and refactoring -- e.g. implemented generic unordred list for lavgq / exeq.</para>
          </listitem>
       </itemizedlist>
       <itemizedlist>
index 4ee537ede65e29eca3c9aebfd57f8ef67bf5fd3a..522f60cb08fd8055cfb37d84870430343ae3681b 100644 (file)
@@ -28,6 +28,10 @@ tar -xzf fcron-X.Y.Z.src.tar.gz</command></screen>
            <para>
                <note>
                    <itemizedlist>
+                       <listitem>
+                           <para>
+                               If you can't see a <filename>./configure</filename>, then you probably checked out the files from git, in which case you need to run <command>autoconf</command> to generate the <filename>configure</filename> script.</para>
+                       </listitem>
                        <listitem>
                            <para>
                                If using <productname>PAM</productname>, beware that by default the <productname>PAM</productname> configuration will be installed in <filename>/usr/local/etc/</filename>. That most likely mean that your system won't use this config, and may ask you to type your password everytime you start fcrontab or fcrondyn.</para>
index 048d051c5edc8946b6e4b5847c33fe6829ad66b2..b5dfa77df7f10e80f5e975673611a89c7050c943 100644 (file)
@@ -24,11 +24,16 @@ A copy of the license is included in gfdl.sgml.
         <title>High priority</title>
         <itemizedlist>
            <listitem>
-              <para>fileconf.c: alert if space or quote in string (timezone, mailto, ...) -> function to read strings?? e.g. for timezone() value -> currently results in weird behaviour with no obvious explanation</para>
+              <para>@reboot: test updated startup script with removal of fcron.reboot + add to other scripts?</para>
            </listitem>
            <listitem>
               <para>add audit (libaudit) + TEST</para>
            </listitem>
+        </itemizedlist>
+      </sect2>
+      <sect2>
+        <title>Low priority</title>
+        <itemizedlist>
            <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).
@@ -50,11 +55,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>
-        </itemizedlist>
-      </sect2>
-      <sect2>
-        <title>Low priority</title>
-        <itemizedlist>
            <listitem>
               <para>use readline (if available) for fcrondyn.</para>
            </listitem>