[lwatch-cvs] files/src yparse.l,1.27,1.28
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2005-02-16 13:55:18
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29923/src Modified Files: yparse.l Log Message: permanently remove input_fifo Index: yparse.l =================================================================== RCS file: /cvsroot/lwatch/files/src/yparse.l,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** yparse.l 10 Aug 2004 12:15:20 -0000 1.27 --- yparse.l 16 Feb 2005 13:55:08 -0000 1.28 *************** *** 72,76 **** %option noyywrap nounput ! M_KEYWORD input_fifo|input_file|output_file|show_unparsed|cfg_ver R_KEYCOLOR date_color|host_color|serv_color|mesg_color|color|highlight R_KEYWORD match_service|match_host|ignore|exit --- 72,76 ---- %option noyywrap nounput ! M_KEYWORD input_file|output_file|show_unparsed|cfg_ver R_KEYCOLOR date_color|host_color|serv_color|mesg_color|color|highlight R_KEYWORD match_service|match_host|ignore|exit *************** *** 104,110 **** <INITIAL,COLOR,REGEXP,ERROR,SECOND,MULTI>\n lineno++; <*>{COMMENT} ; /* Skip comments */ - <INITIAL>input_fifo= { - die("lwatch.conf: OPTION input_fifo IN LINE %i IS DEPRECATED.\nUSE input_file INSTEAD IT.\n",lineno); - } <INITIAL>input_file= { yypch=lw_conf.in_file; --- 104,107 ---- |