Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cron - add privileges configuration | doktornotor | 2015-09-27 | 1 | -1/+5 |
| | |||||
* | cron - add privileges configuration | doktornotor | 2015-09-27 | 1 | -0/+39 |
| | |||||
* | remove useless remount call | doktornotor | 2015-08-25 | 1 | -1/+0 |
| | | | These are dealt with by install_package() from pkg-utils.inc. | ||||
* | cron - rewrite broken package | doktornotor | 2015-08-12 | 1 | -1/+1 |
| | | | EOL at EOF. | ||||
* | cron - rewrite broken package | doktornotor | 2015-08-12 | 1 | -165/+73 |
| | | | | - Fix copyright header - Code style and indentation | ||||
* | cron - rewrite broken package | doktornotor | 2015-08-12 | 1 | -123/+76 |
| | | | | - Fix copyright header - Code style and indentation | ||||
* | cron - rewrite broken package | doktornotor | 2015-08-12 | 1 | -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 no longer used custom_php_deinstall_command as well | doktornotor | 2015-08-12 | 1 | -3/+0 |
| | |||||
* | cron - rewrite broken package | doktornotor | 2015-08-12 | 1 | -46/+14 |
| | | | | | | | - First of all, this thing should NOT install any cron service! Cron is started by /etc/rc, and reconfiguration is handled by configure_cron() sending a SIGHUP to it. Leave it alone, stop killing and restarting it. If cron is desired as "proper" service, this needs to be done in pfSense core, not via packages creating such service. - Fix copyright header - Fix permissions - Remove broken junk - Remove unused copy-and-paste junk from god knows where | ||||
* | remove useless config_(un)lock calls round two | doktornotor | 2015-08-11 | 1 | -2/+0 |
| | |||||
* | Cron package code style | Phil Davis | 2015-08-06 | 4 | -347/+337 |
| | |||||
* | Fix path | Renato Botelho | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | Remove ugly copy files around and use additional_files_needed to install ↵ | Renato Botelho | 2015-04-24 | 4 | -23/+8 |
| | | | | files in proper place. Bump package version | ||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -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-p | 2013-10-03 | 1 | -2/+2 |
| | | | | processes and not just the one we have a PID for. | ||||
* | Fixup a bunch of package service descriptions. | jim-p | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | Close INPUT tag properly | Colin Fleming | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | Close INPUT tag properly | Colin Fleming | 2013-02-04 | 1 | -1/+1 |
| | | | Bit embarrassing, missed closing an INPUT tag properly | ||||
* | Update CRON package | Colin Fleming | 2013-01-29 | 1 | -2/+2 |
| | | | Update version numbers. | ||||
* | Update CRON package | Colin Fleming | 2013-01-29 | 2 | -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 processing | Phil Davis | 2013-01-07 | 1 | -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 pkg | Chris Buechler | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Fix cron package install for 1.2.x | jim-p | 2011-01-07 | 2 | -9/+5 |
| | |||||
* | Adding index.php so that when person clicks on the pfSense logo they are not ↵ | Scott Ullrich | 2011-01-06 | 2 | -1/+12 |
| | | | | greeted with a 404 | ||||
* | Nuke duplicate tab | Scott Ullrich | 2011-01-05 | 1 | -5/+0 |
| | |||||
* | Fix for cron saying it needs resync'd if /tmp gets cleared. | jim-p | 2011-01-04 | 2 | -8/+5 |
| | |||||
* | Prepend package name to functions and use require_once instead of require. | Ermal | 2010-12-10 | 2 | -4/+4 |
| | |||||
* | Fix remaining function calls that were missed for names changed with the ↵ | Erik Fonnesbeck | 2010-11-21 | 1 | -2/+2 |
| | | | | "unique function names" changes. | ||||
* | Use unique function names for these package functions rather than the same ↵ | jim-p | 2010-11-09 | 2 | -9/+9 |
| | | | | name, to avoid name collisions if someone has both installed. | ||||
* | Cron package spacing changes. | mcrane | 2009-09-20 | 1 | -23/+20 |
| | |||||
* | Cron package change require to require_once | mcrane | 2009-06-17 | 3 | -4/+4 |
| | |||||
* | cron package work on package monitoring the service correctly. | mcrane | 2009-04-06 | 1 | -4/+4 |
| | |||||
* | cron package after editing cron item stop and start cron | mcrane | 2009-04-06 | 2 | -1/+3 |
| | |||||
* | cron package update package list | mcrane | 2009-04-06 | 2 | -3/+3 |
| | |||||
* | Cron package monitor process | mcrane | 2009-04-06 | 3 | -27/+14 |
| | |||||
* | Cron package increment version | mcrane | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Cron package add additional fields to the list, fix link to edit. | mcrane | 2009-04-06 | 1 | -8/+21 |
| | |||||
* | New pfSense package to manage xml cron items | mcrane | 2009-04-06 | 4 | -0/+732 |