]> git.pld-linux.org Git - packages/cflowd.git/blame - cflowd-yywrap.patch
- new
[packages/cflowd.git] / cflowd-yywrap.patch
CommitLineData
8baa2989
AM
1diff -urN cflowd-2-1-b1.org/classes/src/config.lex cflowd-2-1-b1/classes/src/config.lex
2--- cflowd-2-1-b1.org/classes/src/config.lex 2003-09-11 23:04:06.000000000 +0200
b9d68390
AM
3+++ cflowd-2-1-b1/classes/src/config.lex 2003-09-11 23:12:26.000000000 +0200
4@@ -48,8 +48,11 @@
8baa2989
AM
5 msg);
6 return;
7 }
8+
8baa2989
AM
9 %}
10
b9d68390
AM
11+%option noyywrap
12+
8baa2989 13 matched_OPTIONS ^[ \t]*OPTIONS[\t ]*[{][\t ]*
b9d68390
AM
14 matched_LOGFACILITY ^[ \t]*LOGFACILITY[:][\t ]*
15 matched_TCPCOLLECTPORT ^[ \t]*TCPCOLLECTPORT[:][\t ]*
This page took 0.11056 seconds and 4 git commands to generate.