[lwatch-cvs] files ChangeLog,1.4,1.5 TODO,1.5,1.6 configure,1.24,1.25
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-21 15:38:25
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv13746 Modified Files: ChangeLog TODO configure Log Message: - support for show_unparsed - create_fifo doesn't work, removed Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 21 Mar 2003 13:36:37 -0000 1.4 --- ChangeLog 21 Mar 2003 15:35:37 -0000 1.5 *************** *** 3,6 **** --- 3,7 ---- reading lwatch.conf from $sysconfdir compliant with GPL2.0 + support for show_unparsed Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TODO 21 Mar 2003 14:32:49 -0000 1.5 --- TODO 21 Mar 2003 15:35:39 -0000 1.6 *************** *** 3,10 **** Now (for next release): - - show or not unparsed lines (parameter in config file and runtime option) - complete manual Later: - versioning of configuration file - extended rules, i.e. line matches only if server and message matches given --- 3,12 ---- Now (for next release): - complete manual Later: + - create fifo (if needed by user) + - reopen fifos closed on syslog restart + - proper signal handling - versioning of configuration file - extended rules, i.e. line matches only if server and message matches given Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** configure 21 Mar 2003 14:27:48 -0000 1.24 --- configure 21 Mar 2003 15:35:40 -0000 1.25 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.20 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. --- 1,4 ---- #! /bin/sh ! # From configure.ac Revision: 1.21 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. |