aboutsummaryrefslogtreecommitdiffstats
path: root/config/cron
Commit message (Collapse)AuthorAgeFilesLines
* Fixup URLs:Renato Botelho2014-03-181-5/+5
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* 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.
* Fixup a bunch of package service descriptions.jim-p2013-08-281-1/+1
|
* Close INPUT tag properlyColin Fleming2013-02-041-1/+1
|
* Close INPUT tag properlyColin Fleming2013-02-041-1/+1
| | | Bit embarrassing, missed closing an INPUT tag properly
* Update CRON packageColin Fleming2013-01-291-2/+2
| | | Update version numbers.
* Update CRON packageColin Fleming2013-01-292-50/+55
| | | | | Update CRON package to be more consistent with pfSense "Look-N-Feel", added tabs for both "settings" and "edit" and tidied up the HTML code.
* 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 tab in cron pkgChris Buechler2011-01-231-1/+1
|
* Fix cron package install for 1.2.xjim-p2011-01-072-9/+5
|
* Adding index.php so that when person clicks on the pfSense logo they are not ↵Scott Ullrich2011-01-062-1/+12
| | | | greeted with a 404
* Nuke duplicate tabScott Ullrich2011-01-051-5/+0
|
* Fix for cron saying it needs resync'd if /tmp gets cleared.jim-p2011-01-042-8/+5
|
* Prepend package name to functions and use require_once instead of require.Ermal2010-12-102-4/+4
|
* Fix remaining function calls that were missed for names changed with the ↵Erik Fonnesbeck2010-11-211-2/+2
| | | | "unique function names" changes.
* Use unique function names for these package functions rather than the same ↵jim-p2010-11-092-9/+9
| | | | 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-173-4/+4
|
* cron package work on package monitoring the service correctly.mcrane2009-04-061-4/+4
|
* cron package after editing cron item stop and start cronmcrane2009-04-062-1/+3
|
* cron package update package listmcrane2009-04-062-3/+3
|
* Cron package monitor processmcrane2009-04-063-27/+14
|
* Cron package increment versionmcrane2009-04-061-1/+1
|
* Cron package add additional fields to the list, fix link to edit.mcrane2009-04-061-8/+21
|
* New pfSense package to manage xml cron itemsmcrane2009-04-064-0/+732