From: Thibault Godouet Date: Mon, 26 Nov 2012 19:43:28 +0000 (+0000) Subject: Improved documentation X-Git-Tag: ver3_1_0~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20c8bb3b9f9d9f91569c4a91b72d3eb79b0ee168;p=fcron Improved documentation --- diff --git a/doc/en/fcrontab.5.sgml b/doc/en/fcrontab.5.sgml index 7d871ae..f0633b0 100644 --- a/doc/en/fcrontab.5.sgml +++ b/doc/en/fcrontab.5.sgml @@ -407,7 +407,7 @@ linkend="uptent">lines based on elapsed system up time is recommended ins @reboot Run once, at startup - @runatreboot,runonce 1 + @runatreboot,runonce(true) diff --git a/doc/en/install.sgml b/doc/en/install.sgml index 05a1dd2..4ee537e 100644 --- a/doc/en/install.sgml +++ b/doc/en/install.sgml @@ -30,22 +30,18 @@ tar -xzf fcron-X.Y.Z.src.tar.gz - The command make install asks -you by default some questions you have to answer. To avoid that (which can be -useful for automatic installers), you can use the -./configure's option -and/or (see "./configure -" for more details). - + If using PAM, beware that by default the PAM configuration will be installed in /usr/local/etc/. That most likely mean that your system won't use this config, and may ask you to type your password everytime you start fcrontab or fcrondyn. + The simplest way to avoid this is to instruct configure to use /etc instead with: + bash$ ./configure --sysconfdir=/etc You may also want to change the place where &fcron; will be installed: you can use the configure 's option to do that. For instance: -./configure (default is -prefix=/usr) +bash$ ./configure --prefix=/usr--sysconfdir=/etc +(default is and ). @@ -54,6 +50,16 @@ prefix=/usr) option , and/or . + + + The command make install asks +you by default some questions you have to answer. To avoid that (which can be +useful for automatic installers), you can use the +./configure's option +and/or (see "./configure +--help" for more details). + + To debug &fcron;, you should use configure 's option . @@ -63,7 +69,7 @@ and/or . You can get info on the others configure 's options by running -"./configure ". +"./configure --help".