Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add product_copyright re-branding support | Scott Ullrich | 2007-12-16 | 1 | -1/+1 |
| | | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks | ||||
* | remove part of solution of problem solved elsewhere | Timo Boettcher | 2007-06-21 | 1 | -4/+1 |
| | |||||
* | Make OpenVPN usable in status_service.php | Timo Boettcher | 2007-06-21 | 1 | -43/+52 |
| | |||||
* | * Fix release / renew | Scott Ullrich | 2006-12-23 | 1 | -5/+4 |
| | | | | * Don't return immediately from dhclient to give it time to associate so we can return correct address back to status_interfaces.php | ||||
* | Fix DHCP status on status_interfaces.php. Use find_dhclient_process() for test. | Seth Mos | 2006-12-22 | 1 | -6/+7 |
| | |||||
* | MFC 15382 | Scott Ullrich | 2006-11-19 | 1 | -1/+1 |
| | | | | fix: is_process_running() does inaccurate matches | ||||
* | Correctly start services from /usr/local/etc/rc.d/ first before any other method | Scott Ullrich | 2006-09-30 | 1 | -2/+2 |
| | |||||
* | Correctly start services from /usr/local/etc/rc.d/ first before any other method | Scott Ullrich | 2006-09-30 | 1 | -2/+7 |
| | |||||
* | MFC 12461 | Scott Ullrich | 2006-05-30 | 1 | -3/+2 |
| | | | | "\t0\n" > 0, therefore is_process_running always returned 1. Btw, now it returns true or false, cause I don't see how it could be any different. Should just work now. | ||||
* | We're in 2006 now, toto | Scott Ullrich | 2006-04-08 | 1 | -1/+1 |
| | |||||
* | If we cannot find a service executable for an item and we make it to the ↵ | Scott Ullrich | 2006-03-10 | 1 | -3/+6 |
| | | | | bottom of stop_service() then simply killall service name | ||||
* | Do one command or the other | Scott Ullrich | 2006-01-30 | 1 | -3/+5 |
| | |||||
* | Correctly detect start script | Scott Ullrich | 2006-01-30 | 1 | -1/+1 |
| | |||||
* | Correctly detect start script | Scott Ullrich | 2006-01-30 | 1 | -1/+4 |
| | |||||
* | Remove trailing newline | Scott Ullrich | 2006-01-18 | 1 | -0/+2 |
| | |||||
* | Use ps awux | Scott Ullrich | 2005-11-13 | 1 | -1/+1 |
| | |||||
* | MFC 7080 7084 | Scott Ullrich | 2005-10-23 | 1 | -10/+7 |
| | | | | | Minor cleanup and comment out old $ps code for the time being. Fix backwards comment. | ||||
* | Make sure service is stopped before starting | Scott Ullrich | 2005-10-07 | 1 | -0/+2 |
| | | | | Ticket #590 | ||||
* | * Add is_dhcp_running() | Scott Ullrich | 2005-08-12 | 1 | -0/+8 |
| | | | | * Modify status_interfaces.php to use is_dhcp_running() | ||||
* | is_process_running(): | Colin Smith | 2005-08-06 | 1 | -2/+2 |
| | | | | | * grep -v grep * 2 -> 0 | ||||
* | * Add ascii art from holger | Scott Ullrich | 2005-07-30 | 1 | -0/+2 |
| | | | | * Add base services to status -> services menu | ||||
* | Add restart_service_if_running. | Colin Smith | 2005-07-19 | 1 | -0/+7 |
| | |||||
* | Comment cleanup | Scott Ullrich | 2005-07-06 | 1 | -13/+0 |
| | |||||
* | Various code cleanups and a few actual bugfixes courtesy of Zend | Bill Marquette | 2005-07-04 | 1 | -4/+3 |
| | |||||
* | Add suggested fix for is_process_running(), which seems broken. | Colin Smith | 2005-06-28 | 1 | -0/+13 |
| | |||||
* | Whoops. Don't forget to merge. | Colin Smith | 2005-06-26 | 1 | -22/+18 |
| | |||||
* | Typos. | Colin Smith | 2005-06-26 | 1 | -22/+26 |
| | |||||
* | Make *_service less picky. | Colin Smith | 2005-06-26 | 1 | -4/+4 |
| | |||||
* | Revert is_service_running to rev 1.10. | Colin Smith | 2005-06-26 | 1 | -1/+8 |
| | |||||
* | Comment cleanups | Scott Ullrich | 2005-06-26 | 1 | -8/+2 |
| | |||||
* | add a comment that if you change this function, ill kill ya. | Scott Ullrich | 2005-06-25 | 1 | -0/+6 |
| | |||||
* | Really make is_process_running() work as it should for the frickin 5th time. | Scott Ullrich | 2005-06-25 | 1 | -2/+2 |
| | |||||
* | Make is_process_running() work as it should for the frickin 5th time. | Scott Ullrich | 2005-06-25 | 1 | -13/+3 |
| | |||||
* | Move the actual ps component of is_service_running into is_process_running. | Colin Smith | 2005-06-24 | 1 | -8/+17 |
| | |||||
* | ps a -> ps ax | Colin Smith | 2005-06-22 | 1 | -1/+2 |
| | |||||
* | We need to start services in the background to prevent blocking. | Colin Smith | 2005-06-22 | 1 | -1/+1 |
| | |||||
* | More fixes. | Colin Smith | 2005-06-22 | 1 | -6/+9 |
| | |||||
* | Fixes and updates. | Colin Smith | 2005-06-22 | 1 | -5/+6 |
| | |||||
* | Add is_service_running. | Colin Smith | 2005-06-22 | 1 | -0/+24 |
| | |||||
* | Add executable. | Colin Smith | 2005-06-22 | 1 | -1/+4 |
| | |||||
* | Clean up restart_service. | Colin Smith | 2005-06-22 | 1 | -8/+2 |
| | |||||
* | Add functions for starting, restarting, and stopping services. | Colin Smith | 2005-06-22 | 1 | -0/+66 |
| | |||||
* | Make sure we're writing to a realistic prefix ;) | Colin Smith | 2005-06-22 | 1 | -2/+1 |
| | |||||
* | Add service-utils.inc and write_rcfile. | Colin Smith | 2005-06-22 | 1 | -0/+58 |