AboutSummaryRefsLogTreeCommitDiffStats
path: root/src/crontab.in
Commit message (Collapse)AuthorAgeFilesLines
* Using new Guile command-line-processor.Dale Mellor2020-06-081-1/+37
|
* scripts: Separate build/install directory contextMathieu Lirzin2020-05-171-2/+4
| | | | | | | | | | This prevents installed modules to interfere with the ones from the build directory. * src/cron.in: Augment Guile load paths with install directories only when MCRON_UNINSTALLED environment variable is not set. * src/crontab.in: Likewise. * src/mcron.in: Likewise.
* project: banish need for C compilerDale Mellor2020-04-201-0/+7
This patch gets rid of the thin veneer that we currently have around the three executables. This was done for historical reasons (circa 2003 Guile couldnʼt deal with process signals and forks). In fact these problems were fixed many moons ago, and there is now no need for it. The project becomes 100% Guile! Many files are affected; interested coders should use the GIT repository to understand the details of all the changes.