summaryrefslogtreecommitdiffstats
path: root/etc/inc/service-utils.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix write_rcfile() declaring $rcfileprefix as global and touching rcfile befo...Renato Botelho2010-09-201-0/+7
* Fix variable name typo in status_services.php and fix return value of is_pid_...Erik Fonnesbeck2010-09-071-1/+1
* Correct binaries and find_dhclient_processErmal2010-08-311-1/+1
* $g is needed here.Ermal2010-08-311-0/+2
* Ticket #485. Correct code and use pkill/pgrep to match or kill process. Since...Ermal2010-08-311-50/+52
* Bring up openvpn up to speed and try to bring this file near to useful/readable.Ermal2010-08-311-4/+5
* Use procatat instead of ps as the latter always prints a header, alsothompsa2010-03-121-1/+1
* '\b' is not the word boundary on BSD, its actually '[[:<:]]' and '[[:>:]]',thompsa2010-03-121-2/+2
* Check to see if processes are running before killingsullrich2009-12-021-1/+3
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-1/+6
* * Move other functions around to where it makes sense.Ermal Luçi2009-04-261-5/+0
* Added custom_php_service_status_command support for packages.Eirik Oeverby2009-03-111-1/+8
* Fix display of DHCP status on Status -> InterfacesChris Buechler2009-03-091-2/+1
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
* remove part of solution of problem solved elsewhereTimo Boettcher2007-06-211-4/+1
* Make OpenVPN usable in status_service.phpTimo Boettcher2007-06-211-43/+52
* * Fix release / renewScott Ullrich2006-12-231-5/+4
* Fix DHCP status on status_interfaces.php. Use find_dhclient_process() for test.Seth Mos2006-12-221-6/+7
* MFC 15382Scott Ullrich2006-11-191-1/+1
* Correctly start services from /usr/local/etc/rc.d/ first before any other methodScott Ullrich2006-09-301-2/+2
* Correctly start services from /usr/local/etc/rc.d/ first before any other methodScott Ullrich2006-09-301-2/+7
* MFC 12461Scott Ullrich2006-05-301-3/+2
* We're in 2006 now, totoScott Ullrich2006-04-081-1/+1
* If we cannot find a service executable for an item and we make it to the bott...Scott Ullrich2006-03-101-3/+6
* Do one command or the otherScott Ullrich2006-01-301-3/+5
* Correctly detect start scriptScott Ullrich2006-01-301-1/+1
* Correctly detect start scriptScott Ullrich2006-01-301-1/+4
* Remove trailing newlineScott Ullrich2006-01-181-0/+2
* Use ps awuxScott Ullrich2005-11-131-1/+1
* MFC 7080 7084Scott Ullrich2005-10-231-10/+7
* Make sure service is stopped before startingScott Ullrich2005-10-071-0/+2
* * Add is_dhcp_running()Scott Ullrich2005-08-121-0/+8
* is_process_running():Colin Smith2005-08-061-2/+2
* * Add ascii art from holgerScott Ullrich2005-07-301-0/+2
* Add restart_service_if_running.Colin Smith2005-07-191-0/+7
* Comment cleanupScott Ullrich2005-07-061-13/+0
* Various code cleanups and a few actual bugfixes courtesy of ZendBill Marquette2005-07-041-4/+3
* Add suggested fix for is_process_running(), which seems broken.Colin Smith2005-06-281-0/+13
* Whoops. Don't forget to merge.Colin Smith2005-06-261-22/+18
* Typos.Colin Smith2005-06-261-22/+26
* Make *_service less picky.Colin Smith2005-06-261-4/+4
* Revert is_service_running to rev 1.10.Colin Smith2005-06-261-1/+8
* Comment cleanupsScott Ullrich2005-06-261-8/+2
* add a comment that if you change this function, ill kill ya.Scott Ullrich2005-06-251-0/+6
* Really make is_process_running() work as it should for the frickin 5th time.Scott Ullrich2005-06-251-2/+2
* Make is_process_running() work as it should for the frickin 5th time.Scott Ullrich2005-06-251-13/+3
* Move the actual ps component of is_service_running into is_process_running.Colin Smith2005-06-241-8/+17
* ps a -> ps axColin Smith2005-06-221-1/+2
* We need to start services in the background to prevent blocking.Colin Smith2005-06-221-1/+1
* More fixes.Colin Smith2005-06-221-6/+9
OpenPOWER on IntegriCloud