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

Diff of /monit/p.y

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

revision 1.43 by hauk, Fri Nov 29 22:35:34 2002 UTC revision 1.44 by hauk, Mon Dec 2 14:35:50 2002 UTC
# Line 192  Line 192 
192  %token GROUP REQUEST DEPEND  %token GROUP REQUEST DEPEND
193  %token TIMESTAMP SECOND MINUTE HOUR DAY  %token TIMESTAMP SECOND MINUTE HOUR DAY
194    
 %nonassoc CHECKSUM  
 %nonassoc START  
 %nonassoc STOP  
 %nonassoc DEPEND  
   
195  %left GREATER LESS EQUAL NOTEQUAL  %left GREATER LESS EQUAL NOTEQUAL
196    
197  %%  %%
# Line 604  time            : /* EMPTY */ { $<number Line 599  time            : /* EMPTY */ { $<number
599                  | DAY         { $<number>$= TIME_DAY; }                  | DAY         { $<number>$= TIME_DAY; }
600                  ;                  ;
601    
602  action          : /* EMPTY */ { $<number>$= ACTION_ALERT; }  action          : ALERT       { $<number>$= ACTION_ALERT; }
                 | ALERT       { $<number>$= ACTION_ALERT; }  
603                  | RESTART     { $<number>$= ACTION_RESTART; }                  | RESTART     { $<number>$= ACTION_RESTART; }
604                  | STOP        { $<number>$= ACTION_STOP; }                  | STOP        { $<number>$= ACTION_STOP; }
605                  ;                  ;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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