Opened 12 years ago
Closed 12 years ago
#5248 closed enhancement (fixed)
fcron-3.2.0
| Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Note:
See TracTickets
for help on using tickets.

http://fcron.free.fr/doc/en/changes.html
Print date as %Y-%m-%d (the ISO 8601 date format), to avoid being ambiguous in international context. Also always use the ':' as hour:minute separator (there was a couple of 'h' instead). Don't fully disable a @-line when something goes wrong (e.g. fcron didn't shut down cleanly). The idea was to prevent infinite loops, but this was overkill. Instead set its next execution to now+frequency.` Cosmetic changes in the log lines (quote the job shell commands) and fcrondyn (use the pipe char "|" as a column separator). Fixed file descriptor leak when executing jobs in case of NSS failures (thanks Pavel Stano).