From: Thibault Godouet Date: Tue, 27 Nov 2012 00:28:44 +0000 (+0000) Subject: Updated doc X-Git-Tag: ver3_1_0~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69f5a39ea63cb6118acb24ec2f569bf265cf03db;p=fcron Updated doc --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 82e7c8e..a734416 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -14,11 +14,17 @@ A copy of the license is included in gfdl.sgml. From version 3.0.6 to 3.1.0 + + added audit (libaudit) support + + + Better validation of string arguments of fcrontab options. In particular for timezones, previously a space could be added at the beginning or the end of the timezone with no warning, and this led fcron to use an unexpected timezone, which could cause confusion. + Pass fcrondyn client credentials through the socket when possible so as the user doesn't need to type his password when using fcrondyn. - Code clean-up: Implemented generic unordred list for lavgq / exeq. + Quite a lot of code clean-up and refactoring -- e.g. implemented generic unordred list for lavgq / exeq. diff --git a/doc/en/install.sgml b/doc/en/install.sgml index 4ee537e..522f60c 100644 --- a/doc/en/install.sgml +++ b/doc/en/install.sgml @@ -28,6 +28,10 @@ tar -xzf fcron-X.Y.Z.src.tar.gz + + + If you can't see a ./configure, then you probably checked out the files from git, in which case you need to run autoconf to generate the configure script. + 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. diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 048d051..b5dfa77 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -24,11 +24,16 @@ A copy of the license is included in gfdl.sgml. High priority - fileconf.c: alert if space or quote in string (timezone, mailto, ...) -> function to read strings?? e.g. for timezone() value -> currently results in weird behaviour with no obvious explanation + @reboot: test updated startup script with removal of fcron.reboot + add to other scripts? add audit (libaudit) + TEST + + + + Low priority + Use directory notifications (FAM) / inotify, and support a fcrontab and a cron.d as Vixie cron does (directly included in fcron itself, not thanks to a script as now). @@ -50,11 +55,6 @@ A copy of the license is included in gfdl.sgml. find way to have the non translated pages of the French translation be updated automatically (changes, todo, etc -> copied from the English doc) - - - - Low priority - use readline (if available) for fcrondyn.