summaryrefslogtreecommitdiffstats
path: root/remote/modules/cron
Commit message (Collapse)AuthorAgeFilesLines
* Update several calls to slxlog with --delete instead of having sleep + rm ↵Simon Rettberg2016-07-141-5/+3Star
| | | | follow the call
* [cron] Fix revision checkoutSimon Rettberg2016-04-262-2/+2
|
* [cron] Fix path when copying crond binarySimon Rettberg2016-02-151-1/+1
|
* [cron] Remove old vixie-cron tar archiveSimon Rettberg2016-02-011-0/+0
|
* [cron] Switch to cronieSimon Rettberg2016-01-273-14/+21
|
* [cron] fail fail. maybe switch to cronie next time...Simon Rettberg2016-01-222-1/+1
|
* [cron] Yet another attempt at preventing cron from ignoring files in cron.dSimon Rettberg2016-01-221-3/+3
|
* don't split busybox applets in /usr.Jonathan Bauer2014-07-011-0/+0
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* woopsie, the return ;)Jonathan Bauer2014-03-252-33/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-252-0/+33
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [cron] Place our own cron in /opt/openslx/...Simon Rettberg2014-01-172-4/+4
|
* [cron] Add sendmail wrapper so it's possible to redirect mail output without ↵Simon Rettberg2014-01-034-6/+36
| | | | | | recompiling Also tweaked compilation a bit
* [cron] minorJonathan Bauer2013-12-051-2/+0Star
|
* [cron] placeholder file and remove the need for 0600Jonathan Bauer2013-12-052-0/+4
|
* [cron] new module for cron using our own patched sources. HasJonathan Bauer2013-12-055-0/+41
/etc/cron.d support, files there need to have 0600 permissions to run!