/[monit]/monit/control.c
ViewVC logotype

Diff of /monit/control.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by hauk, Tue Dec 17 20:07:20 2002 UTC revision 1.23 by rory, Tue Dec 17 23:30:43 2002 UTC
# Line 227  void check_process(char *P, char *action Line 227  void check_process(char *P, char *action
227     */     */
228    if(is(action, "start")) {    if(is(action, "start")) {
229    
230        if( is_process_running(p) ) {
231          return;
232        }
233    
234      if(!p->start) {      if(!p->start) {
235        error("%s: Start method not defined -- process %s\n",        error("%s: Start method not defined -- process %s\n",
236              prog, P);              prog, P);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26