A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: changes.sgml,v 1.9 2002-03-31 15:09:47 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.10 2002-07-19 19:45:07 thib Exp $ -->
<sect1 id="changes">
<title>Changes</title>
+ <itemizedlist>
+ <title>From version 2.9.0 to 2.9.1</title>
+ <listitem>
+ <para>added configure's option --with-boot-install .</para>
+ </listitem>
+ <listitem>
+ <para>Minor change in the PAM code of fcron : may work better on
+some system.</para>
+ </listitem>
+ <listitem>
+ <para>Bug fix : using some "cmd > /dev/stderr" (or stdout) in a script
+used to make fcron send a bogus output mail.</para>
+ </listitem>
+ <listitem>
+ <para>Bug fix : typo error prevented fcrontab to be compiled on some
+systems.</para>
+ </listitem>
+ <listitem>
+ <para>Minor bug fix about stdout option.</para>
+ </listitem>
+ <listitem>
+ <para>Minor bug fix : giving fcrontab's option -c a relative path
+now works correctly.</para>
+ </listitem>
+ </itemizedlist>
+
<itemizedlist>
<title>From version 2.1.0 to 2.9.0</title>
<listitem>
- <para>Added some new options to fcron : -y, -o, -l ; and some fcrontab options : stdout and volatile. All these permit to make fcron run in foreground, execute all the pending jobs (mainly %-jobs), and return. May be used, for instance, in a ppp-up script with a dialup connection to update a software regularly.</para>
+ <para>Added some new options to fcron : -y, -o, -l ; and some
+fcrontab options : stdout and volatile. All these permit to make fcron run in
+foreground, execute all the pending jobs (mainly %-jobs), and return. May be
+used, for instance, in a ppp-up script with a dialup connection to update a
+software regularly.</para>
</listitem>
<listitem>
- <para>Added fcrondyn : this software allows users to dialog dyn-amically with a running fcron daemon. Currently, it can list jobs of the user running it (or all jobs for root). In the near future, it should be able to run a job, change its next time and date of execution, renice a running job, send a signal to a running job, etc.</para>
+ <para>Added fcrondyn : this software allows users to dialog
+dyn-amically with a running fcron daemon. Currently, it can list jobs of the
+user running it (or all jobs for root). In the near future, it should be able to
+run a job, change its next time and date of execution, renice a running job,
+send a signal to a running job, etc.</para>
</listitem>
<listitem>
<para>All the documentation has been ported to SGML DocBook.</para>
- <para>It results on a much better HTML version, which I recommand you use. It is installed by default in fcron documentation directory (for instance, on my system : <filename>/usr/share/doc/fcron-X.X.X/</filename>).</para>
+ <para>It results on a much better HTML version, which I recommand
+you use. It is installed by default in fcron documentation directory (for
+instance, on my system :
+<filename>/usr/share/doc/fcron-X.X.X/</filename>).</para>
</listitem>
<listitem>
- <para>Fcrontab.5 has been updated and improved. Some examples have been added and some possible use of the different lines and options are mentioned.</para>
+ <para>Fcrontab.5 has been updated and improved. Some examples have
+been added and some possible use of the different lines and options are
+mentioned.</para>
</listitem>
<listitem>
- <para>Added option random, which allows an entry run periodically to be run at a random time in its intervals of execution, instead of being run as soon as possible.</para>
+ <para>Added option random, which allows an entry run periodically to
+be run at a random time in its intervals of execution, instead of being run as
+soon as possible.</para>
</listitem>
<listitem>
- <para>added some more checks in fileconf.c : allow user to use hours, days, hourly, daily, etc options only with %-lines : it is ignored if set for a &-line, which is quite confusing for users who may type, for instance "&hourly" instead of "%hourly".</para>
+ <para>added some more checks in fileconf.c : allow user to use
+hours, days, hourly, daily, etc options only with %-lines : it is ignored if set
+for a &-line, which is quite confusing for users who may type, for instance
+"&hourly" instead of "%hourly".</para>
</listitem>
<listitem>
- <para>bug fixed : you can now use arguments in the var EDITOR and VISUAL.</para>
+ <para>bug fixed : you can now use arguments in the var EDITOR and
+VISUAL.</para>
</listitem>
<listitem>
- <para>bug fixed : fcron used to call sometimes a sleep(-1), which causes a freeze (no crash, but a very very long sleep :) ) under system using LIBC5, and maybe on some non-linux systems. It was not causing any problem under GLIBC2. Thanks go to Nick Pasich.</para>
+ <para>bug fixed : fcron used to call sometimes a sleep(-1), which
+causes a freeze (no crash, but a very very long sleep :) ) under system using
+LIBC5, and maybe on some non-linux systems. It was not causing any problem under
+GLIBC2. Thanks go to Nick Pasich.</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 2.0.0 to 2.1.0</title>
<listitem>
- <para>PAM support for fcron and fcrontab (need testing ! - help would be appreciated).</para>
+ <para>PAM support for fcron and fcrontab (need testing ! - help
+would be appreciated).</para>
</listitem>
<listitem>
- <para>Fcron now send a mail if a job has noticenotrun set and could not be run because of a queue full.</para>
+ <para>Fcron now send a mail if a job has noticenotrun set and could
+not be run because of a queue full.</para>
</listitem>
<listitem>
- <para>Fcron now compiles on AIX (thank you, John A. Parker !), and a few AIX-only bugs have been fixed, but it may remain some problems to correct. Please try, and tell me !</para>
+ <para>Fcron now compiles on AIX (thank you, John A. Parker !), and a
+few AIX-only bugs have been fixed, but it may remain some problems to correct.
+Please try, and tell me !</para>
</listitem>
<listitem>
- <para>We now use constants ROOTUID and ROOTGID instead of some hard-coded "0", and those constants are defined by the configure script (we use the uid/gid of the name given with the option "--with-root{name|group}"). It allows fcron to be run on system on which root is not uid/gid 0/0.</para>
+ <para>We now use constants ROOTUID and ROOTGID instead of some
+hard-coded "0", and those constants are defined by the configure script (we use
+the uid/gid of the name given with the option "--with-root{name|group}"). It
+allows fcron to be run on system on which root is not uid/gid 0/0.</para>
</listitem>
<listitem>
<para>code cleaning.</para>
</listitem>
<listitem>
- <para>bug fixed : setting lavg to (0,0,0) used to make the line be added in the lavg queue instead of the serial queue (but the lavgs were ignored anyway).</para>
+ <para>bug fixed : setting lavg to (0,0,0) used to make the line be
+added in the lavg queue instead of the serial queue (but the lavgs were ignored
+anyway).</para>
</listitem>
<listitem>
- <para>bug fixed : fcrontab's "-z" option was not ignoring previous user's fcrontab version.</para>
+ <para>bug fixed : fcrontab's "-z" option was not ignoring previous
+user's fcrontab version.</para>
</listitem>
<listitem>
- <para>bug fixed : on systems using putenv(), the var HOME, USER and SHELL wasn't correctly assigned. On system supporting setenv() (which is the default), the problem did not occur. (thanks go to Evan A. Zacks).</para>
+ <para>bug fixed : on systems using putenv(), the var HOME, USER and
+SHELL wasn't correctly assigned. On system supporting setenv() (which is the
+default), the problem did not occur. (thanks go to Evan A. Zacks).</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 1.1.1 to 2.0.0</title>
<listitem>
- <para>using SIGUSR2 on fcron makes it print its current schedule on syslog and toggles on/off the printing of debug info on syslog.</para>
+ <para>using SIGUSR2 on fcron makes it print its current schedule on
+syslog and toggles on/off the printing of debug info on syslog.</para>
</listitem>
<listitem>
- <para>fcron behavior on serial and lavg queues overflow has changed :
- in previous versions, it used to run a job to make room to put a new one.
- As it may conduct to a overwhelming of system resources, the new job is now
- refused (and not run). An error message is also logged through syslog.</para>
+ <para>fcron behavior on serial and lavg queues overflow has changed
+: in previous versions, it used to run a job to make room to put a new one. As
+it may conduct to a overwhelming of system resources, the new job is now refused
+(and not run). An error message is also logged through syslog.</para>
</listitem>
<listitem>
- <para>a mail is now sent if the job exited due to a signal, or if exit status
- is non-zero. Read FAQ if you experience problems about that.</para>
+ <para>a mail is now sent if the job exited due to a signal, or if
+exit status is non-zero. Read FAQ if you experience problems about that.</para>
</listitem>
<listitem>
<para>added a FAQ.</para>
</listitem>
<listitem>
- <para>bug fixed : a midmonthly job executed after the 15th of the month used
- to cause an endless loop. Thanks go to Guy Geens (thanks a lot !).</para>
+ <para>bug fixed : a midmonthly job executed after the 15th of the
+month used to cause an endless loop. Thanks go to Guy Geens (thanks a lot
+!).</para>
</listitem>
<listitem>
- <para>bug fixed : inserting a job in serial queue or running a job not finished at startup was broken, unless the job was strict(no).</para>
+ <para>bug fixed : inserting a job in serial queue or running a job
+not finished at startup was broken, unless the job was strict(no).</para>
</listitem>
<listitem>
- <para>bug fixed : some 1.1.1 changes used to make fcron impossible to compile
- without sendmail (./configure's option "--with-sendmail=no").</para>
+ <para>bug fixed : some 1.1.1 changes used to make fcron impossible
+to compile without sendmail (./configure's option "--with-sendmail=no").</para>
</listitem>
<listitem>
- <para>bug fixed in sysV boot script : we know specify explicitly the path to fcron.</para>
+ <para>bug fixed in sysV boot script : we know specify explicitly the
+path to fcron.</para>
</listitem>
<listitem>
- <para>bug fixed : unresolved error used to occur on some system not defining
- getopt_long().</para>
+ <para>bug fixed : unresolved error used to occur on some system not
+defining getopt_long().</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 1.1.0 to 1.1.1</title>
<listitem>
- <para>security fix : sym link attack against fcrontab.
- Any user allowed to use fcrontab used to be able to remove any fcrontab,
- and potentially to truncate any file to zero-length (under certain
- conditions, anyway).</para>
+ <para>security fix : sym link attack against fcrontab. Any user
+allowed to use fcrontab used to be able to remove any fcrontab, and potentially
+to truncate any file to zero-length (under certain conditions, anyway).</para>
</listitem>
<listitem>
<para>fcron and fcrontab now have a configuration file : fcron.conf.
- It contains the default paths (spool dir, etc) and programs to use
- (editor, shell, etc).
- Thanks to that file, several fcron processes can run simultaneously if they
- have a different config (different spool dir and pid file).</para>
+It contains the default paths (spool dir, etc) and programs to use (editor,
+shell, etc). Thanks to that file, several fcron processes can run simultaneously
+if they have a different config (different spool dir and pid file).</para>
</listitem>
<listitem>
- <para>added fcron's option "-m" to control the number of serial jobs which can be executed simultaneously.</para>
+ <para>added fcron's option "-m" to control the number of serial jobs
+which can be executed simultaneously.</para>
</listitem>
<listitem>
<para>added fcron's option "-n" to create a new spool dir.</para>
</listitem>
<listitem>
- <para>command line syntax of fcrontab has changed : you can know use "user" (after the file name if any) instead of "-u user".
- It should make fcrontab a little more intuitive.</para>
+ <para>command line syntax of fcrontab has changed : you can know use
+"user" (after the file name if any) instead of "-u user". It should make
+fcrontab a little more intuitive.</para>
</listitem>
<listitem>
- <para>It is now possible to put a user name between the time/date fields and
- the shell command of a fcrontab line (for Vixie cron format compatibility) :
- it is equivalent to runas(user).</para>
+ <para>It is now possible to put a user name between the time/date
+fields and the shell command of a fcrontab line (for Vixie cron format
+compatibility) : it is equivalent to runas(user).</para>
</listitem>
<listitem>
<para>support of Solaris (and SysV).</para>
<para>early support of OpenBSD.</para>
</listitem>
<listitem>
- <para>the installation scripts now use nsswitch.conf to detect if a user or a group exists on the system. That way, naming services (NYS, ldap, etc) are supported.</para>
+ <para>the installation scripts now use nsswitch.conf to detect if a
+user or a group exists on the system. That way, naming services (NYS, ldap, etc)
+are supported.</para>
</listitem>
<listitem>
- <para>the man page and doc is now installed by default in $prefix/share/{man|doc} (instead of the previous $prefix/{man|doc}) ($prefix is generally "/usr").</para>
+ <para>the man page and doc is now installed by default in
+$prefix/share/{man|doc} (instead of the previous $prefix/{man|doc}) ($prefix is
+generally "/usr").</para>
</listitem>
<listitem>
- <para>bug corrected : fcron used not to add a serial_sev line to serial/lavg queue if this line was running, saying "already in serial queue".</para>
+ <para>bug corrected : fcron used not to add a serial_sev line to
+serial/lavg queue if this line was running, saying "already in serial
+queue".</para>
</listitem>
<listitem>
- <para>bug corrected : a "all" in fcron.allow with no fcron.deny file was not
- considered as an allow rule.</para>
+ <para>bug corrected : a "all" in fcron.allow with no fcron.deny file
+was not considered as an allow rule.</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 1.0.3 to 1.1.0</title>
<listitem>
- <para>The binary format of the binary fcrontabs has changed : there is now no more
- need to reinstall the fcrontabs when upgrading fcron (but you need to convert
- your fcrontabs to the new format once), and this format should allow
- extensions without losing any information.</para>
+ <para>The binary format of the binary fcrontabs has changed : there
+is now no more need to reinstall the fcrontabs when upgrading fcron (but you
+need to convert your fcrontabs to the new format once), and this format should
+allow extensions without losing any information.</para>
</listitem>
<listitem>
- <para>better management of the errors in load/save fcrontabs functions.</para>
+ <para>better management of the errors in load/save fcrontabs
+functions.</para>
</listitem>
<listitem>
<para>the doc is a clearer about @-lines.</para>
</listitem>
<listitem>
- <para>more security tests by fcrontab in the case it is suid root (but, if
- possible, it should be suid fcron as it is far more secure).</para>
+ <para>more security tests by fcrontab in the case it is suid root
+(but, if possible, it should be suid fcron as it is far more secure).</para>
</listitem>
<listitem>
- <para>we now remove unwanted fcrontabs before loading them in memory : well,
- it seems to be more logical like that :)) .</para>
+ <para>we now remove unwanted fcrontabs before loading them in memory
+: well, it seems to be more logical like that :)) .</para>
</listitem>
<listitem>
- <para>bug fix : using options first with a &-line may have led to some problems
- during the first read by fcron (mail send erroneously if noticenotrun was
- used, bad set of the first execution's time and date or immediate execution
- if bootrun was set : in fact, the line was not recognized as a new line).</para>
+ <para>bug fix : using options first with a &-line may have led to
+some problems during the first read by fcron (mail send erroneously if
+noticenotrun was used, bad set of the first execution's time and date or
+immediate execution if bootrun was set : in fact, the line was not recognized as
+a new line).</para>
</listitem>
<listitem>
- <para>bug fix : fcron used not to be able to be compiled from any directory because
- of an absent -I. line option for the compiler (the config.h file was not
- found).</para>
+ <para>bug fix : fcron used not to be able to be compiled from any
+directory because of an absent -I. line option for the compiler (the config.h
+file was not found).</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 1.0.2 to 1.0.3</title>
<listitem>
- <para>fcron can now be configured and compiled from any
-directory (not only from the source dir).</para>
+ <para>fcron can now be configured and compiled from any directory
+(not only from the source dir).</para>
</listitem>
<listitem>
- <para>bug fix : fcron now sets umask to the value it got
-at start before running a job.</para>
+ <para>bug fix : fcron now sets umask to the value it got at start
+before running a job.</para>
</listitem>
<listitem>
- <para>bug corrected : a bug used to make the "truncated"
-system not to work correctly, so a too long log message used to make
-fcron crash.</para>
+ <para>bug corrected : a bug used to make the "truncated" system not
+to work correctly, so a too long log message used to make fcron crash.</para>
</listitem>
</itemizedlist>
<para>the user for whom a job is run is now logged.</para>
</listitem>
<listitem>
- <para>installation script is now more explicit about what it is going to do.</para>
+ <para>installation script is now more explicit about what it is
+going to do.</para>
</listitem>
<listitem>
<para>a boolean value can now also be set by "yes" and "no".</para>
<para>bug corrected : bootrun option works again.</para>
</listitem>
<listitem>
- <para>bug corrected : shell variable containing underscore (_) used to be rejected.</para>
+ <para>bug corrected : shell variable containing underscore (_) used
+to be rejected.</para>
</listitem>
<listitem>
- <para>bug corrected : installation script used not to check if user fcron was
- in group fcron, in which case fcrontab doesn't work correctly (it cannot,
- in that case, read the fcrontabs for non-privileged users).</para>
+ <para>bug corrected : installation script used not to check if user
+fcron was in group fcron, in which case fcrontab doesn't work correctly (it
+cannot, in that case, read the fcrontabs for non-privileged users).</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 1.0.0 to 1.0.1</title>
<listitem>
- <para>security fix : a user used to be able to read a file owned by root
- if root runs a "fcrontab -u user -e".</para>
+ <para>security fix : a user used to be able to read a file owned by
+root if root runs a "fcrontab -u user -e".</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 0.9.5 to 1.0.0</title>
<listitem>
- <para>added fcron's option "-s" to control the time between two saves
- of the fcrontabs on disk.</para>
+ <para>added fcron's option "-s" to control the time between two
+saves of the fcrontabs on disk.</para>
</listitem>
<listitem>
<para>installation scripts now support better FreeBSD and sh.</para>
</listitem>
<listitem>
- <para>bug corrected : configure's options prefix and without-sendmail used not
- to work.</para>
+ <para>bug corrected : configure's options prefix and
+without-sendmail used not to work.</para>
</listitem>
<listitem>
- <para>bug corrected : installing an fcrontab by "fcrontab file" wasn't working
- correctly with a relative path (a path not beginning by a "/").</para>
+ <para>bug corrected : installing an fcrontab by "fcrontab file"
+wasn't working correctly with a relative path (a path not beginning by a
+"/").</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 0.9.4 to 0.9.5</title>
<listitem>
- <para>security fix : the jobs of a fcrontab reinstalled by root used to be run
- as root (until the next action of the owner on the fcrontab).</para>
+ <para>security fix : the jobs of a fcrontab reinstalled by root used
+to be run as root (until the next action of the owner on the fcrontab).</para>
</listitem>
<listitem>
- <para>added options strict and noticenotrun to tell fcron respectively if a job
- should be removed from lavg queue if its execution interval is exceeded,
- and if fcron should mail user to report the non-execution of a job.</para>
+ <para>added options strict and noticenotrun to tell fcron
+respectively if a job should be removed from lavg queue if its execution
+interval is exceeded, and if fcron should mail user to report the non-execution
+of a job.</para>
</listitem>
<listitem>
- <para>added option nolog in order to log only errors (i.e. no message like "job x
- started"). This can help to reduce the disk access and save energy on
- a laptop, and make the log more readable if some jobs are run very often.</para>
+ <para>added option nolog in order to log only errors (i.e. no
+message like "job x started"). This can help to reduce the disk access and save
+energy on a laptop, and make the log more readable if some jobs are run very
+often.</para>
</listitem>
<listitem>
<para>better handle of changes of the uids of users in /etc/passwd
- (no more need to reinstall the fcrontabs).</para>
+(no more need to reinstall the fcrontabs).</para>
</listitem>
<listitem>
- <para>fcron.deny and fcron.allow files are now owned by root (they used to be owned
- by user fcron).</para>
+ <para>fcron.deny and fcron.allow files are now owned by root (they
+used to be owned by user fcron).</para>
</listitem>
<listitem>
- <para>added ./configure's option --with-answer-all to be able to use "make install"
- in a non-interactive way (can be useful for automatic installers).</para>
+ <para>added ./configure's option --with-answer-all to be able to use
+"make install" in a non-interactive way (can be useful for automatic
+installers).</para>
</listitem>
<listitem>
- <para>added option --with-rootname and --with-rootgroup to ./configure script
- for a better support of exotic systems.</para>
+ <para>added option --with-rootname and --with-rootgroup to
+./configure script for a better support of exotic systems.</para>
</listitem>
<listitem>
- <para>bug corrected in make install (script user-group) : the script used not to
- handle correctly the absence of both useradd and adduser commands.
- This script now checks and tries to add a group fcron if necessary.</para>
+ <para>bug corrected in make install (script user-group) : the script
+used not to handle correctly the absence of both useradd and adduser commands.
+This script now checks and tries to add a group fcron if necessary.</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 0.9.3 to 0.9.4</title>
<listitem>
- <para>security improvement : after the (horrible) root exploit found in version
- 0.9.3, I decided to improve fcron/fcrontab's security. I've included some
- strong (I hope :)) ) tests in fcron to ensure that only root can run commands
- as superuser and use option runas. Even an corrupted fcrontab should not be
- able to get root's privileges. Pretty reassuring, isn't it ?</para>
+ <para>security improvement : after the (horrible) root exploit found
+in version 0.9.3, I decided to improve fcron/fcrontab's security. I've included
+some strong (I hope :)) ) tests in fcron to ensure that only root can run
+commands as superuser and use option runas. Even an corrupted fcrontab should
+not be able to get root's privileges. Pretty reassuring, isn't it ?</para>
</listitem>
<listitem>
- <para>runfreq(1) lines have been replaced and extended by a new kind of line :
- the lines beginning by a "%".
- It's now possible to tell fcron to run a command once an hour, a week, etc,
- but only at some specified moments.
- For instance : '%weekly * 4-7 echo "foo"' will run the command 'echo "foo"'
- once a week between 4 and 7 in the morning.
- (see "man 5 fcrontab" for more details).</para>
+ <para>runfreq(1) lines have been replaced and extended by a new kind
+of line : the lines beginning by a "%". It's now possible to tell fcron to run a
+command once an hour, a week, etc, but only at some specified moments. For
+instance : '%weekly * 4-7 echo "foo"' will run the command 'echo "foo"' once a
+week between 4 and 7 in the morning. (see "man 5 fcrontab" for more
+details).</para>
</listitem>
<listitem>
- <para>installation process improved : user is now consulted before anything
- is done about installation in boot scripts, etc.
- The default username of fcron is now ... fcron ! (this is more secure than
- daemon, which can be used by other programs). </para>
+ <para>installation process improved : user is now consulted before
+anything is done about installation in boot scripts, etc. The default username
+of fcron is now ... fcron ! (this is more secure than daemon, which can be used
+by other programs). </para>
</listitem>
<listitem>
- <para>fcron now adds the host name to the addresses of the mails it sends.</para>
+ <para>fcron now adds the host name to the addresses of the mails it
+sends.</para>
</listitem>
<listitem>
- <para>fcrontab determines the identity of the running user by his uid (it used
- to use the var USER). That way, fcrontab should act as crontab under a "su".</para>
+ <para>fcrontab determines the identity of the running user by his
+uid (it used to use the var USER). That way, fcrontab should act as crontab
+under a "su".</para>
</listitem>
<listitem>
- <para>bug fixed : a tmp file was not removed after a "fcron -z"</para>
+ <para>bug fixed : a tmp file was not removed after a "fcron
+-z"</para>
</listitem>
<listitem>
- <para>bug fixed in fcrontab : an expression of the form "start-stop" with
- start > stop used to be incorrectly managed by fcron.</para>
+ <para>bug fixed in fcrontab : an expression of the form "start-stop"
+with start > stop used to be incorrectly managed by fcron.</para>
</listitem>
<listitem>
- <para>bug fixed : when fcron and fcrontab were installed under a non-privileged
- user rights, a normal user used to be not able to use fcrontab.</para>
+ <para>bug fixed : when fcron and fcrontab were installed under a
+non-privileged user rights, a normal user used to be not able to use
+fcrontab.</para>
</listitem>
<listitem>
- <para>bug fixed : while fcrontab was asking user if he would like to correct
- an erroneous line, the answer was not correctly handled.</para>
+ <para>bug fixed : while fcrontab was asking user if he would like to
+correct an erroneous line, the answer was not correctly handled.</para>
</listitem>
</itemizedlist>
<para>added code to avoid infinite loops.</para>
</listitem>
<listitem>
- <para>bugs corrected in the functions to set the time and date of next execution.</para>
+ <para>bugs corrected in the functions to set the time and date of
+next execution.</para>
</listitem>
<listitem>
<para>bug corrected in the check for invalid lines.</para>
<itemizedlist>
<title>From version 0.9.1 to 0.9.2</title>
<listitem>
- <para>fcron now uses autoconf (the configure script), so it should be easier
- to compile and install it and various systems.</para>
+ <para>fcron now uses autoconf (the configure script), so it should
+be easier to compile and install it and various systems.</para>
</listitem>
<listitem>
- <para>support of lavg options for all systems where getloadavg() is defined
- (BSD unix, etc) and on Linux systems with a proc filesystem (fcron can use
- /proc/loadavg).</para>
+ <para>support of lavg options for all systems where getloadavg() is
+defined (BSD unix, etc) and on Linux systems with a proc filesystem (fcron can
+use /proc/loadavg).</para>
</listitem>
<listitem>
- <para>a job can now be executed several times simultaneously if option exesev
- is set to 1.</para>
+ <para>a job can now be executed several times simultaneously if
+option exesev is set to 1.</para>
</listitem>
<listitem>
- <para>user can determine if a job can be put several times in the serial queue
- simultaneously thanks to option serialonce.</para>
+ <para>user can determine if a job can be put several times in the
+serial queue simultaneously thanks to option serialonce.</para>
</listitem>
<listitem>
- <para>fcron does not wait anymore for the completion of all jobs of a file before
- deleting it from memory.</para>
+ <para>fcron does not wait anymore for the completion of all jobs of
+a file before deleting it from memory.</para>
</listitem>
<listitem>
- <para>fcron handles correctly the jobs which are both serial and lavg.</para>
+ <para>fcron handles correctly the jobs which are both serial and
+lavg.</para>
</listitem>
<listitem>
- <para>fcron now runs under a specific user and group (other than root) for basic
- security reasons.</para>
+ <para>fcron now runs under a specific user and group (other than
+root) for basic security reasons.</para>
</listitem>
<listitem>
- <para>bug corrected : fcron used to crash after a file was deleted from memory
- in some conditions.</para>
+ <para>bug corrected : fcron used to crash after a file was deleted
+from memory in some conditions.</para>
</listitem>
<listitem>
- <para>corrected the bug which used to appear when a line was put several times
- in the serial queue : in this case, fcron used not to count correctly
- the number of running serial jobs.</para>
+ <para>corrected the bug which used to appear when a line was put
+several times in the serial queue : in this case, fcron used not to count
+correctly the number of running serial jobs.</para>
</listitem>
<listitem>
- <para>bug corrected : fcrontab used not to remove the temporary file it creates
- if no modification where done to a file after an edition using the -e option
- and on errors.</para>
+ <para>bug corrected : fcrontab used not to remove the temporary file
+it creates if no modification where done to a file after an edition using the -e
+option and on errors.</para>
</listitem>
<listitem>
- <para>bug corrected : fcrontab now defines correctly the remain value of a line
- based on time and date beginning with a "&" but without runfreq definition.</para>
+ <para>bug corrected : fcrontab now defines correctly the remain
+value of a line based on time and date beginning with a "&" but without runfreq
+definition.</para>
</listitem>
<listitem>
- <para>bug corrected : fcron used to not install correctly a file edited if
- a correction was made.</para>
+ <para>bug corrected : fcron used to not install correctly a file
+edited if a correction was made.</para>
</listitem>
<listitem>
- <para>bug corrected : reset option was not working correctly when set to a single
- line.</para>
+ <para>bug corrected : reset option was not working correctly when
+set to a single line.</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 0.9.0 to 0.9.1</title>
<listitem>
- <para>support of the option mailto for each line
- (it used to be set for the whole file).</para>
+ <para>support of the option mailto for each line (it used to be set
+for the whole file).</para>
</listitem>
<listitem>
- <para>the value of the runas and mailto options are now stored internally as a uid
- number : you must reinstall all the system's fcrontabs if you change the uid
- of a user.</para>
+ <para>the value of the runas and mailto options are now stored
+internally as a uid number : you must reinstall all the system's fcrontabs if
+you change the uid of a user.</para>
</listitem>
<listitem>
- <para>Support of options "lavg*", in order to run a job under a specific 1, 5
- and/or 15 minutes system load average value(s).
- When the job should be run, it is placed in a specific queue and the load
- average is checked regularly until the right value(s) is/are got.
- The options "lavgor" and "lavgand" permits users to tell fcron if they prefer
- to perform a logic OR or AND between the 1, 5 and 15 load average values.
- The option "until" can be use to force the execution of a job after
- a determined timeout if the right conditions to run the job are not filled.</para>
+ <para>Support of options "lavg*", in order to run a job under a
+specific 1, 5 and/or 15 minutes system load average value(s). When the job
+should be run, it is placed in a specific queue and the load average is checked
+regularly until the right value(s) is/are got. The options "lavgor" and
+"lavgand" permits users to tell fcron if they prefer to perform a logic OR or
+AND between the 1, 5 and 15 load average values. The option "until" can be use
+to force the execution of a job after a determined timeout if the right
+conditions to run the job are not filled.</para>
</listitem>
<listitem>
- <para>fcron now uses putenv() in place of setenv() (setenv() is not POSIX
- compliant).</para>
+ <para>fcron now uses putenv() in place of setenv() (setenv() is not
+POSIX compliant).</para>
</listitem>
<listitem>
- <para>a mailto option set to "" is now equivalent to "mail(false)".</para>
+ <para>a mailto option set to "" is now equivalent to
+"mail(false)".</para>
</listitem>
<listitem>
- <para>corrected the bug which used to make a bootrun and runfreq(1) job executed
- twice when fcron's start occurs in an interval of execution of the job.</para>
+ <para>corrected the bug which used to make a bootrun and runfreq(1)
+job executed twice when fcron's start occurs in an interval of execution of the
+job.</para>
</listitem>
<listitem>
- <para>corrected the bug which used to make fcron crash after serial_array is
- resized.</para>
+ <para>corrected the bug which used to make fcron crash after
+serial_array is resized.</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 0.8.3 to 0.9.0</title>
<listitem>
- <para>support of options in fcrontabs.
- Options can be specific to a line or defined once for
- every line located after their definition (a special option "reset" set
- all options to their default).
- Some options also have too names: a long name and an abbreviation.</para>
+ <para>support of options in fcrontabs. Options can be specific to a
+line or defined once for every line located after their definition (a special
+option "reset" set all options to their default). Some options also have too
+names: a long name and an abbreviation.</para>
</listitem>
<listitem>
- <para>jobs can now be run be run one after the other (option "serial") :
- when the job should normally be run, it is added to a queue, which entries
- are executed one by one.
- It permits to avoid the use of a lot of system resources for a brief moment
- by the simultaneous execution of several tasks.</para>
+ <para>jobs can now be run be run one after the other (option
+"serial") : when the job should normally be run, it is added to a queue, which
+entries are executed one by one. It permits to avoid the use of a lot of system
+resources for a brief moment by the simultaneous execution of several
+tasks.</para>
</listitem>
<listitem>
- <para>jobs can be run at system start up if they should have been run during
- system down time (option "bootrun").</para>
+ <para>jobs can be run at system start up if they should have been
+run during system down time (option "bootrun").</para>
</listitem>
<listitem>
<para>root can run jobs as an another user (option "runas")</para>
</listitem>
<listitem>
- <para>user can set a nice value to a job, but only root can use a negative value
- (a negative value will increase priority)</para>
+ <para>user can set a nice value to a job, but only root can use a
+negative value (a negative value will increase priority)</para>
</listitem>
<listitem>
- <para>user can choose to perform a logic AND or a logic OR between day of month
- and day of week (option "dayor" and "dayand")</para>
+ <para>user can choose to perform a logic AND or a logic OR between
+day of month and day of week (option "dayor" and "dayand")</para>
</listitem>
<listitem>
- <para>user can choose to mail the output of jobs (option "mail") if any, and can
- force fcron to send a mail even if output is zero-length (option
- "forcemail").</para>
+ <para>user can choose to mail the output of jobs (option "mail") if
+any, and can force fcron to send a mail even if output is zero-length (option
+"forcemail").</para>
</listitem>
<listitem>
- <para>fixed the bug which used to make fcron run a job with a runfreq set to 1
- at a wrong time.</para>
+ <para>fixed the bug which used to make fcron run a job with a
+runfreq set to 1 at a wrong time.</para>
</listitem>
<listitem>
- <para>fixed a bug which used to make fcrontab crash after several corrections
- in edit mode.</para>
+ <para>fixed a bug which used to make fcrontab crash after several
+corrections in edit mode.</para>
</listitem>
</itemizedlist>
<para>(all this bugs appeared in version 0.8.2 :)</para>
</listitem>
<listitem>
- <para>fixed the bug which used to make fcron crash after a SIGHUP</para>
+ <para>fixed the bug which used to make fcron crash after a
+SIGHUP</para>
</listitem>
<listitem>
- <para>fixed the bug which used to prevent fcron from running some job based
- on time and date</para>
+ <para>fixed the bug which used to prevent fcron from running some
+job based on time and date</para>
</listitem>
<listitem>
- <para>fixed the bug which used to makes fcron run the jobs one second too late</para>
+ <para>fixed the bug which used to makes fcron run the jobs one
+second too late</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 0.8.1 to 0.8.2</title>
<listitem>
- <para>code has been optimized :
- The jobs are now queued in order of execution.
- It permits avoid useless tests of all jobs every time fcron wakes up,
- speeds up the determination of the time fcron should sleep,
- speeds up the processing after the end of a job, etc.
- I don't know why I haven't made it before :-) ...</para>
+ <para>code has been optimized : The jobs are now queued in order of
+execution. It permits avoid useless tests of all jobs every time fcron wakes up,
+speeds up the determination of the time fcron should sleep, speeds up the
+processing after the end of a job, etc. I don't know why I haven't made it
+before :-) ...</para>
</listitem>
<listitem>
- <para>fcrontab has been improved : it is now more stable (many bugs which used to
- make fcrontab crash in case of errors in the fcrontab has been fixed).
- Plus, it now asks if you want to make corrections if needed when editing.</para>
+ <para>fcrontab has been improved : it is now more stable (many bugs
+which used to make fcrontab crash in case of errors in the fcrontab has been
+fixed). Plus, it now asks if you want to make corrections if needed when
+editing.</para>
</listitem>
</itemizedlist>
<itemizedlist>
<title>From version 0.7.0 to 0.8.0</title>
<listitem>
- <para>corrected the bug which keep normal users from listing and editing
- their current configuration file with fcrontab -l or -e.</para>
+ <para>corrected the bug which keep normal users from listing and
+editing their current configuration file with fcrontab -l or -e.</para>
</listitem>
<listitem>
- <para>corrected the bugs which used to block fcron when a task was marked
- for execution but fcron stopped before it has been launched, and when
- fcron stopped after the end of a job but before the output has been mailed.</para>
+ <para>corrected the bugs which used to block fcron when a task was
+marked for execution but fcron stopped before it has been launched, and when
+fcron stopped after the end of a job but before the output has been
+mailed.</para>
</listitem>
<listitem>
<para>day of week 0 and 7 now both mean Sunday.</para>
</listitem>
<listitem>
- <para>the abbreviations of months and day of week are not any more case
- dependent.</para>
+ <para>the abbreviations of months and day of week are not any more
+case dependent.</para>
</listitem>
<listitem>
- <para>months are now defined from 1 to 12 (and not from 0 to 11)
- (it was a little bit illogical :-).</para>
+ <para>months are now defined from 1 to 12 (and not from 0 to 11) (it
+was a little bit illogical :-).</para>
</listitem>
<listitem>
- <para>you can now force spaces in strings if you place them in quotes.</para>
+ <para>you can now force spaces in strings if you place them in
+quotes.</para>
</listitem>
<listitem>
<para>I discovered ispell :-) ...</para>
</listitem>
<listitem>
- <para>I've added a kind of signature in the formated configuration files in order
- to keep the daemon from attempting to read an old configuration file which
- doesn't use the same syntax.</para>
+ <para>I've added a kind of signature in the formated configuration
+files in order to keep the daemon from attempting to read an old configuration
+file which doesn't use the same syntax.</para>
</listitem>
<listitem>
- <para>You can now install a file with fcrontab from standard input.</para>
+ <para>You can now install a file with fcrontab from standard
+input.</para>
</listitem>
<listitem>
<para>others minor adds and bug corrections.</para>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: faq.sgml,v 1.3 2002-03-31 15:07:22 thib Exp $ -->
+<!-- $Id: faq.sgml,v 1.4 2002-07-19 19:42:53 thib Exp $ -->
<sect1 id="faq">
<title>Frequently Asked Questions</title>
- <para>This FAQ intends to complement the man pages by following
- a more practical approach.</para>
+ <para>This FAQ intends to complement the man pages by following a more
+practical approach.</para>
<para>If you think a QA should be added, please mail me it !</para>
<qandaset>
<qandaentry>
<question>
- <para>How does fcron handle system clock adjustments (daylight savings, etc) ?</para>
+ <para>How does fcron handle system clock adjustments (daylight
+savings, etc) ?</para>
</question>
<answer>
<para>
- First, you must understand that fcron determines, for each job,
- its next time and date of execution.
- It then determines which of those jobs would be the next to
- run and then, sleeps until that job should be run.
- In other words, fcron doesn't wake up like Vixie cron each
- minute to check all job in case one should be run ...
- and it avoids some problems associated with clock adjusts.</para>
+ First, you must understand that fcron determines, for each job, its next
+time and date of execution. It then determines which of those jobs would be the
+next to run and then, sleeps until that job should be run. In other words, fcron
+doesn't wake up like Vixie cron each minute to check all job in case one should
+be run ... and it avoids some problems associated with clock adjusts.</para>
+ <para>
+ This means that if the new time value is set into the past, fcron won't
+run a particular job again. For instance, suppose the real time and system clock
+are 3:00, so the next job cannot be scheduled to run before 3:00, as it would
+have already been run and re-scheduled.</para>
<para>
- This means that if the new time value is set into the past,
- fcron won't run a particular job again.
- For instance, suppose the real time and system clock are
- 3:00, so the next job cannot be scheduled to run before 3:00,
- as it would have already been run and re-scheduled.</para>
- <para>
First, suppose you set your system clock into the past, say to 2:00,
- Presuming that the last run was shortly before 3:00.
- then fcron will sleep until the next job should be executed.
- The execution time for a job is determined by identifying the
- last time that the job ran and computing the next scheduled time.
- This means that the next scheduled time must be
- on or after 3:01.
- Therefore, in this example, fcron will not run a job for at
- least one hour.</para>
+Presuming that the last run was shortly before 3:00. then fcron will sleep until
+the next job should be executed. The execution time for a job is determined by
+identifying the last time that the job ran and computing the next scheduled
+time. This means that the next scheduled time must be on or after 3:01.
+Therefore, in this example, fcron will not run a job for at least one
+hour.</para>
<para>
Next, if you set the system time into the future, say to 4:00, fcron will
- run every job scheduled between the old and the new time value once,
- regardless of how many times it would have been scheduled.
- When fcron wakes up to run a job after the time value has changed,
- it runs all the jobs which should have run during the interval
- because they are scheduled to run in a past time.</para>
+run every job scheduled between the old and the new time value once, regardless
+of how many times it would have been scheduled. When fcron wakes up to run a job
+after the time value has changed, it runs all the jobs which should have run
+during the interval because they are scheduled to run in a past time.</para>
<para>
- As special case is when "@xxx" style scheduling rules are involved,
- you must consider the "adjustment-interval".
- The "adjustment-interval" is the time difference between the
- original system time and the new system time.
- If the ... <!-- I need some help here. What would happen? -->
- run at "adjust-interval" too early or too late depending
- of the nature of the adjust.</para>
+ As special case is when "@xxx" style scheduling rules are involved, you
+must consider the "adjustment-interval". The "adjustment-interval" is the time
+difference between the original system time and the new system time. If the ...
+<!-- I need some help here. What would happen? --> run at "adjust-interval" too
+early or too late depending of the nature of the adjust.</para>
<para>
- To conclude, fcron behaves quite well for small clock adjusts.
- Each job which should have run does so once, but not exactly
- at the correct time as if the job were scheduled within the
- adjustment interval.
- But, if you have to make a big change in the time and date,
- you should probably reset all the scheduled "nextexe"
- by running "fcrontab -z" on all the fcrontabs.</para>
+ To conclude, fcron behaves quite well for small clock adjusts. Each job
+which should have run does so once, but not exactly at the correct time as if
+the job were scheduled within the adjustment interval. But, if you have to make
+a big change in the time and date, you should probably reset all the scheduled
+"nextexe" by running "fcrontab -z" on all the fcrontabs.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
- <para>How can I prevent fcrontab from considering the first "word"
- of my command line as a user name i.e. "runas(word)" ?</para>
+ <para>How can I prevent fcrontab from considering the first
+"word" of my command line as a user name i.e. "runas(word)" ?</para>
</question>
<answer>
<para>
- Suppose you have an user called "echo" (weird idea ... :)) ).
- If you use the line '* * * * * echo "Hello !"' in root's fcrontab,
- "echo" will be interpreted as "runas(echo)".</para>
+ Suppose you have an user called "echo" (weird idea ... :)) ). If you use
+the line '* * * * * echo "Hello !"' in root's fcrontab, "echo" will be
+interpreted as "runas(echo)".</para>
<para>To suppress that, put your command in quotes :
- <programlisting>* * * * * 'echo "Hello !"'</programlisting>
- will work as expected as quotes are allowed for the shell command
- but not for the user name.</para>
+<programlisting>* * * * * 'echo "Hello !"'</programlisting> will work as
+expected as quotes are allowed for the shell command but not for the user
+name.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
- I have a job which usually terminates with a non-zero status.
- When it does, I receive a mail with the exit status even if the command had no output.
- How can I avoid the mail?</para>
+ I have a job which usually terminates with a non-zero status. When it
+does, I receive a mail with the exit status even if the command had no output.
+How can I avoid the mail?</para>
</question>
<answer>
<para>
- You could disable mail entirely by setting the "mail" option to "no".
- But, if you still want to receive the standard output as mail,
- you can add an command which always evaluates to 0, like "/bin/true",
- after your primary command.
- This will not affect your job nor create additional output.
- For example:</para>
- <programlisting>* * * * * /a/non/zero/status/job ; /bin/true</programlisting>
+ You could disable mail entirely by setting the "mail" option to "no". But,
+if you still want to receive the standard output as mail, you can add an command
+which always evaluates to 0, like "/bin/true", after your primary command. This
+will not affect your job nor create additional output. For example:</para>
+ <programlisting>* * * * * /a/non/zero/status/job ;
+/bin/true</programlisting>
</answer>
</qandaentry>
</question>
<answer>
<para>
- The "/proc/loadavg" file provides loadavg values.
- These values are (in order):
- the system load averages for the past 1, 5, and 15 minutes;
- a count of the (active tasks/active processes);
- the pid of last process run;
+ The "/proc/loadavg" file provides loadavg values. These values are (in
+order): the system load averages for the past 1, 5, and 15 minutes; a count of
+the (active tasks/active processes); the pid of last process run;
</para>
<para>
- The active task count includes those processes marked
- as running or uninterruptable.
- A load average is an estimate of the average number of
- processes running within a specified period.
- The load averages are computed from active task count.
- They are updated each time active task counts are taken.
+ The active task count includes those processes marked as running or
+uninterruptable. A load average is an estimate of the average number of
+processes running within a specified period. The load averages are computed from
+active task count. They are updated each time active task counts are taken.
</para>
<para>
-<!-- It sure would be nice for some MathML here. -->
- <programlisting>
- The load average formula is:
- loadavg(d,n) = active_task_cnt - (active_task_cnt - old_loadavg)*(1/exp(d/n);
- where:
- d is the time interval between active task count readings, typically every 5 seconds.
- n is the time over which the readings are averaged.
- </programlisting>
+<!-- It sure would be nice for some MathML here. --> <programlisting> The load
+average formula is: loadavg(d,n) = active_task_cnt - (active_task_cnt -
+old_loadavg)*(1/exp(d/n); where: d is the time interval between active task
+count readings, typically every 5 seconds. n is the time over which the readings
+are averaged. </programlisting>
</para>
</answer>
</qandaentry>
</question>
<answer>
<para>
- You can use pipes with "<command>fcrontab -l</command>"
- (list the fcrontab) and "<command>fcrontab -</command>"
- (read the new fcrontab from input).
- For example : </para>
- <screen><command>echo -e "`fcrontab -l | grep -v exim`\n0 * * * * /usr/sbin/exim -q" | fcrontab -</command></screen>
+ You can use pipes with "<command>fcrontab -l</command>" (list the
+fcrontab) and "<command>fcrontab -</command>" (read the new fcrontab from
+input). For example : </para>
+ <screen><command>echo -e "`fcrontab -l | grep -v exim`\n0 * * *
+* /usr/sbin/exim -q" | fcrontab -</command></screen>
<para>
- can be used to add a line.
- Another way to do it would be to:
- list the fcrontab settings into a temporary file
- ("<command>fcrontab -l > tmpfile</command>");
- modify the temporary file ("<command>echo $LINE >> tmpfile</command>");
- replace the original fcrontab by the temporary; and finally,
- remove the temporary file ("<command>fcrontab tmpfile ; rm -f tmpfile</command>").
+ can be used to add a line. Another way to do it would be to:
+list the fcrontab settings into a temporary file ("<command>fcrontab -l >
+tmpfile</command>"); modify the temporary file ("<command>echo $LINE >>
+tmpfile</command>"); replace the original fcrontab by the temporary; and
+finally, remove the temporary file ("<command>fcrontab tmpfile ; rm -f
+tmpfile</command>").
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
- <para>Can I use fcron from time to time, for instance in a script ?</para>
+ <para>Can I use fcron from time to time, for instance in a
+script ?</para>
</question>
<answer>
- <para>Let's suppose you use fcron in your ppp-up script. Fcron can permit you to run some jobs at connection startup, but not at each connection, like it would be if the job was run directly by the ppp-up script : for instance, only once every week.</para>
+ <para>Let's suppose you use fcron in your ppp-up script. Fcron
+can permit you to run some jobs at connection startup, but not at each
+connection, like it would be if the job was run directly by the ppp-up script :
+for instance, only once every week.</para>
<para><example>
- <title>Using fcron in a script : running a job once every day, week, etc, at dialup connection</title>
+ <title>Using fcron in a script : running a job once
+every day, week, etc, at dialup connection</title>
<para>You can use a script like :</para>
<programlisting>
-# A ppp-up script ...
-# run the jobs pending, then returns :
-fcron -f -y -o
+# A ppp-up script ... # run the jobs pending, then returns : fcron -f -y -o
</programlisting>
<para>in conjunction with a fcrontab file like :</para>
-<programlisting>
-# a fcrontab file ...
-%random(no),weekly,stdout * * /a/command/to/download/latest/mozilla/release
-%monthly,stdout * * * /update/junkbuster/config/files
+ <programlisting>
+# a fcrontab file ... %random(no),weekly,stdout * *
+/a/command/to/download/latest/mozilla/release %monthly,stdout * * *
+/update/junkbuster/config/files
</programlisting>
</example></para>
- <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 for mails every 5 minutes while connected.</para>
+ <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
+for mails every 5 minutes while connected.</para>
<para><example>
- <title>Using fcron in a script : running a job until the end of the connection</title>
+ <title>Using fcron in a script : running a job until the
+end of the connection</title>
<para>ppp-up script :</para>
<programlisting>
-# A ppp-up script ...
-# run fcron at the beginning of the connection :
-fcron -b
+# A ppp-up script ... # run fcron at the beginning of the connection : fcron -b
</programlisting>
<para>ppp-down script :</para>
<programlisting>
-# A ppp-down script ...
-# stop fcron at the end of the connection :
-# -- Warning : killall may have unwanted effect on non linux systems --
-killall -TERM fcron
+# A ppp-down script ... # stop fcron at the end of the connection : # -- Warning
+: killall may have unwanted effect on non linux systems -- killall -TERM fcron
</programlisting>
<para>the fcrontab :</para>
<programlisting>
-# a fcrontab file ...
-@volatile,first(0) 5 fetchmail
+# a fcrontab file ... @volatile,first(0) 5 fetchmail
</programlisting>
</example></para>
- <para>If you run fcron in several scripts, or if you run fcron as a daemon and want also to run fcron in scripts, then you should use fcron, fcrontab and fcrondyn's <option>--configfile</option>.</para>
- <para>For more details, see fcron's options <option>--once</option>, <option>--nosyslog</option>, <option>--firstsleep</option> and <option>--configfile</option> in <link linkend="fcron.8">&fcron;(8)</link>, and fcrontab's options &optvolatile;, &optstdout;, &optfirst; in <link linkend="fcrontab.5">&fcrontab;(5)</link></para>
+ <para>If you run fcron in several scripts, or if you run fcron
+as a daemon and want also to run fcron in scripts, then you should use fcron,
+fcrontab and fcrondyn's <option>--configfile</option>.</para>
+ <para>For more details, see fcron's options
+<option>--once</option>, <option>--nosyslog</option>,
+<option>--firstsleep</option> and <option>--configfile</option> in <link
+linkend="fcron.8">&fcron;(8)</link>, and fcrontab's options &optvolatile;,
+&optstdout;, &optfirst; in <link
+linkend="fcrontab.5">&fcrontab;(5)</link></para>
</answer>
</qandaentry>
</qandaset>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: fcron-doc.sgml,v 1.3 2002-03-31 15:07:09 thib Exp $ -->
+<!-- $Id: fcron-doc.sgml,v 1.4 2002-07-19 19:41:03 thib Exp $ -->
<book lang="en" id="fcron-doc">
<bookinfo id="bookinfo">
<title>Fcron documentation</title>
<date>&date;</date>
- <releaseinfo>Fcron &version; <![%devrelease; [ (<emphasis>development</emphasis> release)]]></releaseinfo>
+ <releaseinfo>Fcron &version; <![%devrelease; [
+(<emphasis>development</emphasis> release)]]></releaseinfo>
<authorgroup>
<author>
<firstname>Thibault</firstname>
<holder>Thibault Godouet</holder>
</copyright>
<legalnotice id="legalnotice">
- <para><citetitle>Fcron documentation</citetitle>
- Copyright © ©rightdate; Thibault Godouet, &email;</para>
+ <para><citetitle>Fcron documentation</citetitle> Copyright ©
+©rightdate; Thibault Godouet, &email;</para>
<para>Permission is granted to copy, distribute and/or modify this
- document under the terms of the GNU Free Documentation License,
- Version 1.1 or any later version published by the Free Software
- Foundation; with the Back-Cover Texts being
- <!-- ulink hack because this legal notice gets diverted -->
- <ulink url="#backcover">Back Cover Text</ulink>.
- A copy of the license is included in <xref linkend="fdl">.</para>
+document under the terms of the GNU Free Documentation License, Version 1.1 or
+any later version published by the Free Software Foundation; with the Back-Cover
+Texts being <!-- ulink hack because this legal notice gets diverted --> <ulink
+url="#backcover">Back Cover Text</ulink>. A copy of the license is included in
+<xref linkend="fdl">.</para>
</legalnotice>
<abstract>
- <para>&Fcron; is distributed under GPL license (please read the license in <xref linkend="gpl">).</para>
+ <para>&Fcron; is distributed under GPL license (please read the
+license in <xref linkend="gpl">).</para>
<para>Project home page : &webpage;</para>
<para>Author : Thibault GODOUET &email;</para>
</abstract>
<abstract>
- <para>You can get the latest HTML version of this document at : &docurl; . The SGML DocBook sources are included with fcron packages.</para>
+ <para>You can get the latest HTML version of this document at :
+&docurl; . The SGML DocBook sources are included with fcron packages.</para>
</abstract>
<![%devrelease; [
<para>
<warning>
<para>This release (&version;) - as every version of the
- form x.y.z where y is an odd number -, is a
- <emphasis>development</emphasis> release so it may
- contain more bugs (and uglier ones :)) ) than a
- stable release.
+form x.y.z where y is an odd number -, is a <emphasis>development</emphasis>
+release so it may contain more bugs (and uglier ones :)) ) than a stable
+release.
</para>
</warning>
</para>
<chapter id="how-and-why">
<title>Fcron : how and why ?</title>
- <para>This chapter will explain you what is &fcron;, why you should need it,
-and how to install it.</para>
+ <para>This chapter will explain you what is &fcron;, why you should need
+it, and how to install it.</para>
&about;
&install;
&changes;
<appendix id="fdl">
-<title>GNU Free Documentation License</title>
+ <title>GNU Free Documentation License</title>
<!-- - GNU Project - Free Software Foundation (FSF) -->
<!-- LINK REV="made" HREF="mailto:webmasters@gnu.org" -->
<!-- sect1>
<title>GNU Free Documentation License</title -->
- <para>Version 1.1, March 2000</para>
-
- <blockquote>
- <para>Copyright (C) 2000 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.</para>
- </blockquote>
-
- <sect1 label="0" id="fdl-preamble">
- <title>PREAMBLE</title>
-
- <para>The purpose of this License is to make a manual, textbook,
- or other written document "free" in the sense of freedom: to
- assure everyone the effective freedom to copy and redistribute it,
- with or without modifying it, either commercially or
- noncommercially. Secondarily, this License preserves for the
- author and publisher a way to get credit for their work, while not
- being considered responsible for modifications made by
- others.</para>
-
- <para>This License is a kind of "copyleft", which means that
- derivative works of the document must themselves be free in the
- same sense. It complements the GNU General Public License, which
- is a copyleft license designed for free software.</para>
-
- <para>We have designed this License in order to use it for manuals
- for free software, because free software needs free documentation:
- a free program should come with manuals providing the same
- freedoms that the software does. But this License is not limited
- to software manuals; it can be used for any textual work,
- regardless of subject matter or whether it is published as a
- printed book. We recommend this License principally for works
- whose purpose is instruction or reference.</para>
- </sect1>
-
- <sect1 label="1" id="fdl-applicability">
- <title>APPLICABILITY AND DEFINITIONS</title>
-
- <para>This License applies to any manual or other work that
- contains a notice placed by the copyright holder saying it can be
- distributed under the terms of this License. The "Document",
- below, refers to any such manual or work. Any member of the
- public is a licensee, and is addressed as "you".</para>
-
- <para>A "Modified Version" of the Document means any work
- containing the Document or a portion of it, either copied
- verbatim, or with modifications and/or translated into another
- language.</para>
-
- <para>A "Secondary Section" is a named appendix or a front-matter
- section of the Document that deals exclusively with the
- relationship of the publishers or authors of the Document to the
- Document's overall subject (or to related matters) and contains
- nothing that could fall directly within that overall subject.
- (For example, if the Document is in part a textbook of
- mathematics, a Secondary Section may not explain any mathematics.)
- The relationship could be a matter of historical connection with
- the subject or with related matters, or of legal, commercial,
- philosophical, ethical or political position regarding
- them.</para>
-
- <para>The "Invariant Sections" are certain Secondary Sections
- whose titles are designated, as being those of Invariant Sections,
- in the notice that says that the Document is released under this
- License.</para>
-
- <para>The "Cover Texts" are certain short passages of text that
- are listed, as Front-Cover Texts or Back-Cover Texts, in the
- notice that says that the Document is released under this
- License.</para>
-
- <para>A "Transparent" copy of the Document means a
- machine-readable copy, represented in a format whose specification
- is available to the general public, whose contents can be viewed
- and edited directly and straightforwardly with generic text
- editors or (for images composed of pixels) generic paint programs
- or (for drawings) some widely available drawing editor, and that
- is suitable for input to text formatters or for automatic
- translation to a variety of formats suitable for input to text
- formatters. A copy made in an otherwise Transparent file format
- whose markup has been designed to thwart or discourage subsequent
- modification by readers is not Transparent. A copy that is not
- "Transparent" is called "Opaque".</para>
-
- <para>Examples of suitable formats for Transparent copies include
- plain ASCII without markup, Texinfo input format, LaTeX input
- format, SGML or XML using a publicly available DTD, and
- standard-conforming simple HTML designed for human modification.
- Opaque formats include PostScript, PDF, proprietary formats that
- can be read and edited only by proprietary word processors, SGML
- or XML for which the DTD and/or processing tools are not generally
- available, and the machine-generated HTML produced by some word
- processors for output purposes only.</para>
-
- <para>The "Title Page" means, for a printed book, the title page
- itself, plus such following pages as are needed to hold, legibly,
- the material this License requires to appear in the title page.
- For works in formats which do not have any title page as such,
- "Title Page" means the text near the most prominent appearance of
- the work's title, preceding the beginning of the body of the
- text.</para>
- </sect1>
-
- <sect1 label="2" id="fdl-verbatim">
- <title>VERBATIM COPYING</title>
-
- <para>You may copy and distribute the Document in any medium,
- either commercially or noncommercially, provided that this
- License, the copyright notices, and the license notice saying this
- License applies to the Document are reproduced in all copies, and
- that you add no other conditions whatsoever to those of this
- License. You may not use technical measures to obstruct or
- control the reading or further copying of the copies you make or
- distribute. However, you may accept compensation in exchange for
- copies. If you distribute a large enough number of copies you
- must also follow the conditions in section 3.</para>
-
- <para>You may also lend copies, under the same conditions stated
- above, and you may publicly display copies.</para>
- </sect1>
-
- <sect1 label="3" id="fdl-copying">
- <title>COPYING IN QUANTITY</title>
-
- <para>If you publish printed copies of the Document numbering more
- than 100, and the Document's license notice requires Cover Texts,
- you must enclose the copies in covers that carry, clearly and
- legibly, all these Cover Texts: Front-Cover Texts on the front
- cover, and Back-Cover Texts on the back cover. Both covers must
- also clearly and legibly identify you as the publisher of these
- copies. The front cover must present the full title with all
- words of the title equally prominent and visible. You may add
- other material on the covers in addition. Copying with changes
- limited to the covers, as long as they preserve the title of the
- Document and satisfy these conditions, can be treated as verbatim
- copying in other respects.</para>
-
- <para>If the required texts for either cover are too voluminous to
- fit legibly, you should put the first ones listed (as many as fit
- reasonably) on the actual cover, and continue the rest onto
- adjacent pages.</para>
-
- <para>If you publish or distribute Opaque copies of the Document
- numbering more than 100, you must either include a
- machine-readable Transparent copy along with each Opaque copy, or
- state in or with each Opaque copy a publicly-accessible
- computer-network location containing a complete Transparent copy
- of the Document, free of added material, which the general
- network-using public has access to download anonymously at no
- charge using public-standard network protocols. If you use the
- latter option, you must take reasonably prudent steps, when you
- begin distribution of Opaque copies in quantity, to ensure that
- this Transparent copy will remain thus accessible at the stated
- location until at least one year after the last time you
- distribute an Opaque copy (directly or through your agents or
- retailers) of that edition to the public.</para>
-
- <para>It is requested, but not required, that you contact the
- authors of the Document well before redistributing any large
- number of copies, to give them a chance to provide you with an
- updated version of the Document.</para>
- </sect1>
-
- <sect1 label="4" id="fdl-modifications">
- <title>MODIFICATIONS</title>
-
- <para>You may copy and distribute a Modified Version of the
- Document under the conditions of sections 2 and 3 above, provided
- that you release the Modified Version under precisely this
- License, with the Modified Version filling the role of the
- Document, thus licensing distribution and modification of the
- Modified Version to whoever possesses a copy of it. In addition,
- you must do these things in the Modified Version:</para>
-
- <orderedlist numeration="upperalpha">
- <listitem><para>Use in the Title Page
- (and on the covers, if any) a title distinct from that of the
- Document, and from those of previous versions (which should, if
- there were any, be listed in the History section of the
- Document). You may use the same title as a previous version if
- the original publisher of that version gives permission.</para>
- </listitem>
-
- <listitem><para>List on the Title Page,
- as authors, one or more persons or entities responsible for
- authorship of the modifications in the Modified Version,
- together with at least five of the principal authors of the
- Document (all of its principal authors, if it has less than
- five).</para>
- </listitem>
-
- <listitem><para>State on the Title page
- the name of the publisher of the Modified Version, as the
- publisher.</para>
- </listitem>
-
- <listitem><para>Preserve all the
- copyright notices of the Document.</para>
- </listitem>
-
- <listitem><para>Add an appropriate
- copyright notice for your modifications adjacent to the other
- copyright notices.</para>
- </listitem>
-
- <listitem><para>Include, immediately
- after the copyright notices, a license notice giving the public
- permission to use the Modified Version under the terms of this
- License, in the form shown in the Addendum below.</para>
- </listitem>
-
- <listitem><para>Preserve in that license
- notice the full lists of Invariant Sections and required Cover
- Texts given in the Document's license notice.</para>
- </listitem>
-
- <listitem><para>Include an unaltered
- copy of this License.</para>
- </listitem>
-
- <listitem><para>Preserve the section
- entitled "History", and its title, and add to it an item stating
- at least the title, year, new authors, and publisher of the
- Modified Version as given on the Title Page. If there is no
- section entitled "History" in the Document, create one stating
- the title, year, authors, and publisher of the Document as given
- on its Title Page, then add an item describing the Modified
- Version as stated in the previous sentence.</para>
- </listitem>
-
- <listitem><para>Preserve the network
- location, if any, given in the Document for public access to a
- Transparent copy of the Document, and likewise the network
- locations given in the Document for previous versions it was
- based on. These may be placed in the "History" section. You
- may omit a network location for a work that was published at
- least four years before the Document itself, or if the original
- publisher of the version it refers to gives permission.</para>
- </listitem>
-
- <listitem><para>In any section entitled
- "Acknowledgements" or "Dedications", preserve the section's
- title, and preserve in the section all the substance and tone of
- each of the contributor acknowledgements and/or dedications
- given therein.</para>
- </listitem>
-
- <listitem><para>Preserve all the
- Invariant Sections of the Document, unaltered in their text and
- in their titles. Section numbers or the equivalent are not
- considered part of the section titles.</para>
- </listitem>
-
- <listitem><para>Delete any section
- entitled "Endorsements". Such a section may not be included in
- the Modified Version.</para>
- </listitem>
-
- <listitem><para>Do not retitle any
- existing section as "Endorsements" or to conflict in title with
- any Invariant Section.</para>
- </listitem>
- </orderedlist>
+ <para>Version 1.1, March 2000</para>
+
+ <blockquote>
+ <para>Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple
+Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and
+distribute verbatim copies of this license document, but changing it is not
+allowed.</para>
+ </blockquote>
+
+ <sect1 label="0" id="fdl-preamble">
+ <title>PREAMBLE</title>
+
+ <para>The purpose of this License is to make a manual, textbook, or
+other written document "free" in the sense of freedom: to assure everyone the
+effective freedom to copy and redistribute it, with or without modifying it,
+either commercially or noncommercially. Secondarily, this License preserves for
+the author and publisher a way to get credit for their work, while not being
+considered responsible for modifications made by others.</para>
+
+ <para>This License is a kind of "copyleft", which means that
+derivative works of the document must themselves be free in the same sense. It
+complements the GNU General Public License, which is a copyleft license designed
+for free software.</para>
+
+ <para>We have designed this License in order to use it for manuals
+for free software, because free software needs free documentation: a free
+program should come with manuals providing the same freedoms that the software
+does. But this License is not limited to software manuals; it can be used for
+any textual work, regardless of subject matter or whether it is published as a
+printed book. We recommend this License principally for works whose purpose is
+instruction or reference.</para>
+ </sect1>
+
+ <sect1 label="1" id="fdl-applicability">
+ <title>APPLICABILITY AND DEFINITIONS</title>
+
+ <para>This License applies to any manual or other work that contains
+a notice placed by the copyright holder saying it can be distributed under the
+terms of this License. The "Document", below, refers to any such manual or
+work. Any member of the public is a licensee, and is addressed as "you".</para>
+
+ <para>A "Modified Version" of the Document means any work containing
+the Document or a portion of it, either copied verbatim, or with modifications
+and/or translated into another language.</para>
+
+ <para>A "Secondary Section" is a named appendix or a front-matter
+section of the Document that deals exclusively with the relationship of the
+publishers or authors of the Document to the Document's overall subject (or to
+related matters) and contains nothing that could fall directly within that
+overall subject. (For example, if the Document is in part a textbook of
+mathematics, a Secondary Section may not explain any mathematics.) The
+relationship could be a matter of historical connection with the subject or with
+related matters, or of legal, commercial, philosophical, ethical or political
+position regarding them.</para>
+
+ <para>The "Invariant Sections" are certain Secondary Sections whose
+titles are designated, as being those of Invariant Sections, in the notice that
+says that the Document is released under this License.</para>
+
+ <para>The "Cover Texts" are certain short passages of text that are
+listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that
+the Document is released under this License.</para>
+
+ <para>A "Transparent" copy of the Document means a machine-readable
+copy, represented in a format whose specification is available to the general
+public, whose contents can be viewed and edited directly and straightforwardly
+with generic text editors or (for images composed of pixels) generic paint
+programs or (for drawings) some widely available drawing editor, and that is
+suitable for input to text formatters or for automatic translation to a variety
+of formats suitable for input to text formatters. A copy made in an otherwise
+Transparent file format whose markup has been designed to thwart or discourage
+subsequent modification by readers is not Transparent. A copy that is not
+"Transparent" is called "Opaque".</para>
+
+ <para>Examples of suitable formats for Transparent copies include
+plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or
+XML using a publicly available DTD, and standard-conforming simple HTML designed
+for human modification. Opaque formats include PostScript, PDF, proprietary
+formats that can be read and edited only by proprietary word processors, SGML or
+XML for which the DTD and/or processing tools are not generally available, and
+the machine-generated HTML produced by some word processors for output purposes
+only.</para>
+
+ <para>The "Title Page" means, for a printed book, the title page
+itself, plus such following pages as are needed to hold, legibly, the material
+this License requires to appear in the title page. For works in formats which do
+not have any title page as such, "Title Page" means the text near the most
+prominent appearance of the work's title, preceding the beginning of the body of
+the text.</para>
+ </sect1>
+
+ <sect1 label="2" id="fdl-verbatim">
+ <title>VERBATIM COPYING</title>
+
+ <para>You may copy and distribute the Document in any medium, either
+commercially or noncommercially, provided that this License, the copyright
+notices, and the license notice saying this License applies to the Document are
+reproduced in all copies, and that you add no other conditions whatsoever to
+those of this License. You may not use technical measures to obstruct or
+control the reading or further copying of the copies you make or distribute.
+However, you may accept compensation in exchange for copies. If you distribute
+a large enough number of copies you must also follow the conditions in section
+3.</para>
+
+ <para>You may also lend copies, under the same conditions stated
+above, and you may publicly display copies.</para>
+ </sect1>
+
+ <sect1 label="3" id="fdl-copying">
+ <title>COPYING IN QUANTITY</title>
+
+ <para>If you publish printed copies of the Document numbering more
+than 100, and the Document's license notice requires Cover Texts, you must
+enclose the copies in covers that carry, clearly and legibly, all these Cover
+Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back
+cover. Both covers must also clearly and legibly identify you as the publisher
+of these copies. The front cover must present the full title with all words of
+the title equally prominent and visible. You may add other material on the
+covers in addition. Copying with changes limited to the covers, as long as they
+preserve the title of the Document and satisfy these conditions, can be treated
+as verbatim copying in other respects.</para>
+
+ <para>If the required texts for either cover are too voluminous to
+fit legibly, you should put the first ones listed (as many as fit reasonably) on
+the actual cover, and continue the rest onto adjacent pages.</para>
+
+ <para>If you publish or distribute Opaque copies of the Document
+numbering more than 100, you must either include a machine-readable Transparent
+copy along with each Opaque copy, or state in or with each Opaque copy a
+publicly-accessible computer-network location containing a complete Transparent
+copy of the Document, free of added material, which the general network-using
+public has access to download anonymously at no charge using public-standard
+network protocols. If you use the latter option, you must take reasonably
+prudent steps, when you begin distribution of Opaque copies in quantity, to
+ensure that this Transparent copy will remain thus accessible at the stated
+location until at least one year after the last time you distribute an Opaque
+copy (directly or through your agents or retailers) of that edition to the
+public.</para>
+
+ <para>It is requested, but not required, that you contact the
+authors of the Document well before redistributing any large number of copies,
+to give them a chance to provide you with an updated version of the
+Document.</para>
+ </sect1>
+
+ <sect1 label="4" id="fdl-modifications">
+ <title>MODIFICATIONS</title>
+
+ <para>You may copy and distribute a Modified Version of the Document
+under the conditions of sections 2 and 3 above, provided that you release the
+Modified Version under precisely this License, with the Modified Version filling
+the role of the Document, thus licensing distribution and modification of the
+Modified Version to whoever possesses a copy of it. In addition, you must do
+these things in the Modified Version:</para>
+
+ <orderedlist numeration="upperalpha">
+ <listitem><para>Use in the Title Page (and on the covers, if
+any) a title distinct from that of the Document, and from those of previous
+versions (which should, if there were any, be listed in the History section of
+the Document). You may use the same title as a previous version if the original
+publisher of that version gives permission.</para>
+ </listitem>
+
+ <listitem><para>List on the Title Page, as authors, one or more
+persons or entities responsible for authorship of the modifications in the
+Modified Version, together with at least five of the principal authors of the
+Document (all of its principal authors, if it has less than five).</para>
+ </listitem>
+
+ <listitem><para>State on the Title page the name of the
+publisher of the Modified Version, as the publisher.</para>
+ </listitem>
+
+ <listitem><para>Preserve all the copyright notices of the
+Document.</para>
+ </listitem>
+
+ <listitem><para>Add an appropriate copyright notice for your
+modifications adjacent to the other copyright notices.</para>
+ </listitem>
+
+ <listitem><para>Include, immediately after the copyright
+notices, a license notice giving the public permission to use the Modified
+Version under the terms of this License, in the form shown in the Addendum
+below.</para>
+ </listitem>
+
+ <listitem><para>Preserve in that license notice the full lists
+of Invariant Sections and required Cover Texts given in the Document's license
+notice.</para>
+ </listitem>
+
+ <listitem><para>Include an unaltered copy of this
+License.</para>
+ </listitem>
+
+ <listitem><para>Preserve the section entitled "History", and its
+title, and add to it an item stating at least the title, year, new authors, and
+publisher of the Modified Version as given on the Title Page. If there is no
+section entitled "History" in the Document, create one stating the title, year,
+authors, and publisher of the Document as given on its Title Page, then add an
+item describing the Modified Version as stated in the previous sentence.</para>
+ </listitem>
+
+ <listitem><para>Preserve the network location, if any, given in
+the Document for public access to a Transparent copy of the Document, and
+likewise the network locations given in the Document for previous versions it
+was based on. These may be placed in the "History" section. You may omit a
+network location for a work that was published at least four years before the
+Document itself, or if the original publisher of the version it refers to gives
+permission.</para>
+ </listitem>
+
+ <listitem><para>In any section entitled "Acknowledgements" or
+"Dedications", preserve the section's title, and preserve in the section all the
+substance and tone of each of the contributor acknowledgements and/or
+dedications given therein.</para>
+ </listitem>
+
+ <listitem><para>Preserve all the Invariant Sections of the
+Document, unaltered in their text and in their titles. Section numbers or the
+equivalent are not considered part of the section titles.</para>
+ </listitem>
+
+ <listitem><para>Delete any section entitled "Endorsements".
+Such a section may not be included in the Modified Version.</para>
+ </listitem>
+
+ <listitem><para>Do not retitle any existing section as
+"Endorsements" or to conflict in title with any Invariant Section.</para>
+ </listitem>
+ </orderedlist>
- <para>If the Modified Version includes new front-matter sections
- or appendices that qualify as Secondary Sections and contain no
- material copied from the Document, you may at your option
- designate some or all of these sections as invariant. To do this,
- add their titles to the list of Invariant Sections in the Modified
- Version's license notice. These titles must be distinct from any
- other section titles.</para>
-
- <para>You may add a section entitled "Endorsements", provided it
- contains nothing but endorsements of your Modified Version by
- various parties--for example, statements of peer review or that
- the text has been approved by an organization as the authoritative
- definition of a standard.</para>
-
- <para>You may add a passage of up to five words as a Front-Cover
- Text, and a passage of up to 25 words as a Back-Cover Text, to the
- end of the list of Cover Texts in the Modified Version. Only one
- passage of Front-Cover Text and one of Back-Cover Text may be
- added by (or through arrangements made by) any one entity. If the
- Document already includes a cover text for the same cover,
- previously added by you or by arrangement made by the same entity
- you are acting on behalf of, you may not add another; but you may
- replace the old one, on explicit permission from the previous
- publisher that added the old one.</para>
-
- <para>The author(s) and publisher(s) of the Document do not by
- this License give permission to use their names for publicity for
- or to assert or imply endorsement of any Modified Version.</para>
- </sect1>
-
- <sect1 label="5" id="fdl-combining">
- <title>COMBINING DOCUMENTS</title>
-
- <para>You may combine the Document with other documents released
- under this License, under the terms defined in section 4 above for
- modified versions, provided that you include in the combination
- all of the Invariant Sections of all of the original documents,
- unmodified, and list them all as Invariant Sections of your
- combined work in its license notice.</para>
-
- <para>The combined work need only contain one copy of this
- License, and multiple identical Invariant Sections may be replaced
- with a single copy. If there are multiple Invariant Sections with
- the same name but different contents, make the title of each such
- section unique by adding at the end of it, in parentheses, the
- name of the original author or publisher of that section if known,
- or else a unique number. Make the same adjustment to the section
- titles in the list of Invariant Sections in the license notice of
- the combined work.</para>
-
- <para>In the combination, you must combine any sections entitled
- "History" in the various original documents, forming one section
- entitled "History"; likewise combine any sections entitled
- "Acknowledgements", and any sections entitled "Dedications". You
- must delete all sections entitled "Endorsements."</para>
- </sect1>
-
- <sect1 label="6" id="fdl-collections">
- <title>COLLECTIONS OF DOCUMENTS</title>
-
- <para>You may make a collection consisting of the Document and
- other documents released under this License, and replace the
- individual copies of this License in the various documents with a
- single copy that is included in the collection, provided that you
- follow the rules of this License for verbatim copying of each of
- the documents in all other respects.</para>
-
- <para>You may extract a single document from such a collection,
- and distribute it individually under this License, provided you
- insert a copy of this License into the extracted document, and
- follow this License in all other respects regarding verbatim
- copying of that document.</para>
- </sect1>
-
- <sect1 label="7" id="fdl-aggregation">
- <title>AGGREGATION WITH INDEPENDENT WORKS</title>
+ <para>If the Modified Version includes new front-matter sections or
+appendices that qualify as Secondary Sections and contain no material copied
+from the Document, you may at your option designate some or all of these
+sections as invariant. To do this, add their titles to the list of Invariant
+Sections in the Modified Version's license notice. These titles must be
+distinct from any other section titles.</para>
+
+ <para>You may add a section entitled "Endorsements", provided it
+contains nothing but endorsements of your Modified Version by various
+parties--for example, statements of peer review or that the text has been
+approved by an organization as the authoritative definition of a
+standard.</para>
+
+ <para>You may add a passage of up to five words as a Front-Cover
+Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the
+list of Cover Texts in the Modified Version. Only one passage of Front-Cover
+Text and one of Back-Cover Text may be added by (or through arrangements made
+by) any one entity. If the Document already includes a cover text for the same
+cover, previously added by you or by arrangement made by the same entity you are
+acting on behalf of, you may not add another; but you may replace the old one,
+on explicit permission from the previous publisher that added the old
+one.</para>
+
+ <para>The author(s) and publisher(s) of the Document do not by this
+License give permission to use their names for publicity for or to assert or
+imply endorsement of any Modified Version.</para>
+ </sect1>
+
+ <sect1 label="5" id="fdl-combining">
+ <title>COMBINING DOCUMENTS</title>
+
+ <para>You may combine the Document with other documents released
+under this License, under the terms defined in section 4 above for modified
+versions, provided that you include in the combination all of the Invariant
+Sections of all of the original documents, unmodified, and list them all as
+Invariant Sections of your combined work in its license notice.</para>
+
+ <para>The combined work need only contain one copy of this License,
+and multiple identical Invariant Sections may be replaced with a single copy.
+If there are multiple Invariant Sections with the same name but different
+contents, make the title of each such section unique by adding at the end of it,
+in parentheses, the name of the original author or publisher of that section if
+known, or else a unique number. Make the same adjustment to the section titles
+in the list of Invariant Sections in the license notice of the combined
+work.</para>
+
+ <para>In the combination, you must combine any sections entitled
+"History" in the various original documents, forming one section entitled
+"History"; likewise combine any sections entitled "Acknowledgements", and any
+sections entitled "Dedications". You must delete all sections entitled
+"Endorsements."</para>
+ </sect1>
+
+ <sect1 label="6" id="fdl-collections">
+ <title>COLLECTIONS OF DOCUMENTS</title>
+
+ <para>You may make a collection consisting of the Document and other
+documents released under this License, and replace the individual copies of this
+License in the various documents with a single copy that is included in the
+collection, provided that you follow the rules of this License for verbatim
+copying of each of the documents in all other respects.</para>
+
+ <para>You may extract a single document from such a collection, and
+distribute it individually under this License, provided you insert a copy of
+this License into the extracted document, and follow this License in all other
+respects regarding verbatim copying of that document.</para>
+ </sect1>
+
+ <sect1 label="7" id="fdl-aggregation">
+ <title>AGGREGATION WITH INDEPENDENT WORKS</title>
- <para>A compilation of the Document or its derivatives with other
- separate and independent documents or works, in or on a volume of
- a storage or distribution medium, does not as a whole count as a
- Modified Version of the Document, provided no compilation
- copyright is claimed for the compilation. Such a compilation is
- called an "aggregate", and this License does not apply to the
- other self-contained works thus compiled with the Document, on
- account of their being thus compiled, if they are not themselves
- derivative works of the Document.</para>
-
- <para>If the Cover Text requirement of section 3 is applicable to
- these copies of the Document, then if the Document is less than
- one quarter of the entire aggregate, the Document's Cover Texts
- may be placed on covers that surround only the Document within the
- aggregate. Otherwise they must appear on covers around the whole
- aggregate.</para>
- </sect1>
-
- <sect1 label="8" id="fdl-translation">
- <title>TRANSLATION</title>
-
- <para>Translation is considered a kind of modification, so you may
- distribute translations of the Document under the terms of section
- 4. Replacing Invariant Sections with translations requires
- special permission from their copyright holders, but you may
- include translations of some or all Invariant Sections in addition
- to the original versions of these Invariant Sections. You may
- include a translation of this License provided that you also
- include the original English version of this License. In case of
- a disagreement between the translation and the original English
- version of this License, the original English version will
- prevail.</para>
- </sect1>
-
- <sect1 label="9" id="fdl-termination">
- <title>TERMINATION</title>
+ <para>A compilation of the Document or its derivatives with other
+separate and independent documents or works, in or on a volume of a storage or
+distribution medium, does not as a whole count as a Modified Version of the
+Document, provided no compilation copyright is claimed for the compilation.
+Such a compilation is called an "aggregate", and this License does not apply to
+the other self-contained works thus compiled with the Document, on account of
+their being thus compiled, if they are not themselves derivative works of the
+Document.</para>
+
+ <para>If the Cover Text requirement of section 3 is applicable to
+these copies of the Document, then if the Document is less than one quarter of
+the entire aggregate, the Document's Cover Texts may be placed on covers that
+surround only the Document within the aggregate. Otherwise they must appear on
+covers around the whole aggregate.</para>
+ </sect1>
+
+ <sect1 label="8" id="fdl-translation">
+ <title>TRANSLATION</title>
+
+ <para>Translation is considered a kind of modification, so you may
+distribute translations of the Document under the terms of section 4. Replacing
+Invariant Sections with translations requires special permission from their
+copyright holders, but you may include translations of some or all Invariant
+Sections in addition to the original versions of these Invariant Sections. You
+may include a translation of this License provided that you also include the
+original English version of this License. In case of a disagreement between the
+translation and the original English version of this License, the original
+English version will prevail.</para>
+ </sect1>
+
+ <sect1 label="9" id="fdl-termination">
+ <title>TERMINATION</title>
- <para>You may not copy, modify, sublicense, or distribute the
- Document except as expressly provided for under this License. Any
- other attempt to copy, modify, sublicense or distribute the
- Document is void, and will automatically terminate your rights
- under this License. However, parties who have received copies, or
- rights, from you under this License will not have their licenses
- terminated so long as such parties remain in full
- compliance.</para>
- </sect1>
-
- <sect1 label="10" id="fdl-future">
- <title>FUTURE REVISIONS OF THIS LICENSE</title>
-
- <para>The Free Software Foundation may publish new, revised
- versions of the GNU Free Documentation License from time to time.
- Such new versions will be similar in spirit to the present
- version, but may differ in detail to address new problems or
- concerns. See <ulink
- url="http://www.gnu.org/copyleft/">http://www.gnu.org/copyleft/</ulink>.</para>
-
- <para>Each version of the License is given a distinguishing
- version number. If the Document specifies that a particular
- numbered version of this License "or any later version" applies to
- it, you have the option of following the terms and conditions
- either of that specified version or of any later version that has
- been published (not as a draft) by the Free Software Foundation.
- If the Document does not specify a version number of this License,
- you may choose any version ever published (not as a draft) by the
- Free Software Foundation.</para>
- </sect1>
-
- <sect1 label="" id="fdl-howto">
- <title>How to use this License for your documents</title>
-
- <para>To use this License in a document you have written, include
- a copy of the License in the document and put the following
- copyright and license notices just after the title page:</para>
-
-<blockquote><para>
- Copyright (c) YEAR YOUR NAME.
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.1
- or any later version published by the Free Software Foundation;
- with the Invariant Sections being LIST THEIR TITLES, with the
- Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
- A copy of the license is included in the section entitled "GNU
- Free Documentation License".
+ <para>You may not copy, modify, sublicense, or distribute the
+Document except as expressly provided for under this License. Any other attempt
+to copy, modify, sublicense or distribute the Document is void, and will
+automatically terminate your rights under this License. However, parties who
+have received copies, or rights, from you under this License will not have their
+licenses terminated so long as such parties remain in full compliance.</para>
+ </sect1>
+
+ <sect1 label="10" id="fdl-future">
+ <title>FUTURE REVISIONS OF THIS LICENSE</title>
+
+ <para>The Free Software Foundation may publish new, revised versions
+of the GNU Free Documentation License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to address
+new problems or concerns. See <ulink
+url="http://www.gnu.org/copyleft/">http://www.gnu.org/copyleft/</ulink>.</para>
+
+ <para>Each version of the License is given a distinguishing version
+number. If the Document specifies that a particular numbered version of this
+License "or any later version" applies to it, you have the option of following
+the terms and conditions either of that specified version or of any later
+version that has been published (not as a draft) by the Free Software
+Foundation. If the Document does not specify a version number of this License,
+you may choose any version ever published (not as a draft) by the Free Software
+Foundation.</para>
+ </sect1>
+
+ <sect1 label="" id="fdl-howto">
+ <title>How to use this License for your documents</title>
+
+ <para>To use this License in a document you have written, include a
+copy of the License in the document and put the following copyright and license
+notices just after the title page:</para>
+
+ <blockquote><para>
+ Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute
+and/or modify this document under the terms of the GNU Free Documentation
+License, Version 1.1 or any later version published by the Free Software
+Foundation; with the Invariant Sections being LIST THEIR TITLES, with the
+Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy
+of the license is included in the section entitled "GNU Free Documentation
+License".
</para></blockquote>
- <para>If you have no Invariant Sections, write "with no Invariant
- Sections" instead of saying which ones are invariant. If you have
- no Front-Cover Texts, write "no Front-Cover Texts" instead of
- "Front-Cover Texts being LIST"; likewise for Back-Cover
- Texts.</para>
-
- <para>If your document contains nontrivial examples of program
- code, we recommend releasing these examples in parallel under your
- choice of free software license, such as the GNU General Public
- License, to permit their use in free software.</para>
- </sect1>
+ <para>If you have no Invariant Sections, write "with no Invariant
+Sections" instead of saying which ones are invariant. If you have no
+Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts
+being LIST"; likewise for Back-Cover Texts.</para>
+
+ <para>If your document contains nontrivial examples of program code,
+we recommend releasing these examples in parallel under your choice of free
+software license, such as the GNU General Public License, to permit their use in
+free software.</para>
+ </sect1>
</appendix>
<appendix id="gpl">
-<title>GNU GENERAL PUBLIC LICENSE</title>
+ <title>GNU GENERAL PUBLIC LICENSE</title>
- <para>Version 2, June 1991</para>
+ <para>Version 2, June 1991</para>
- <blockquote>
- <para>Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ <blockquote>
+ <para>Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59
+Temple Place - Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to
+copy and distribute verbatim copies of this license document, but changing it is
+not allowed.</para>
+ </blockquote>
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.</para>
- </blockquote>
+ <sect1 label="0" id="gpl-preamble">
+ <title>PREAMBLE</title>
- <sect1 label="0" id="gpl-preamble">
- <title>PREAMBLE</title>
+ <para>The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public License is
+intended to guarantee your freedom to share and change free software--to make
+sure the software is free for all its users. This General Public License applies
+to most of the Free Software Foundation's software and to any other program
+whose authors commit to using it. (Some other Free Software Foundation software
+is covered by the GNU Library General Public License instead.) You can apply it
+to your programs, too.</para>
+ <para>
+When we speak of free software, we are referring to freedom, not price. Our
+General Public Licenses are designed to make sure that you have the freedom to
+distribute copies of free software (and charge for this service if you wish),
+that you receive source code or can get it if you want it, that you can change
+the software or use pieces of it in new free programs; and that you know you can
+do these things.</para>
+ <para>
+To protect your rights, we need to make restrictions that forbid anyone to deny
+you these rights or to ask you to surrender the rights. These restrictions
+translate to certain responsibilities for you if you distribute copies of the
+software, or if you modify it.</para>
+ <para>
+For example, if you distribute copies of such a program, whether gratis or for a
+fee, you must give the recipients all the rights that you have. You must make
+sure that they, too, receive or can get the source code. And you must show them
+these terms so they know their rights.</para>
+ <para>
+We protect your rights with two steps: (1) copyright the software, and (2) offer
+you this license which gives you legal permission to copy, distribute and/or
+modify the software.</para>
+ <para>
+Also, for each author's protection and ours, we want to make certain that
+everyone understands that there is no warranty for this free software. If the
+software is modified by someone else and passed on, we want its recipients to
+know that what they have is not the original, so that any problems introduced by
+others will not reflect on the original authors' reputations.</para>
+ <para>
+Finally, any free program is threatened constantly by software patents. We wish
+to avoid the danger that redistributors of a free program will individually
+obtain patent licenses, in effect making the program proprietary. To prevent
+this, we have made it clear that any patent must be licensed for everyone's free
+use or not licensed at all.</para>
+ <para>
+The precise terms and conditions for copying, distribution and modification
+follow.</para>
- <para>The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.</para>
- <para>
-When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.</para>
- <para>
-To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.</para>
- <para>
-For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.</para>
- <para>
-We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.</para>
- <para>
-Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.</para>
- <para>
-Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.</para>
- <para>
-The precise terms and conditions for copying, distribution and modification follow.</para>
-
- </sect1>
+ </sect1>
- <sect1 label="1" id="gpl-terms">
- <title>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</title>
+ <sect1 label="1" id="gpl-terms">
+ <title>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
+MODIFICATION</title>
- <para>0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".</para>
- <para>
-Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.</para>
- <para>
-1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.</para>
- <para>
-You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.</para>
- <para>
-2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:</para>
- <para>
- * a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.</para>
- <para>
- * b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.</para>
- <para>
- * c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)</para>
- <para>
-These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.</para>
- <para>
-Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.</para>
- <para>
-In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.</para>
- <para>
-3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:</para>
- <para>
- * a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,</para>
- <para>
- * b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,</para>
- <para>
- * c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)</para>
- <para>
-The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.</para>
- <para>
-If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.</para>
- <para>
-4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.</para>
- <para>
-5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.</para>
- <para>
-6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.</para>
- <para>
-7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.</para>
- <para>
-If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.</para>
- <para>
-It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.</para>
- <para>
-This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.</para>
- <para>
-8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.</para>
- <para>
-9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.</para>
- <para>
-Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.</para>
- <para>
-10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.</para>
+ <para>0. This License applies to any program or other work which
+contains a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below, refers to
+any such program or work, and a "work based on the Program" means either the
+Program or any derivative work under copyright law: that is to say, a work
+containing the Program or a portion of it, either verbatim or with modifications
+and/or translated into another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each licensee is addressed as
+"you".</para>
+ <para>
+Activities other than copying, distribution and modification are not covered by
+this License; they are outside its scope. The act of running the Program is not
+restricted, and the output from the Program is covered only if its contents
+constitute a work based on the Program (independent of having been made by
+running the Program). Whether that is true depends on what the Program
+does.</para>
+ <para>
+1. You may copy and distribute verbatim copies of the Program's source code as
+you receive it, in any medium, provided that you conspicuously and appropriately
+publish on each copy an appropriate copyright notice and disclaimer of warranty;
+keep intact all the notices that refer to this License and to the absence of any
+warranty; and give any other recipients of the Program a copy of this License
+along with the Program.</para>
+ <para>
+You may charge a fee for the physical act of transferring a copy, and you may at
+your option offer warranty protection in exchange for a fee.</para>
+ <para>
+2. You may modify your copy or copies of the Program or any portion of it, thus
+forming a work based on the Program, and copy and distribute such modifications
+or work under the terms of Section 1 above, provided that you also meet all of
+these conditions:</para>
+ <para>
+ * a) You must cause the modified files to carry prominent notices stating
+that you changed the files and the date of any change.</para>
+ <para>
+ * b) You must cause any work that you distribute or publish, that in whole
+or in part contains or is derived from the Program or any part thereof, to be
+licensed as a whole at no charge to all third parties under the terms of this
+License.</para>
+ <para>
+ * c) If the modified program normally reads commands interactively when run,
+you must cause it, when started running for such interactive use in the most
+ordinary way, to print or display an announcement including an appropriate
+copyright notice and a notice that there is no warranty (or else, saying that
+you provide a warranty) and that users may redistribute the program under these
+conditions, and telling the user how to view a copy of this License. (Exception:
+if the Program itself is interactive but does not normally print such an
+announcement, your work based on the Program is not required to print an
+announcement.)</para>
+ <para>
+These requirements apply to the modified work as a whole. If identifiable
+sections of that work are not derived from the Program, and can be reasonably
+considered independent and separate works in themselves, then this License, and
+its terms, do not apply to those sections when you distribute them as separate
+works. But when you distribute the same sections as part of a whole which is a
+work based on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the entire whole,
+and thus to each and every part regardless of who wrote it.</para>
+ <para>
+Thus, it is not the intent of this section to claim rights or contest your
+rights to work written entirely by you; rather, the intent is to exercise the
+right to control the distribution of derivative or collective works based on the
+Program.</para>
+ <para>
+In addition, mere aggregation of another work not based on the Program with the
+Program (or with a work based on the Program) on a volume of a storage or
+distribution medium does not bring the other work under the scope of this
+License.</para>
+ <para>
+3. You may copy and distribute the Program (or a work based on it, under Section
+2) in object code or executable form under the terms of Sections 1 and 2 above
+provided that you also do one of the following:</para>
+ <para>
+ * a) Accompany it with the complete corresponding machine-readable source
+code, which must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange; or,</para>
+ <para>
+ * b) Accompany it with a written offer, valid for at least three years, to
+give any third party, for a charge no more than your cost of physically
+performing source distribution, a complete machine-readable copy of the
+corresponding source code, to be distributed under the terms of Sections 1 and 2
+above on a medium customarily used for software interchange; or,</para>
+ <para>
+ * c) Accompany it with the information you received as to the offer to
+distribute corresponding source code. (This alternative is allowed only for
+noncommercial distribution and only if you received the program in object code
+or executable form with such an offer, in accord with Subsection b
+above.)</para>
+ <para>
+The source code for a work means the preferred form of the work for making
+modifications to it. For an executable work, complete source code means all the
+source code for all modules it contains, plus any associated interface
+definition files, plus the scripts used to control compilation and installation
+of the executable. However, as a special exception, the source code distributed
+need not include anything that is normally distributed (in either source or
+binary form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component itself
+accompanies the executable.</para>
+ <para>
+If distribution of executable or object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the source code
+from the same place counts as distribution of the source code, even though third
+parties are not compelled to copy the source along with the object code.</para>
+ <para>
+4. You may not copy, modify, sublicense, or distribute the Program except as
+expressly provided under this License. Any attempt otherwise to copy, modify,
+sublicense or distribute the Program is void, and will automatically terminate
+your rights under this License. However, parties who have received copies, or
+rights, from you under this License will not have their licenses terminated so
+long as such parties remain in full compliance.</para>
+ <para>
+5. You are not required to accept this License, since you have not signed it.
+However, nothing else grants you permission to modify or distribute the Program
+or its derivative works. These actions are prohibited by law if you do not
+accept this License. Therefore, by modifying or distributing the Program (or any
+work based on the Program), you indicate your acceptance of this License to do
+so, and all its terms and conditions for copying, distributing or modifying the
+Program or works based on it.</para>
+ <para>
+6. Each time you redistribute the Program (or any work based on the Program),
+the recipient automatically receives a license from the original licensor to
+copy, distribute or modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the recipients' exercise of the
+rights granted herein. You are not responsible for enforcing compliance by third
+parties to this License.</para>
+ <para>
+7. If, as a consequence of a court judgment or allegation of patent infringement
+or for any other reason (not limited to patent issues), conditions are imposed
+on you (whether by court order, agreement or otherwise) that contradict the
+conditions of this License, they do not excuse you from the conditions of this
+License. If you cannot distribute so as to satisfy simultaneously your
+obligations under this License and any other pertinent obligations, then as a
+consequence you may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by all those
+who receive copies directly or indirectly through you, then the only way you
+could satisfy both it and this License would be to refrain entirely from
+distribution of the Program.</para>
+ <para>
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply and the
+section as a whole is intended to apply in other circumstances.</para>
+ <para>
+It is not the purpose of this section to induce you to infringe any patents or
+other property right claims or to contest validity of any such claims; this
+section has the sole purpose of protecting the integrity of the free software
+distribution system, which is implemented by public license practices. Many
+people have made generous contributions to the wide range of software
+distributed through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing to
+distribute software through any other system and a licensee cannot impose that
+choice.</para>
+ <para>
+This section is intended to make thoroughly clear what is believed to be a
+consequence of the rest of this License.</para>
+ <para>
+8. If the distribution and/or use of the Program is restricted in certain
+countries either by patents or by copyrighted interfaces, the original copyright
+holder who places the Program under this License may add an explicit
+geographical distribution limitation excluding those countries, so that
+distribution is permitted only in or among countries not thus excluded. In such
+case, this License incorporates the limitation as if written in the body of this
+License.</para>
+ <para>
+9. The Free Software Foundation may publish revised and/or new versions of the
+General Public License from time to time. Such new versions will be similar in
+spirit to the present version, but may differ in detail to address new problems
+or concerns.</para>
+ <para>
+Each version is given a distinguishing version number. If the Program specifies
+a version number of this License which applies to it and "any later version",
+you have the option of following the terms and conditions either of that version
+or of any later version published by the Free Software Foundation. If the
+Program does not specify a version number of this License, you may choose any
+version ever published by the Free Software Foundation.</para>
+ <para>
+10. If you wish to incorporate parts of the Program into other free programs
+whose distribution conditions are different, write to the author to ask for
+permission. For software which is copyrighted by the Free Software Foundation,
+write to the Free Software Foundation; we sometimes make exceptions for this.
+Our decision will be guided by the two goals of preserving the free status of
+all derivatives of our free software and of promoting the sharing and reuse of
+software generally.</para>
<para>
NO WARRANTY</para>
<para>
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</para>
- <para>
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
+PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED
+IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS
+IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
+NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</para>
+ <para>
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
+ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
+PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY
+TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
+THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
+PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
<para>END OF TERMS AND CONDITIONS</para>
</sect1>
- <sect1 label="" id="gpl-howto">
- <title>How to use this License for your documents</title>
-
- <para> If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.</para>
- <para>To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.</para>
-
-<blockquote><para>
-<replaceable>one line to give the program's name and an idea of what it does.</replaceable>
-Copyright (C) <replaceable>yyyy</replaceable> name of author
+ <sect1 label="" id="gpl-howto">
+ <title>How to use this License for your documents</title>
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
+ <para> If you develop a new program, and you want it to be of the
+greatest possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these
+terms.</para>
+ <para>To do so, attach the following notices to the program. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.</para>
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ <blockquote><para>
+<replaceable>one line to give the program's name and an idea of what it
+does.</replaceable> Copyright (C) <replaceable>yyyy</replaceable> name of author
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation; either version 2 of the License, or (at your option) any later
+version. This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+details. You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc., 59
+Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</para></blockquote>
- <para>Also add information on how to contact you by electronic and paper mail.</para>
+ <para>Also add information on how to contact you by electronic and
+paper mail.</para>
- <para>If the program is interactive, make it output a short notice like this when it starts in an interactive mode:</para>
+ <para>If the program is interactive, make it output a short notice
+like this when it starts in an interactive mode:</para>
<screen>Gnomovision version 69, Copyright (C) year name of author
-Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
-type `show w'. This is free software, and you are welcome
-to redistribute it under certain conditions; type `show c'
-for details.
+Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This
+is free software, and you are welcome to redistribute it under certain
+conditions; type `show c' for details.
</screen>
- <para>The hypothetical commands `<command>show w</command>' and `<command>show c</command>' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `<command>show w</command>' and `<command>show c</command>'; they could even be mouse-clicks or menu items--whatever suits your program.</para>
- <para>You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:</para>
+ <para>The hypothetical commands `<command>show w</command>' and
+`<command>show c</command>' should show the appropriate parts of the General
+Public License. Of course, the commands you use may be called something other
+than `<command>show w</command>' and `<command>show c</command>'; they could
+even be mouse-clicks or menu items--whatever suits your program.</para>
+ <para>You should also get your employer (if you work as a
+programmer) or your school, if any, to sign a "copyright disclaimer" for the
+program, if necessary. Here is a sample; alter the names:</para>
<blockquote>
- <para>Yoyodyne, Inc., hereby disclaims all copyright
-interest in the program `Gnomovision'
-(which makes passes at compilers) written
-by James Hacker.</para>
- <para><replaceable>signature of Ty Coon</replaceable>, 1 April 1989
-Ty Coon, President of Vice</para>
+ <para>Yoyodyne, Inc., hereby disclaims all copyright interest in
+the program `Gnomovision' (which makes passes at compilers) written by James
+Hacker.</para>
+ <para><replaceable>signature of Ty Coon</replaceable>, 1 April
+1989 Ty Coon, President of Vice</para>
</blockquote>
- <para>This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License.</para>
+ <para>This General Public License does not permit incorporating your
+program into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General Public
+License instead of this License.</para>
- </sect1>
+ </sect1>
</appendix>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: install.sgml,v 1.3 2002-03-31 17:20:58 thib Exp $ -->
+<!-- $Id: install.sgml,v 1.4 2002-07-19 19:43:14 thib Exp $ -->
<sect1 id="install">
<title>How to install fcron</title>
<itemizedlist>
<listitem>
<para>uncompress the archive :</para>
- <screen><prompt>bash$ </prompt><command>tar -xzf fcron-X.Y.Z.src.tar.gz</command></screen>
+ <screen><prompt>bash$ </prompt><command>tar -xzf
+fcron-X.Y.Z.src.tar.gz</command></screen>
</listitem>
<listitem>
<para>cd to the archive directory</para>
- <screen><prompt>bash$ </prompt><command>cd fcron-X.Y.Z</command></screen>
+ <screen><prompt>bash$ </prompt><command>cd
+fcron-X.Y.Z</command></screen>
</listitem>
<listitem>
<para>run the <command>configure</command> script :</para>
- <screen><prompt>bash$ </prompt><command>./configure</command></screen>
+ <screen><prompt>bash$
+</prompt><command>./configure</command></screen>
<para>
<note>
<itemizedlist>
<listitem>
<para>
- The command <command>make install</command> asks you
- by default some questions you have to answer. To avoid
- that (which can be useful for automatic installers),
- you can use the <command>./configure</command>'s
- option <option>--with-answer-all</option> (see
- "<command>./configure</command>
- <option>--help</option>" for more details).
+ The command <command>make install</command> asks
+you by default some questions you have to answer. To avoid that (which can be
+useful for automatic installers), you can use the
+<command>./configure</command>'s option <option>--with-answer-all</option>
+and/or <option>--with-boot-install</option> (see "<command>./configure</command>
+<option>--help</option>" for more details).
</para>
</listitem>
<listitem>
<para>
- You may also want to change the place where &fcron; will
- be installed: you can use the <command>configure
- </command>'s option <option>--prefix</option> to do
- that. For instance : <command>./configure</command>
- <option>--prefix=/usr/local</option>
- (default is prefix=/usr)
+ You may also want to change the place where
+&fcron; will be installed: you can use the <command>configure </command>'s
+option <option>--prefix</option> to do that. For instance :
+<command>./configure</command> <option>--prefix=/usr/local</option> (default is
+prefix=/usr)
</para>
</listitem>
<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>
+ 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>
</listitem>
<listitem>
- <para>To debug &fcron;, you should use <command>configure
- </command>'s option <option>--with-debug</option>.
+ <para>To debug &fcron;, you should use
+<command>configure </command>'s option <option>--with-debug</option>.
</para>
</listitem>
<listitem>
<para>
- You can get info on the others <command>configure
- </command>'s options by running
- "<command>./configure</command>
- <option>--help</option>".
+ You can get info on the others
+<command>configure </command>'s options by running
+"<command>./configure</command> <option>--help</option>".
</para>
</listitem>
</itemizedlist>
<itemizedlist>
<listitem>
<para>
- The <command>configure</command> script may not define
- a correct directory for the man pages and the
- documentation on some systems. You may check the
- values defined by <command>configure</command>
- and if necessary force a value by the options
- <option>--mandir</option> and <option>-with-docdir
- </option> (see the help by running
- "<command>./configure</command>
- <option>--help</option>").
+ The <command>configure</command> script may not
+define a correct directory for the man pages and the documentation on some
+systems. You may check the values defined by <command>configure</command> and if
+necessary force a value by the options <option>--mandir</option> and
+<option>-with-docdir </option> (see the help by running
+"<command>./configure</command> <option>--help</option>").
</para>
</listitem>
<listitem>
<para>
If you get older &fcron;'s man-pages with
- <command>man</command>
- command after having upgraded, it's probably because
- &fcron; has changed its default man directory : you
- should remove manually the outdated man-pages.
+<command>man</command> command after having upgraded, it's probably because
+&fcron; has changed its default man directory : you should remove manually the
+outdated man-pages.
</para>
</listitem>
<listitem>
<para>
- The <filename>Makefile</filename> has been designed for
- <application>GNU make</application>.
- Some other version of <command>make</command> may fail
- to use it.
+ The <filename>Makefile</filename> has been
+designed for <application>GNU make</application>. Some other version of
+<command>make</command> may fail to use it.
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
- <para>check the file <filename>config.h</filename>, and change
- it if necessary (the configurable part is on the top of
- the file and clearly delimited).</para>
+ <para>check the file <filename>config.h</filename>, and change it if
+necessary (the configurable part is on the top of the file and clearly
+delimited).</para>
</listitem>
<listitem>
<listitem>
<para>then install binaries as root :</para>
<screen><prompt>bash$ </prompt><command>su root</command></screen>
- <screen><prompt>bash# </prompt><command>make install</command></screen>
+ <screen><prompt>bash# </prompt><command>make
+install</command></screen>
</listitem>
</itemizedlist>
- <para>You can now run <command>fcron</command> and
- <command>fcrontab</command>.</para>
+ <para>You can now run <command>fcron</command> and
+<command>fcrontab</command>.</para>
<note>
<itemizedlist>
<listitem>
<para>
- This is a <productname>POSIX</productname>
- conforming software. You must have a
- <productname>POSIX</productname> compiler
- (<application>gcc</application> for example)
- in order to compile it.
+ This is a <productname>POSIX</productname> conforming
+software. You must have a <productname>POSIX</productname> compiler
+(<application>gcc</application> for example) in order to compile it.
</para>
</listitem>
<listitem>
<para>
This software has been written for
- <productname>GNU/Linux</productname> systems. If you want
- to port it on an other <productname>Unix</productname> platform
- (thank you if you do it), try to modify - if possible - only
- the <application>configure</application> script.
- Please send me any modifications at &email;
- in order to include it in future releases.
+<productname>GNU/Linux</productname> systems. If you want to port it on an other
+<productname>Unix</productname> platform (thank you if you do it), try to modify
+- if possible - only the <application>configure</application> script. Please
+send me any modifications at &email; in order to include it in future releases.
</para>
</listitem>
</itemizedlist>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: readme.sgml,v 1.1 2002-01-03 14:29:31 thib Exp $ -->
+<!-- $Id: readme.sgml,v 1.2 2002-07-19 19:45:32 thib Exp $ -->
<sect1 id="readme">
<title>About fcron</title>
<sect2>
<title>What is fcron ?</title>
<para>&Fcron; is a scheduler. It aims at replacing <application>Vixie
- Cron</application>, so it implements most of its
- functionalities.</para>
+Cron</application>, so it implements most of its functionalities.</para>
<para>But contrary to <application>Vixie Cron</application>, &fcron;
- does not need your system to be up 7 days a week, 24 hours a day :
- it also works well with systems which are not running neither all
- the time nor regularly (contrary to
- <application>anacrontab</application>).</para>
- <para>In other words, &fcron; does both the job of
- <application>Vixie Cron</application> and
- <application>anacron</application>, but does even more and better
- :)) ...</para>
+does not need your system to be up 7 days a week, 24 hours a day : it also works
+well with systems which are not running neither all the time nor regularly
+(contrary to <application>anacrontab</application>).</para>
+ <para>In other words, &fcron; does both the job of <application>Vixie
+Cron</application> and <application>anacron</application>, but does even more
+and better :)) ...</para>
<para>To do so, &fcron; allows you to use the standard mode in which you
- tell it to execute one command at a given date and hour and to make
- it run a command according to its time of execution, which is
- normally the same as system up time. For example :
+tell it to execute one command at a given date and hour and to make it run a
+command according to its time of execution, which is normally the same as system
+up time. For example :
<blockquote>
<para>Run the task 'save /home/ directory' every 3h15 of system
- up time.</para>
- </blockquote>
- and, of course, in order to make it really useful, the time
- remaining until next execution is saved each time the system
- is stopped. You can also say :
+up time.</para>
+ </blockquote> and, of course, in order to make it really useful, the
+time remaining until next execution is saved each time the system is stopped.
+You can also say :
<blockquote>
<para>run that command once between 2am and 5am</para>
- </blockquote>
-
- which will be done if the system is running at any time in this
- interval.</para>
+ </blockquote> which will be done if the system is running at any
+time in this interval.</para>
<para>&Fcron; also includes a useful system of options, which can be
- applied either to every lines following the declaration or to a
- single line. Some of the supported options permit to:
+applied either to every lines following the declaration or to a single line.
+Some of the supported options permit to:
<itemizedlist>
- <listitem><para>run jobs one by one (fcrontab option &optserial;),</para></listitem>
+ <listitem><para>run jobs one by one (fcrontab option
+&optserial;),</para></listitem>
<listitem><para>set the max system load average value under
- which the job should be run (fcrontab option &optlavg;),</para></listitem>
- <listitem><para>set a nice value for a job (fcrontab option &optnice;),</para></listitem>
- <listitem><para>run jobs at &fcron;'s startup if they should have
- been run during system down time (fcrontab option &optbootrun;),</para></listitem>
- <listitem><para>mail user to tell him a job has not run and
- why (fcrontab option &optnoticenotrun;),</para></listitem>
- <listitem><para>a better management of the mailing of
- outputs ...</para></listitem>
+which the job should be run (fcrontab option &optlavg;),</para></listitem>
+ <listitem><para>set a nice value for a job (fcrontab option
+&optnice;),</para></listitem>
+ <listitem><para>run jobs at &fcron;'s startup if they should
+have been run during system down time (fcrontab option
+&optbootrun;),</para></listitem>
+ <listitem><para>mail user to tell him a job has not run and why
+(fcrontab option &optnoticenotrun;),</para></listitem>
+ <listitem><para>a better management of the mailing of outputs
+...</para></listitem>
</itemizedlist>
</para>
</sect2>
<sect2>
<title>License</title>
- <para>&Fcron; is distributed under GPL license (please read the license in the <link linkend="gpl">gpl</link> file).</para>
+ <para>&Fcron; is distributed under GPL license (please read the license
+in the <link linkend="gpl">gpl</link> file).</para>
</sect2>
<sect2>
<itemizedlist>
<listitem>
<para>a <productname>Linux/Unix system</productname></para>
- <para>&Fcron; should work on every
- <productname>POSIX</productname> system, but it has been
- developed on <productname>Mandrake</productname> Linux
- (so it should work without any problems
- on <productname>Redhat</productname>).</para>
+ <para>&Fcron; should work on every
+<productname>POSIX</productname> system, but it has been developed on
+<productname>Mandrake</productname> Linux (so it should work without any
+problems on <productname>Redhat</productname>).</para>
<para>Fcron 2.1.0 has been reported to work correctly on :
</para>
<itemizedlist>
<listitem><para><productname>Debian 2.2</productname>
</para></listitem>
<listitem><para><productname>LFS-2.3+</productname></para>
- <para>(take a look at <ulink url="http://archive.linuxfromscratch.org/lfs-hints/fcrond-hint.txt">the LFS guide</ulink> for the installation informations)
+ <para>(take a look at <ulink
+url="http://archive.linuxfromscratch.org/lfs-hints/fcrond-hint.txt">the LFS
+guide</ulink> for the installation informations)
</para></listitem>
<listitem><para><productname>FreeBSD 4.2</productname>
</para></listitem>
</para></listitem>
</itemizedlist>
<para>(but should work on many more systems thanks to
- <application>configure</application>
- script). Anyway, if you have troubles making it work on a
- <productname>POSIX</productname> system, please contact
- me at &email;.</para>
+<application>configure</application> script). Anyway, if you have troubles
+making it work on a <productname>POSIX</productname> system, please contact me
+at &email;.</para>
</listitem>
- <listitem><para>a running <application>syslog</application>
- (or you won't have any log)</para></listitem>
+ <listitem><para>a running <application>syslog</application> (or you
+won't have any log)</para></listitem>
<listitem><para>a running mail system (
- <application>sendmail</application> or
- <application>postfix</application> for
- example) (or users will not able to read their jobs output)
+<application>sendmail</application> or <application>postfix</application> for
+example) (or users will not able to read their jobs output)
</para></listitem>
<listitem><para>(optional) a <productname>PAM</productname>
- library.</para></listitem>
+library.</para></listitem>
</itemizedlist>
</sect2>
<sect2>
<title>Configuration</title>
- <para>See the <link linkend="fcron.8">&fcron;(8)</link>,
- <link linkend="fcrontab.5">&fcrontab;(5)</link> and
- <link linkend="fcrontab.1">&fcrontab;(1)</link> manpages.</para>
+ <para>See the <link linkend="fcron.8">&fcron;(8)</link>, <link
+linkend="fcrontab.5">&fcrontab;(5)</link> and <link
+linkend="fcrontab.1">&fcrontab;(1)</link> manpages.</para>
</sect2>
<sect2>
<title>Bug reports, corrections, propositions...</title>
<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>
+(with, even better, the corresponding patch -:) and any propositions,
+congratulations or flames at &email;</para>
</sect2>
</sect1>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: relnotes.sgml,v 1.1 2002-03-31 15:07:33 thib Exp $ -->
+<!-- $Id: relnotes.sgml,v 1.2 2002-07-19 19:43:02 thib Exp $ -->
<sect1 id="relnotes">
<title>Release notes : &fcron; &version;</title>
<itemizedlist>
<listitem>
- <para>PAM support has not been tested thoroughly. Help from a PAM expert would be appreciated (to audit the PAM code in fcron, and test it). You can disable PAM use in configure, using "--with-pam=no".</para>
+ <para>PAM support has not been tested thoroughly. Help from a PAM
+expert would be appreciated (to audit the PAM code in fcron, and test it). You
+can disable PAM use in configure, using "--with-pam=no".</para>
</listitem>
<listitem>
- <para>Many commands of &fcrondyn; are not implemented yet. In particular, fcrondyn does not use PAM yet.</para>
+ <para>Many commands of &fcrondyn; are not implemented yet. In
+particular, fcrondyn does not use PAM yet.</para>
</listitem>
<listitem>
- <para>Fcrondyn may not be very secure, and may be used to block &fcron;.</para>
+ <para>Fcrondyn may not be very secure, and may be used to block
+&fcron;.</para>
</listitem>
</itemizedlist>
</sect1>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: thanks.sgml,v 1.2 2002-03-02 17:30:59 thib Exp $ -->
+<!-- $Id: thanks.sgml,v 1.3 2002-07-19 19:41:54 thib Exp $ -->
<sect1 id="thanks">
<title>Thanks</title>
<varlistentry>
<term>Uwe Ohse <email>uwe@ohse.de</email></term>
<listitem>
- <para>Corrected a bug concerning the signals, has reported security issues.</para>
+ <para>Corrected a bug concerning the signals, has reported
+security issues.</para>
</listitem>
</varlistentry>
<varlistentry>
<varlistentry>
<term>Gabor Z. Papp <email>gzp@papp.hu</email></term>
<listitem>
- <para>Helped to correct some bugs in installation process and reported various bugs.</para>
+ <para>Helped to correct some bugs in installation process and
+reported various bugs.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Clemens Fischer <email>rabat@web.de</email></term>
<listitem>
- <para>Proofread docs, reported bugs, and made some propositions.</para>
+ <para>Proofread docs, reported bugs, and made some
+propositions.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>Henrique de Moraes Holschuh <email>hmh@debian.org</email></term>
+ <term>Henrique de Moraes Holschuh
+<email>hmh@debian.org</email></term>
<listitem>
- <para>Has worked on fcron's integration in Linux Debian system, reported bugs and corrected some of them, made some propositions.</para>
+ <para>Has worked on fcron's integration in Linux Debian system,
+reported bugs and corrected some of them, made some propositions.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Thomas Whateley <email>thomas@whateley.net</email></term>
<listitem>
- <para>Has done a big part of Solaris port, implemented the fcron.conf file, and Vixie crontab format support.</para>
+ <para>Has done a big part of Solaris port, implemented the
+fcron.conf file, and Vixie crontab format support.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Guy Geens <email>ggeens@iname.com</email></term>
<listitem>
- <para>Fixed a nasty bug in goto_non_matching() which caused an endless loop (midmonthly jobs executed after the 15th of the month).</para>
+ <para>Fixed a nasty bug in goto_non_matching() which caused an
+endless loop (midmonthly jobs executed after the 15th of the month).</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Patrick Ohly <email>Patrick.Ohly@gmx.de</email></term>
<listitem>
- <para>Added fcron's option -y, -o and -l, and fcrontab's stdout and volatile, in order to run fcron from time to time in foreground, for instance in a ppp-up script.</para>
+ <para>Added fcron's option -y, -o and -l, and fcrontab's stdout
+and volatile, in order to run fcron from time to time in foreground, for
+instance in a ppp-up script.</para>
</listitem>
</varlistentry>
</variablelist>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: todo.sgml,v 1.7 2002-03-31 15:08:10 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.8 2002-07-19 19:43:47 thib Exp $ -->
<sect1 id="todo">
<title>Todo</title>
- <para>Here are some things that should be done ...</para>
- <para>If you plan to help me, please send a mail at &email; to prevent two people from doing the same thing. You can send me some propositions as well.</para>
+ <para>Here are some things that should be done ... Note that some of these entries
+ are just some ideas, which <emphasis>may</emphasis> be done in the long run.</para>
+ <para>If you plan to help me, please send a mail at &email; to prevent two
+people from doing the same thing. You can send me some propositions as
+well.</para>
<itemizedlist>
<listitem>
- <para>PAM support (included in fcron, but need more tests by people using PAM - not implemented in fcrondyn)</para>
+ <para>bug fix : makewhatis does not work correctly with fcron 2.9.0</para>
</listitem>
<listitem>
- <para>allow a non-privileged user to run fcron</para>
+ <para>bug fix (?) : "already running" bug (? - unconfirmed) </para>
</listitem>
<listitem>
- <para>add a return code for jobs which would mean that they should not be run again (in case of an error, etc...).</para>
+ <para>PAM support (included in fcron, but need more tests by people
+using PAM - not implemented in fcrondyn)</para>
</listitem>
<listitem>
- <para>fcrondyn : possibility to display a list of jobs including their options, time and date of next execution, status, of only the running jobs, all the jobs, in order of execution or classified by user, etc. (some of these functions or not implemented yet)</para>
+ <para>fcrondyn : possibility to display a list of jobs including
+their options, time and date of next execution, status, of only the running
+jobs, all the jobs, in order of execution or classified by user, etc. (some of
+these functions or not implemented yet)</para>
</listitem>
<listitem>
<para>run one of this job, change its nice value, stop it...</para>
<listitem>
<para>make fcrondyn more secure and reliable</para>
</listitem>
+ <listitem>
+ <para>allow a non-privileged user to run fcron</para>
+ </listitem>
+ <listitem>
+ <para>add a return code for jobs which would mean that they should
+not be run again (in case of an error, etc...).</para>
+ </listitem>
<listitem>
<para>add a system of modules : at startup, fcron loads some modules
- (.so files). Then, when fcron should run the job, it calls a function
- of the module, and let it manage the job (threads ?). (do linux
- dlopen(), etc exist on other systems ?).</para>
+(.so files). Then, when fcron should run the job, it calls a function of the
+module, and let it manage the job (threads ?). (do linux dlopen(), etc exist on
+other systems ?).</para>
</listitem>
<listitem>
<para>add a system of data flow</para>
# Install fcron under SysV system.
#
-# $Id: boot-install,v 1.35 2001-07-10 10:54:09 thib Exp $
+# $Id: boot-install,v 1.36 2002-07-19 19:40:32 thib Exp $
-# take 6 arguments : the name of the BSD-like install program (with "-o" and the correct username)
+# takes 6 arguments : the name of the BSD-like install program (with "-o" and the correct username)
# the DESTSBIN directory
# the value of DEBUG
# the value of FCRONTABS
exit 1
fi
-if test $3 -eq 1; then
- exit
-fi
-
# The program we use to install a file. This may be the script install.sh.
if echo "$1" | grep 'install.sh$'; then
INSPROG=$SRCDIR/$1