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

Diff of /monit/p.y

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

revision 1.73 by chopp, Wed Jun 11 11:01:12 2003 UTC revision 1.74 by chopp, Wed Jun 11 15:00:16 2003 UTC
# Line 684  dependant       : STRING { adddependant( Line 684  dependant       : STRING { adddependant(
684    
685  resource        : /* Old syntax */  resource        : /* Old syntax */
686                    CPUUSAGE operator value {                    CPUUSAGE operator value {
687                      YERROR("Error: 'CPUUSAGE' is deprecated at -"                      YERROR("Error: 'CPUUSAGE' is deprecated -"
688                             " use 'CPU' instead");                             " use the 'CPU' statement instead");
689                    }                    }
690                  | MEMUSAGE operator value {                  | MEMUSAGE operator value {
691                      YERROR("Error: 'MEMUSAGE' is deprecated at -"                      YERROR("Error: 'MEMUSAGE' is deprecated -"
692                             " use 'MEMORY' instead");                             " use the 'MEMORY' statement instead");
693                    }                    }
694                  | MEMKBYTE operator value {                  | MEMKBYTE operator value {
695                      YERROR("Error: 'MEMKBYTE' is deprecated at -"                      YERROR("Error: 'MEMKBYTE' is deprecated -"
696                             " use 'MEMORY' instead");                             " use the 'MEMORY' statement instead");
697                    }                    }
698                  /* New syntax */                  /* New syntax */
699                  | MEMORY operator value unit {                  | MEMORY operator value unit {

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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