From: thib Date: Mon, 14 Jul 2003 10:54:54 +0000 (+0000) Subject: updated support for emacs's psgml X-Git-Tag: ver2_9_4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3540aec9ababc4c516cef8a81b8a23adaba1a782;p=fcron updated support for emacs's psgml --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 60e5870..a7ec7b1 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,11 +8,33 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes + + From version 2.9.3 to 2.9.4 + + Merged support for SE Linux (patch from Russell Coker : thanks !) + + + Work on the documentation (fixed spelling mistakes, tried to make things clearer in fcrontab.5) (thanks Bill Wohler for your help !) + + + Changed the subject line of mail reports : it now contains the subject line, and is very similar to vixie cron's one. + + + bug fix : possible crash of fcron when trying to save a file if there was no space left on device. + + + 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. + + + fixed a little typo in an error message (could->couldn't) + + + From version 2.9.2 to 2.9.3 @@ -785,6 +807,5 @@ input. Local variables: mode: sgml sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "") -sgml-default-dtd-file: "fcron-doc.ced" End: --> diff --git a/doc/en/faq.sgml b/doc/en/faq.sgml index 0eef0a7..06e3e95 100644 --- a/doc/en/faq.sgml +++ b/doc/en/faq.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Frequently Asked Questions @@ -173,7 +173,7 @@ fcron -f -y -o 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. 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: --> diff --git a/doc/en/fcron-doc.sgml b/doc/en/fcron-doc.sgml index a0eed18..1afcf1c 100644 --- a/doc/en/fcron-doc.sgml +++ b/doc/en/fcron-doc.sgml @@ -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: +--> diff --git a/doc/en/fcron.8.sgml b/doc/en/fcron.8.sgml index b19b290..d0d1e6d 100644 --- a/doc/en/fcron.8.sgml +++ b/doc/en/fcron.8.sgml @@ -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 diff --git a/doc/en/fcrondyn.1.sgml b/doc/en/fcrondyn.1.sgml index ae14f40..21050e2 100644 --- a/doc/en/fcrondyn.1.sgml +++ b/doc/en/fcrondyn.1.sgml @@ -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: --> diff --git a/doc/en/fcrontab.1.sgml b/doc/en/fcrontab.1.sgml index a6993ca..fe49764 100644 --- a/doc/en/fcrontab.1.sgml +++ b/doc/en/fcrontab.1.sgml @@ -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: --> diff --git a/doc/en/fdl.sgml b/doc/en/fdl.sgml index faecb40..fcd697b 100644 --- a/doc/en/fdl.sgml +++ b/doc/en/fdl.sgml @@ -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: --> diff --git a/doc/en/gpl.sgml b/doc/en/gpl.sgml index 03c75ed..8eaa223 100644 --- a/doc/en/gpl.sgml +++ b/doc/en/gpl.sgml @@ -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: --> diff --git a/doc/en/install.sgml b/doc/en/install.sgml index 606d5d0..e1d8ae5 100644 --- a/doc/en/install.sgml +++ b/doc/en/install.sgml @@ -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 @@ -51,9 +51,9 @@ prefix=/usr) To disable the use of -PAM or &fcrondyn;, use configure's -option and/or -. +PAM, SE Linux or &fcrondyn;, use configure's +option , +and/or . 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: --> diff --git a/doc/en/readme.sgml b/doc/en/readme.sgml index 9a814db..9bce34e 100644 --- a/doc/en/readme.sgml +++ b/doc/en/readme.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + About fcron @@ -111,6 +111,7 @@ example) (or users will not able to read their jobs output) (optional) a PAM library. + (optional) a system with a working SE Linux environment. @@ -132,6 +133,7 @@ linkend="fcrontab.1">&fcrontab;(1) manpages. 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; + Please contact Russell Coker directly for problems about SE Linux support at &selinuxemail;, since he maintains this part of the code. @@ -139,6 +141,5 @@ congratulations or flames at &email; Local variables: mode: sgml sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "") -sgml-default-dtd-file: "fcron-doc.ced" End: --> diff --git a/doc/en/relnotes.sgml b/doc/en/relnotes.sgml index db38896..a14ba8b 100644 --- a/doc/en/relnotes.sgml +++ b/doc/en/relnotes.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Release notes : &fcron; &version; @@ -34,6 +34,5 @@ particular, fcrondyn does not use PAM yet. Local variables: mode: sgml sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "") -sgml-default-dtd-file: "fcron-doc.ced" End: --> diff --git a/doc/en/thanks.sgml b/doc/en/thanks.sgml index 9a2c739..3bc30ad 100644 --- a/doc/en/thanks.sgml +++ b/doc/en/thanks.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Thanks @@ -73,7 +73,8 @@ instance in a ppp-up script. Russell Coker russell@coker.com.au - Helped me to secure fcron and make code clearer. + Helped me to secure fcron, make code clearer, +and he wrote the patch for SE Linux support. @@ -83,6 +84,5 @@ instance in a ppp-up script. Local variables: mode: sgml sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "") -sgml-default-dtd-file: "fcron-doc.ced" End: -->