A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: changes.sgml,v 1.22 2002-11-01 18:18:46 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.23 2003-07-14 10:58:36 thib Exp $ -->
<sect1 id="changes">
<title>Changes</title>
+ <itemizedlist>
+ <title>From version 2.9.3 to 2.9.4</title>
+ <listitem>
+ <para>Merged support for SE Linux (patch from Russell Coker : thanks !)</para>
+ </listitem>
+ <listitem>
+ <para>Work on the documentation (fixed spelling mistakes, tried to make things clearer in fcrontab.5) (thanks Bill Wohler for your help !)</para>
+ </listitem>
+ <listitem>
+ <para>Changed the subject line of mail reports : it now contains the subject line, and is very similar to vixie cron's one.</para>
+ </listitem>
+ <listitem>
+ <para>bug fix : possible crash of fcron when trying to save a file if there was no space left on device.</para>
+ </listitem>
+ <listitem>
+ <para>bug fix : we don't consider '-' and '_' as word delimiters for a username before the command anymore, since many programs have one of these characters in their name.</para>
+ </listitem>
+ <listitem>
+ <para>fixed a little typo in an error message (could->couldn't)</para>
+ </listitem>
+ </itemizedlist>
+
<itemizedlist>
<title>From version 2.9.2 to 2.9.3</title>
<listitem>
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: faq.sgml,v 1.7 2002-09-07 13:12:16 thib Exp $ -->
+<!-- $Id: faq.sgml,v 1.8 2003-07-14 10:56:10 thib Exp $ -->
<sect1 id="faq">
<title>Frequently Asked Questions</title>
<para>You can also use fcron to run some jobs until the end of
the connection. For instance, you can make fetchmail retrieve mails more often
during connection : we suppose that it is configured to retrieve mails every
-hours, which launches a dialup connection if necessary, and we want it to check
+hour, which launches a dialup connection if necessary, and we want it to check
for mails every 5 minutes while connected.</para>
<para><example>
<title>Using fcron in a script : running a job until the
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: fcron-doc.sgml,v 1.5 2002-10-28 17:57:28 thib Exp $ -->
+<!-- $Id: fcron-doc.sgml,v 1.6 2003-07-14 10:54:54 thib Exp $ -->
<book lang="en" id="fcron-doc">
<bookinfo id="bookinfo">
&gpl;
&fdl;
</book>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-indent-data:nil
+sgml-local-ecat-files:("psgml-ecat.file")
+End:
+-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: fcron.8.sgml,v 1.6 2002-10-28 18:00:10 thib Exp $ -->
+<!-- $Id: fcron.8.sgml,v 1.7 2003-07-14 10:58:12 thib Exp $ -->
<refentry id="fcron.8">
<refmeta>
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
\ No newline at end of file
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: fcrondyn.1.sgml,v 1.8 2002-11-01 18:18:11 thib Exp $ -->
+<!-- $Id: fcrondyn.1.sgml,v 1.9 2003-07-14 10:57:43 thib Exp $ -->
<refentry id="fcrondyn.1">
<refmeta>
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: fcrontab.1.sgml,v 1.6 2002-10-05 14:29:00 thib Exp $ -->
+<!-- $Id: fcrontab.1.sgml,v 1.7 2003-07-14 10:58:39 thib Exp $ -->
<refentry id="fcrontab.1">
<refmeta>
listed in <filename>&etc;/&fcron.deny;</filename> (see section "<link
linkend="fcrontab.1.files">files</link>" below). If neither
<filename>fcron.allow</filename> nor <filename>fcron.deny</filename> exist,
-every users are allowed. None of these files have to exist, but if they do, the
+all users are allowed. None of these files have to exist, but if they do, the
deny file takes precedence.</para>
<para>The first form of the command is used to install a new &fcrontabf;
file, from any named file or from standard input if the pseudo-filename "-" is
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "appendix" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "appendix" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: install.sgml,v 1.6 2002-09-07 13:12:31 thib Exp $ -->
+<!-- $Id: install.sgml,v 1.7 2003-07-14 10:56:38 thib Exp $ -->
<sect1 id="install">
<title>How to install fcron</title>
<listitem>
<para>
To disable the use of
-<productname>PAM</productname> or &fcrondyn;, use <command>configure</command>'s
-option <option>--with-pam=no</option> and/or
-<option>--with-fcrondyn=no</option>.</para>
+<productname>PAM</productname>, <productname>SE Linux</productname> or &fcrondyn;, use <command>configure</command>'s
+option <option>--with-pam=no</option>, <option>--with-selinux=no</option>
+and/or <option>--with-fcrondyn=no</option>.</para>
</listitem>
<listitem>
<para>To debug &fcron;, you should use
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: readme.sgml,v 1.3 2002-10-28 18:00:32 thib Exp $ -->
+<!-- $Id: readme.sgml,v 1.4 2003-07-14 10:59:20 thib Exp $ -->
<sect1 id="readme">
<title>About fcron</title>
</para></listitem>
<listitem><para>(optional) a <productname>PAM</productname>
library.</para></listitem>
+ <listitem><para>(optional) a system with a working <productname>SE Linux</productname> environment.</para></listitem>
</itemizedlist>
</sect2>
<para>Please send me the description of any bug you happen to encounter
(with, even better, the corresponding patch -:) and any propositions,
congratulations or flames at &email;</para>
+ <para>Please contact Russell Coker directly for problems about SE Linux support at &selinuxemail;, since he maintains this part of the code.</para>
</sect2>
</sect1>
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: relnotes.sgml,v 1.4 2002-10-28 17:59:28 thib Exp $ -->
+<!-- $Id: relnotes.sgml,v 1.5 2003-07-14 10:56:26 thib Exp $ -->
<sect1 id="relnotes">
<title>Release notes : &fcron; &version;</title>
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: thanks.sgml,v 1.4 2002-10-05 14:28:06 thib Exp $ -->
+<!-- $Id: thanks.sgml,v 1.5 2003-07-14 10:55:30 thib Exp $ -->
<sect1 id="thanks">
<title>Thanks</title>
<varlistentry>
<term>Russell Coker <email>russell@coker.com.au</email></term>
<listitem>
- <para>Helped me to secure fcron and make code clearer.</para>
+ <para>Helped me to secure fcron, make code clearer,
+and he wrote the patch for SE Linux support.</para>
</listitem>
</varlistentry>
</variablelist>
Local variables:
mode: sgml
sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
End:
-->