Project

General

Profile

Download (6.37 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0e16b9ca 04/08/2006 02:04 AM Scott Ullrich

We're in 2006 now, toto

b39dc701 03/10/2006 11:01 PM Scott Ullrich

If we cannot find a service executable for an item and we make it to the bottom of stop_service() then simply killall service name

a4ea3340 01/30/2006 03:23 AM Scott Ullrich

Do one command or the other

2fc057fd 01/30/2006 03:21 AM Scott Ullrich

Correctly detect start script

c19a49e0 01/30/2006 03:20 AM Scott Ullrich

Correctly detect start script

ff074bf9 01/18/2006 09:05 PM Scott Ullrich

Remove trailing newline

6a3464b7 11/13/2005 12:13 AM Scott Ullrich

Use ps awux

c2b6723a 10/23/2005 05:36 PM Scott Ullrich

MFC 7080 7084
Minor cleanup and comment out old $ps code for the time being.
Fix backwards comment.

2523de53 10/07/2005 11:57 PM Scott Ullrich

Make sure service is stopped before starting

Ticket #590

8ff8520f 08/12/2005 09:59 PM Scott Ullrich
  • Add is_dhcp_running()
  • Modify status_interfaces.php to use is_dhcp_running()
d96e7a05 08/06/2005 11:17 PM Colin Smith

is_process_running(): * grep -v grep * 2 -> 0

25d3fbd5 07/30/2005 11:01 PM Scott Ullrich
  • Add ascii art from holger
  • Add base services to status -> services menu
0661a033 07/19/2005 07:49 AM Colin Smith

Add restart_service_if_running.

d1a87413 07/06/2005 07:20 PM Scott Ullrich

Comment cleanup

669e1adb 07/04/2005 09:00 PM Bill Marquette

Various code cleanups and a few actual bugfixes courtesy of Zend

8f24e17c 06/28/2005 12:43 AM Colin Smith

Add suggested fix for is_process_running(), which seems broken.

a8dbad89 06/26/2005 07:29 AM Colin Smith

Whoops. Don't forget to merge.

636ab238 06/26/2005 07:24 AM Colin Smith

Typos.

58f8fb10 06/26/2005 04:27 AM Colin Smith

Make *_service less picky.

1f846058 06/26/2005 03:57 AM Colin Smith

Revert is_service_running to rev 1.10.

1c4ec345 06/26/2005 02:59 AM Scott Ullrich

Comment cleanups

35916668 06/25/2005 11:14 PM Scott Ullrich

add a comment that if you change this function, ill kill ya.

750ad167 06/25/2005 11:07 PM Scott Ullrich

Really make is_process_running() work as it should for the frickin 5th time.

4c943221 06/25/2005 11:06 PM Scott Ullrich

Make is_process_running() work as it should for the frickin 5th time.

fbeb6d02 06/24/2005 12:33 AM Colin Smith

Move the actual ps component of is_service_running into is_process_running.

815af8fb 06/22/2005 07:34 PM Colin Smith

ps a -> ps ax

b9083801 06/22/2005 07:13 PM Colin Smith

We need to start services in the background to prevent blocking.

58826c73 06/22/2005 04:25 AM Colin Smith

More fixes.

a93f79c1 06/22/2005 04:22 AM Colin Smith

Fixes and updates.

ec4e071a 06/22/2005 03:46 AM Colin Smith

Add is_service_running.

dc312bf5 06/22/2005 03:32 AM Colin Smith

Add executable.

1ffc911a 06/22/2005 03:29 AM Colin Smith

Clean up restart_service.

31f346a8 06/22/2005 03:28 AM Colin Smith

Add functions for starting, restarting, and stopping services.

b662f54f 06/22/2005 03:17 AM Colin Smith

Make sure we're writing to a realistic prefix ;)

c83068f6 06/22/2005 03:16 AM Colin Smith

Add service-utils.inc and write_rcfile.