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

Diff of /monit/p.y

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

revision 1.22 by chopp, Tue Oct 8 11:34:37 2002 UTC revision 1.23 by chopp, Tue Oct 8 14:40:22 2002 UTC
# Line 163  Line 163 
163    char *string;    char *string;
164  }  }
165    
166  %token SET LOGFILE DAEMON SYSLOG MAILSERVER HTTPD SSLHTTPD ALLOW ADDRESS INIT  %token SET LOGFILE DAEMON SYSLOG MAILSERVER HTTPD HTTPDS ALLOW ADDRESS INIT
167  %token PEMFILE  %token PEMFILE
168  %token CHECK PIDFILE START STOP  %token CHECK PIDFILE START STOP
169  %token HOST PORT TYPE UDP TCP TCPSSL PROTOCOL  %token HOST PORT TYPE UDP TCP TCPSSL PROTOCOL
# Line 287  sethttpd        : SET HTTPD PORT NUMBER Line 287  sethttpd        : SET HTTPD PORT NUMBER
287                     Run.httpdssl= FALSE;                     Run.httpdssl= FALSE;
288                     Run.httpdport= $4;                     Run.httpdport= $4;
289                   }                   }
290                  | SET SSLHTTPD PORT NUMBER bindaddress pemfile allowlist {                  | SET HTTPDS PORT NUMBER bindaddress pemfile allowlist {
291                     if(!have_ssl()) {                     if(!have_ssl()) {
292                       error("%s: SSL is not supported at line %d\n",                       error("%s: SSL is not supported at line %d\n",
293                             prog, lineno-1);                             prog, lineno-1);

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