aboutsummaryrefslogtreecommitdiffstats
path: root/config/cron/cron.inc
Commit message (Collapse)AuthorAgeFilesLines
* remove useless remount calldoktornotor2015-08-251-1/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* cron - rewrite broken packagedoktornotor2015-08-121-54/+11
| | | | | - Remove cron service and other unused junk - Clean up after previous broken versions - Add a check for running cron after configure_cron() call. (TODO: Move this to pfSense core.)
* remove useless config_(un)lock calls round twodoktornotor2015-08-111-2/+0
|
* Cron package code stylePhil Davis2015-08-061-18/+13
|
* Remove ugly copy files around and use additional_files_needed to install ↵Renato Botelho2015-04-241-19/+4
| | | | files in proper place. Bump package version
* Avoid starting cron multiple times, and make sure to stop all running cron ↵jim-p2013-10-031-2/+2
| | | | processes and not just the one we have a PID for.
* Improve cron rcfile stop processingPhil Davis2013-01-071-1/+1
| | | | If cron.pid did not exist, an error was emitted - that could happen when a stop is done at package install, before it was ever started. If cron is stopped, cron.pid was left behind. Another attempt to stop would emit an error about the pid in cron.pid no existing. This extra checking avoids any error messages if stop is called before start, or stop is called twice.
* Fix cron package install for 1.2.xjim-p2011-01-071-7/+3
|
* Fix for cron saying it needs resync'd if /tmp gets cleared.jim-p2011-01-041-6/+3
|
* Prepend package name to functions and use require_once instead of require.Ermal2010-12-101-2/+2
|
* Use unique function names for these package functions rather than the same ↵jim-p2010-11-091-5/+5
| | | | name, to avoid name collisions if someone has both installed.
* Cron package spacing changes.mcrane2009-09-201-23/+20
|
* Cron package change require to require_oncemcrane2009-06-171-1/+1
|
* cron package after editing cron item stop and start cronmcrane2009-04-061-0/+2
|
* Cron package monitor processmcrane2009-04-061-22/+9
|
* New pfSense package to manage xml cron itemsmcrane2009-04-061-0/+135