Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Package install/deinstall cleanup | doktornotor | 2015-11-16 | 1 | -4/+12 |
| | |||||
* | 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 | -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 two | doktornotor | 2015-08-11 | 1 | -2/+0 |
| | |||||
* | Cron package code style | Phil Davis | 2015-08-06 | 1 | -18/+13 |
| | |||||
* | Remove ugly copy files around and use additional_files_needed to install ↵ | Renato Botelho | 2015-04-24 | 1 | -19/+4 |
| | | | | files in proper place. Bump package version | ||||
* | 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. | ||||
* | 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 cron package install for 1.2.x | jim-p | 2011-01-07 | 1 | -7/+3 |
| | |||||
* | Fix for cron saying it needs resync'd if /tmp gets cleared. | jim-p | 2011-01-04 | 1 | -6/+3 |
| | |||||
* | Prepend package name to functions and use require_once instead of require. | Ermal | 2010-12-10 | 1 | -2/+2 |
| | |||||
* | Use unique function names for these package functions rather than the same ↵ | jim-p | 2010-11-09 | 1 | -5/+5 |
| | | | | 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 | 1 | -1/+1 |
| | |||||
* | cron package after editing cron item stop and start cron | mcrane | 2009-04-06 | 1 | -0/+2 |
| | |||||
* | Cron package monitor process | mcrane | 2009-04-06 | 1 | -22/+9 |
| | |||||
* | New pfSense package to manage xml cron items | mcrane | 2009-04-06 | 1 | -0/+135 |