From: Thibault Godouet Date: Fri, 19 Jul 2002 19:42:22 +0000 (+0000) Subject: added a manpage-foot X-Git-Tag: ver2_9_4~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25106f75c86dd6bee3b0f6247758d5ac52829c1;p=thirdparty%2Ffcron.git added a manpage-foot --- diff --git a/doc/en/fcron.conf.5.sgml b/doc/en/fcron.conf.5.sgml index f7ba9b2..4cc00f5 100644 --- a/doc/en/fcron.conf.5.sgml +++ b/doc/en/fcron.conf.5.sgml @@ -8,13 +8,14 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + fcron.conf 5 - Fcron &version; development release)]]> + Fcron &version; development release)]]> &date; @@ -25,68 +26,92 @@ A copy of the license is included in gfdl.sgml. Description - This page describes the syntax used for the configuration file of &fcrontab;(1), &fcrondyn;(1) and &fcron;(8). + This page describes the syntax used for the configuration file +of &fcrontab;(1), &fcrondyn;(1) and &fcron;(8). - Blank lines, line beginning by a pound-sign (#) (which are considered comments), leading blanks and tabs are ignored. Each line in a &fcron.conf file is of the form + Blank lines, line beginning by a pound-sign (#) (which are +considered comments), leading blanks and tabs are ignored. Each line in a +&fcron.conf file is of the form
name = value -
-where the blanks around equal-sign (=) are ignored and optional. Trailing blanks are also ignored. + where the blanks around equal-sign (=) are ignored and +optional. Trailing blanks are also ignored.
The following names are recognized (default value in brackets) : Valid variables in a fcron.conf file - fcrontabs=directory (&fcrontabsdir;) + fcrontabs=directory +(&fcrontabsdir;) &Fcron; spool directory - pidfile=file-path (&fcron.pid;) + pidfile=file-path +(&fcron.pid;) - Location of &fcron; pid file (needed by &fcrontab; to work properly). + Location of &fcron; pid file (needed by &fcrontab; +to work properly). - fifofile=file-path (&fcron.pid;) + fifofile=file-path +(&fcron.pid;) - Location of &fcron; fifo file (needed by &fcrondyn; to communicate with fcron). + Location of &fcron; fifo file (needed by +&fcrondyn; to communicate with fcron). - fcronallow=file-path (&etc;/&fcron.allow;) + fcronallow=file-path +(&etc;/&fcron.allow;) Location of fcron.allow file. - fcrondeny=file-path (&etc;/&fcron.deny;) + fcrondeny=file-path +(&etc;/&fcron.deny;) Location of fcron.deny file. - shell=file-path (&shell;) + shell=file-path +(&shell;) - Location of default shell called by &fcron; when running a job. + Location of default shell called by &fcron; when +running a job. - sendmail=file-path (&sendmail;) + sendmail=file-path +(&sendmail;) - Location of mailer program called by &fcron; to send job output. + Location of mailer program called by &fcron; to +send job output. - editor=file-path (&editor;) + editor=file-path +(&editor;) - Location of default editor used when invoking "fcrontab -e". + Location of default editor used when invoking +"fcrontab -e". - -File-paths and directories are complete and absolute (i.e. beginning by a "/"). - To run several instances of &fcron; simultaneously on the same system, you must use a different configuration file for each instance. Each instance must have a different fcrontabs, pidfile and fifofile. Then, use fcron(8)'s command line option -c to select which config file (so which instance) you refer to. + File-paths and directories are complete and absolute +(i.e. beginning by a "/").
+ To run several instances of &fcron; simultaneously on the same +system, you must use a different configuration file for each instance. Each +instance must have a different fcrontabs, +pidfile and fifofile. Then, use fcron(8)'s command line option +-c to select which config file (so which instance) you +refer to.
@@ -95,45 +120,38 @@ File-paths and directories are complete and absolute (i.e. beginning by a "/").< &etc;/&fcron.conf.location; - Configuration file for &fcron;, &fcrontab and &fcrondyn; : contains paths (spool dir, pid file) and default programs to use (editor, shell, etc). See &fcron.conf(5) for more details. + Configuration file for &fcron;, &fcrontab and +&fcrondyn; : contains paths (spool dir, pid file) and default programs to use +(editor, shell, etc). See &fcron.conf(5) for +more details. &etc;/&fcron.allow; - Users allowed to use &fcrontab; and &fcrondyn; (one name per line, special name "all" acts for everyone) + Users allowed to use &fcrontab; and &fcrondyn; (one +name per line, special name "all" acts for everyone) &etc;/&fcron.deny; - Users who are not allowed to use &fcrontab; and &fcrondyn; (same format as allow file) + Users who are not allowed to use &fcrontab; and +&fcrondyn; (same format as allow file) - &etc;/pam.d/fcron (or &etc;/pam.conf) + &etc;/pam.d/fcron (or +&etc;/pam.conf) - PAM configuration file for &fcron;. Take a look at pam(8) for more details. + PAM configuration file for +&fcron;. Take a look at pam(8) for more details. - - See also - - &fcron;(8) - &fcrontab;(1) - &fcrontab;(5) - &fcrondyn;(1) - The HTML version of the documentation, if you are not reading it right now, which is far better than these man pages :)). - - - - - Author - Thibault Godouet &email; - + &manpage-foot;