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

Diff of /monit/validate.c

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

revision 1.27 by martinp, Sun Dec 15 18:17:31 2002 UTC revision 1.28 by martinp, Tue Dec 17 07:58:35 2002 UTC
# Line 286  static void do_restart(Process_T p, char Line 286  static void do_restart(Process_T p, char
286      tmp=format(m, ap);      tmp=format(m, ap);
287    va_end(ap);    va_end(ap);
288    
289    if( p->mode!= MODE_PASSIVE && (p->start || p->stop) ) {    if(p->mode!=MODE_PASSIVE && p->start && p->stop) {
290    
291      log("Trying to restart '%s'\n", p->name);      log("Trying to restart '%s'\n", p->name);
292    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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