[lwatch-cvs] files AUTHORS,1.4,1.5 INSTALL,1.3,1.4 NEWS,1.2,1.3 README,1.3,1.4 TODO,1.8,1.9
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-24 15:38:30
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv18884 Modified Files: AUTHORS INSTALL NEWS README TODO Log Message: - before-release checkout (0.2) Index: AUTHORS =================================================================== RCS file: /cvsroot/lwatch/files/AUTHORS,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AUTHORS 18 Mar 2003 11:58:45 -0000 1.4 --- AUTHORS 24 Mar 2003 15:38:24 -0000 1.5 *************** *** 4,5 **** --- 4,9 ---- Artur R. Czechowski <ar...@he...> - designer, main programmer Andrzej Oszer <os...@po...> - autotools support + + I would like to thank to some people who have helped me significantly with this project: + - Karolina Gajkowska <ka...@bl...> + - Dawid "QNeX" Kuroczko Index: INSTALL =================================================================== RCS file: /cvsroot/lwatch/files/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INSTALL 3 Feb 2003 14:07:25 -0000 1.3 --- INSTALL 24 Mar 2003 15:38:24 -0000 1.4 *************** *** 228,229 **** --- 228,234 ---- `configure --help' for more details. + `--enable-debug' + Show a lot of debug information during runtime + + `--enable-input' + Specify default input file instead /dev/lwatch Index: NEWS =================================================================== RCS file: /cvsroot/lwatch/files/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 18 Mar 2003 12:13:40 -0000 1.2 --- NEWS 24 Mar 2003 15:38:25 -0000 1.3 *************** *** 1,2 **** --- 1,5 ---- + 2003.03.24 + lwatch v.0.2 has been released, see Changelog for changes + 2003.03.18 <tada.wav> First release of lwatch: 0.1. I hope there is no bugs. Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README 18 Mar 2003 12:13:40 -0000 1.3 --- README 24 Mar 2003 15:38:25 -0000 1.4 *************** *** 6,14 **** Feature request: see TODO. ! This package requires PCRE library available at: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ For me it works with libpcre 3.4. ! There is only Linux supported for now, but on other platform this software should compile. --- 6,33 ---- Feature request: see TODO. ! Regular expression support is provided by the PCRE library package, ! which is open source software, written by Philip Hazel, and copyright ! by the University of Cambridge, England. ! ! PCRE library available at: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ For me it works with libpcre 3.4. ! I have tested this software only on linux, but for other platforms it also should compile. + + This package uses autotools. You can change all paths and directories + running configure with proper options. + Path and directories changes should be propagated into documentation + and binary. If not, please submit a bug (see BUGS for details). + + Default input file is /dev/lwatch. You can change it running: + configure --enable-input=/other/file + What do you think about adding proper entries into syslog/syslog-ng + configuration file? + + If you add this piece of software into any distrubution make me a favour and, + please, send me an email notice about it. + + Artur R. Czechowski <ar...@he...> Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TODO 24 Mar 2003 14:23:39 -0000 1.8 --- TODO 24 Mar 2003 15:38:25 -0000 1.9 *************** *** 2,19 **** $Source$ ! Now (for 0.2): ! ! Later: ! - documentation for lwatch.conf - 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 ! rules - timers - counters - support for growing regular files (like tail -f) ! - user defined message format - write documentation in info format - run as daemon --- 2,22 ---- $Source$ ! Now (for 0.3): - create fifo (if needed by user) - reopen fifos closed on syslog restart - proper signal handling + - option for output file + - configure: docbook2man (docbook-utils) support + + Later: + - configure: --with-pcre support + - dealing with getopt + - documentation for lwatch.conf - versioning of configuration file ! - extended rules: conditions, nested rules - timers - counters - support for growing regular files (like tail -f) ! - user defined input format - write documentation in info format - run as daemon |