/[monit]/monit/l.l
ViewVC logotype

Diff of /monit/l.l

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

revision 1.29 by martinp, Tue Feb 11 21:27:39 2003 UTC revision 1.30 by hauk, Wed Apr 30 23:24:22 2003 UTC
# Line 78  stoparg     stop{wws}(program)?{wws}["] Line 78  stoparg     stop{wws}(program)?{wws}["]
78  (#.*)?\\?\n       { lineno++; }  (#.*)?\\?\n       { lineno++; }
79    
80  i(f|s)            {/* EMPTY */}  i(f|s)            {/* EMPTY */}
81    as                {/* EMPTY */}
82  are               {/* EMPTY */}  are               {/* EMPTY */}
83  for               {/* EMPTY */}  for               {/* EMPTY */}
84  on(ly)?           {/* EMPTY */}  on(ly)?           {/* EMPTY */}
# Line 148  active            { return ACTIVE; } Line 149  active            { return ACTIVE; }
149  passive           { return PASSIVE; }  passive           { return PASSIVE; }
150  manual            { return MANUAL; }  manual            { return MANUAL; }
151  group             { return GROUP; }  group             { return GROUP; }
152    uid               { return UID; }
153    gid               { return GID; }
154    env(ironment)?    { return ENVIRONMENT; }
155  request           { return REQUEST; }  request           { return REQUEST; }
156  depend(s)?        { return DEPENDS; }  depend(s)?        { return DEPENDS; }
157  cpuusage          { return CPUUSAGE; }  cpuusage          { return CPUUSAGE; }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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