]> granicus.if.org Git - fcron/commitdiff
updated support for emacs's psgml
authorthib <thib>
Mon, 14 Jul 2003 10:54:54 +0000 (10:54 +0000)
committerthib <thib>
Mon, 14 Jul 2003 10:54:54 +0000 (10:54 +0000)
12 files changed:
doc/en/changes.sgml
doc/en/faq.sgml
doc/en/fcron-doc.sgml
doc/en/fcron.8.sgml
doc/en/fcrondyn.1.sgml
doc/en/fcrontab.1.sgml
doc/en/fdl.sgml
doc/en/gpl.sgml
doc/en/install.sgml
doc/en/readme.sgml
doc/en/relnotes.sgml
doc/en/thanks.sgml

index 60e58707e4412de5cdfda2063887757183f3aa49..a7ec7b1f3c8581a2173e3fda915c35448418bab5 100644 (file)
@@ -8,11 +8,33 @@ Foundation.
 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>
@@ -785,6 +807,5 @@ input.</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index 0eef0a763ac39f89de7ede35630717a179b0e752..06e3e959c819b0dd23ce8950f83bc6ade68b7ad6 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -173,7 +173,7 @@ fcron -f -y -o
                <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
@@ -257,6 +257,5 @@ and set appropriately the paths :</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index a0eed18a29b2b6a717405630d3a43faf0db3aa2d..1afcf1c7db94c7e5eb4a0b5aba7b9fea76606fd4 100644 (file)
@@ -15,7 +15,7 @@ Foundation.
 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">
@@ -99,3 +99,11 @@ it, and how to install it.</para>
     &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:
+-->
index b19b2904a2397a737f0610a714608150caf5359b..d0d1e6dc8b01b48efcbdd30eb272a56b86005811 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -302,6 +302,5 @@ name per line, special name "all" acts for everyone)</para>
 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
index ae14f40aa2ed969bf1030d91b950a0ca8c4fd279..21050e2113a5b8d271e389d5f4a50ff978e5b8ce 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -370,7 +370,6 @@ name per line, special name "all" acts for everyone)</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
 
index a6993ca42fd257803670e65e813e05f2c4d71566..fe497644e031b6256820eda2f4e19a733caf4146 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -76,7 +76,7 @@ following.</para>
 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
@@ -237,6 +237,5 @@ name per line, special name "all" acts for everyone)</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index faecb40652256aac1dc730af5ce6da1ddffeaea5..fcd697b2a1c690c852a6f2f9f8db6be87fb53ae5 100644 (file)
@@ -405,6 +405,5 @@ free software.</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "appendix" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index 03c75eda69ce0efb12d3e0d28cb5ca9f5ed7207c..8eaa223680304d3a20a7dc6b7eb46834fd803d13 100644 (file)
@@ -335,6 +335,5 @@ License instead of this License.</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "appendix" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index 606d5d0db26eb6db13b4d9188418f141eb5e59ae..e1d8ae5a57f9b2e76bc732601cdfc690f3d88ed6 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -51,9 +51,9 @@ prefix=/usr)
                        <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
@@ -146,6 +146,5 @@ send me any modifications at &email; in order to include it in future releases.
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index 9a814db21393f928a2a0298a53cd8039bb8ed282..9bce34e9e265333482618c8d99681cf976c80840 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -111,6 +111,7 @@ example) (or users will not able to read their jobs output)
                    </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>
 
@@ -132,6 +133,7 @@ linkend="fcrontab.1">&fcrontab;(1)</link> manpages.</para>
        <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>
 
@@ -139,6 +141,5 @@ congratulations or flames at &email;</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index db38896daa30024f75a4e215fb3215de4e36323d..a14ba8bea696859abe2c527488f788053773ad09 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -34,6 +34,5 @@ particular, fcrondyn does not use PAM yet.</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->
index 9a2c73910b2a68fd3907731268d005e78677284e..3bc30ad58ecab5be9ffb325e72c7f12f7493b9ae 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -73,7 +73,8 @@ instance in a ppp-up script.</para>
        <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>
@@ -83,6 +84,5 @@ instance in a ppp-up script.</para>
 Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
-sgml-default-dtd-file: "fcron-doc.ced"
 End:
 -->