/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.31 by hauk, Sun Nov 3 08:43:50 2002 UTC revision 1.32 by hauk, Sun Nov 3 08:59:08 2002 UTC
# Line 326  pemfile         : PEMFILE PATH { Line 326  pemfile         : PEMFILE PATH {
326                       Run.httpsslpem= $2;                       Run.httpsslpem= $2;
327                       if(!check_file(Run.httpsslpem,                       if(!check_file(Run.httpsslpem,
328                                      "SSL server PEM file", S_IRWXU))                                      "SSL server PEM file", S_IRWXU))
329                           cfg_errflag++;                           yyerror("Parse error");
330                    }                    }
331                  ;                  ;
332    
# Line 336  clientpemfile   : /* EMPTY */ Line 336  clientpemfile   : /* EMPTY */
336                       Run.clientssl= TRUE;                       Run.clientssl= TRUE;
337                       if(!check_file(Run.httpsslclientpem,                       if(!check_file(Run.httpsslclientpem,
338                                      "SSL client PEM file",                                      "SSL client PEM file",
339                     S_IRWXU | S_IRGRP | S_IROTH))                                      S_IRWXU | S_IRGRP | S_IROTH))
340                           cfg_errflag++;                           yyerror("Parse error");
341                    }                    }
342                  ;                  ;
343    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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