lwatch-cvs Mailing List for Log Watcher (Page 3)
Brought to you by:
arturcz
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
(22) |
Aug
(11) |
Sep
(5) |
Oct
|
Nov
(4) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(5) |
Feb
(29) |
Mar
(85) |
Apr
(45) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
(30) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(55) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2005 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(6) |
Mar
(12) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
| 2010 |
Jan
|
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Artur R. C. <ar...@us...> - 2005-02-16 14:52:44
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11079 Modified Files: ChangeLog TODO configure.ac Log Message: dumping ./configure flags when run with -v Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** configure.ac 19 Aug 2004 10:52:02 -0000 1.49 --- configure.ac 16 Feb 2005 14:52:35 -0000 1.50 *************** *** 3,12 **** # $Source$ #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4.1]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) AC_CANONICAL_BUILD AC_CANONICAL_HOST --- 3,17 ---- # $Source$ + #Preinitializing + #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.5]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) + ALL_PARAMS="$*" + echo dupa + AC_CANONICAL_BUILD AC_CANONICAL_HOST *************** *** 27,30 **** --- 32,38 ---- AM_CONFIG_HEADER(src/config.h) + AH_TEMPLATE([ALLPARAMS], + [./configure options]) + AH_TEMPLATE([DEBUG], [Define to 1 if you want to compile with debug support.]) *************** *** 174,177 **** --- 182,190 ---- AC_DEFINE_UNQUOTED(INPUTFILE,"${INPUTFILE}") + dnl AC_DEFINE([ALLPARAMS],[],[Parameters from ./configure]) + ALLPARAMS="${ALL_PARAMS}" + AC_SUBST(ALLPARAMS) + AC_DEFINE_UNQUOTED(ALLPARAMS,"${ALLPARAMS}") + dnl Epilog AC_CONFIG_FILES([src/Makefile doc/Makefile Makefile]) Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** TODO 16 Feb 2005 13:55:08 -0000 1.45 --- TODO 16 Feb 2005 14:52:35 -0000 1.46 *************** *** 3,7 **** Now (for 0.5): - - option for dumping ./configure flags - optional syslog support - debug/error messages should be optionally printed to syslog --- 3,6 ---- Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** ChangeLog 16 Feb 2005 14:05:39 -0000 1.33 --- ChangeLog 16 Feb 2005 14:52:35 -0000 1.34 *************** *** 1,3 **** --- 1,4 ---- 0.5: - permanently remove input_fifo, --fifo and -f + - dumping ./configure flags when run with -v 0.4.1: - manual typos (arturcz) |
|
From: Artur R. C. <ar...@us...> - 2005-02-16 14:05:48
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32600/src Modified Files: settings.c Log Message: removed --fifo and -f Index: settings.c =================================================================== RCS file: /cvsroot/lwatch/files/src/settings.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** settings.c 10 Aug 2004 12:15:20 -0000 1.29 --- settings.c 16 Feb 2005 14:05:40 -0000 1.30 *************** *** 125,129 **** {"version",0,0,'v'}, {"config",1,0,'C'}, - {"fifo",1,0,'f'}, /* FIXME: it should be removed in next releases */ {"input",1,0,'i'}, {"output",1,0,'o'}, --- 125,128 ---- *************** *** 158,165 **** } break; - case 'f': - fprintf(stderr,"USAGE OF --fifo AND -f IS DEPRECATED.\n"); - fprintf(stderr,"PLEASE USE --input OR -i INSTEAD IT.\n"); - fprintf(stderr,"OPTIONS --fifo AND -f ARE SUBJECTS TO REMOVE IN NEXT RELEASE.\n"); case 'i': if(strlen(optarg)>MAXPATHLEN) { --- 157,160 ---- |
|
From: Artur R. C. <ar...@us...> - 2005-02-16 14:05:48
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32600 Modified Files: ChangeLog Log Message: removed --fifo and -f Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** ChangeLog 16 Feb 2005 13:56:18 -0000 1.32 --- ChangeLog 16 Feb 2005 14:05:39 -0000 1.33 *************** *** 1,3 **** ! 0.5: - permanently remove input_fifo 0.4.1: - manual typos (arturcz) --- 1,3 ---- ! 0.5: - permanently remove input_fifo, --fifo and -f 0.4.1: - manual typos (arturcz) |
|
From: Artur R. C. <ar...@us...> - 2005-02-16 13:56:27
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30256 Modified Files: ChangeLog Log Message: permanently remove input_fifo Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** ChangeLog 19 Aug 2004 10:52:02 -0000 1.31 --- ChangeLog 16 Feb 2005 13:56:18 -0000 1.32 *************** *** 1,2 **** --- 1,4 ---- + 0.5: - permanently remove input_fifo + 0.4.1: - manual typos (arturcz) - change defaults in config file (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 ---- |
|
From: Artur R. C. <ar...@us...> - 2005-02-16 13:55:16
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29923 Modified Files: TODO Log Message: permanently remove input_fifo Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** TODO 16 Feb 2005 13:51:59 -0000 1.44 --- TODO 16 Feb 2005 13:55:08 -0000 1.45 *************** *** 7,11 **** - debug/error messages should be optionally printed to syslog - throw error if config file is without version - - permanently remove input_fifo - support for growing regular files (like tail -f) - signal handling (reload configuration, reexec program) --- 7,10 ---- |
|
From: Artur R. C. <ar...@us...> - 2005-02-16 13:52:09
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29037 Modified Files: TODO Log Message: working on 0.5 Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** TODO 14 Aug 2004 17:34:05 -0000 1.43 --- TODO 16 Feb 2005 13:51:59 -0000 1.44 *************** *** 2,8 **** $Source$ ! Now (for 0.4): ! ! Later (for 0.5): - option for dumping ./configure flags - optional syslog support --- 2,6 ---- $Source$ ! Now (for 0.5): - option for dumping ./configure flags - optional syslog support |
|
From: Artur R. C. <ar...@us...> - 2004-12-15 08:27:55
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21700 Modified Files: README Log Message: Typo. Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** README 15 Dec 2004 08:23:06 -0000 1.27 --- README 15 Dec 2004 08:27:46 -0000 1.28 *************** *** 94,98 **** * OpenBSD Aleksander Piotrowski <ale...@ni...> maintains an OpenBSD ! port whichis available on http://ports.openbsd.pl/info/sysutils-lwatch.html * Linux on i386 --- 94,98 ---- * OpenBSD Aleksander Piotrowski <ale...@ni...> maintains an OpenBSD ! port which is available on http://ports.openbsd.pl/info/sysutils-lwatch.html * Linux on i386 |
|
From: Artur R. C. <ar...@us...> - 2004-12-15 08:23:15
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20766 Modified Files: README Log Message: Note about OpenBSD unofficial port. Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** README 14 Aug 2004 15:19:02 -0000 1.26 --- README 15 Dec 2004 08:23:06 -0000 1.27 *************** *** 92,95 **** --- 92,99 ---- Use `gmake' instead of `make' + * OpenBSD + Aleksander Piotrowski <ale...@ni...> maintains an OpenBSD + port whichis available on http://ports.openbsd.pl/info/sysutils-lwatch.html + * Linux on i386 No additional packages required. |
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:52:12
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6711 Modified Files: ChangeLog NEWS configure.ac Log Message: 0.4.1 release Index: NEWS =================================================================== RCS file: /cvsroot/lwatch/files/NEWS,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NEWS 14 Aug 2004 19:01:05 -0000 1.7 --- NEWS 19 Aug 2004 10:52:02 -0000 1.8 *************** *** 1,2 **** --- 1,8 ---- + 2004.08.19 + lwatch 0.4.1 contains fix for uninitialized variable bug which + could happen for some user configuration (thanks to kender for + reporting it), small change required to create an OpenBSD port + and some corrected typos in documentation + 2004.08.14 lwatch 0.4 has been released. The benefit of upgrading to this Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** configure.ac 14 Aug 2004 19:01:05 -0000 1.48 --- configure.ac 19 Aug 2004 10:52:02 -0000 1.49 *************** *** 5,9 **** #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4+cvs]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) --- 5,9 ---- #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4.1]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** ChangeLog 19 Aug 2004 10:38:37 -0000 1.30 --- ChangeLog 19 Aug 2004 10:52:02 -0000 1.31 *************** *** 1,3 **** ! new: - manual typos (arturcz) - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) --- 1,3 ---- ! 0.4.1: - manual typos (arturcz) - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) |
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:38:54
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4508 Modified Files: ChangeLog Log Message: Thanks to kender. Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** ChangeLog 19 Aug 2004 10:34:40 -0000 1.29 --- ChangeLog 19 Aug 2004 10:38:37 -0000 1.30 *************** *** 2,6 **** - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) ! - fixed lwatch crashes for some spurious configuration (arturcz) 0.4: - cleaned code to compile without warnings when -Wall is used, --- 2,7 ---- - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) ! - fixed lwatch crashes for some spurious configuration, thanks kender ! (arturcz) 0.4: - cleaned code to compile without warnings when -Wall is used, *************** *** 41,42 **** --- 42,45 ---- 0.1: - first public release. Basic functionality implemented (parse and colourize logs) (arturcz) + + # vim:tw=78: |
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:34:59
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4000 Modified Files: ChangeLog Log Message: Bugfix. Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** ChangeLog 18 Aug 2004 07:26:48 -0000 1.28 --- ChangeLog 19 Aug 2004 10:34:40 -0000 1.29 *************** *** 2,5 **** --- 2,6 ---- - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) + - fixed lwatch crashes for some spurious configuration (arturcz) 0.4: - cleaned code to compile without warnings when -Wall is used, |
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:30:18
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3080 Modified Files: strpcre.c Log Message: For spurious user configuration following while loop could never be run and pres contains random pointer. That's why we need to assign proper value. Index: strpcre.c =================================================================== RCS file: /cvsroot/lwatch/files/src/strpcre.c,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** strpcre.c 11 Mar 2004 23:43:43 -0000 1.27 --- strpcre.c 19 Aug 2004 10:30:01 -0000 1.28 *************** *** 138,141 **** --- 138,142 ---- pmatch=newstr(str); start_match=0; + pres=pmatch; sprintf(ctrl,"^%02i",HL_COLOR); while(pcre_exec(act->re,act->rh,pmatch,strlen(pmatch),start_match,0,(int*)&re_matches,RE_NMATCHES)>0) { |
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:23:54
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2506 Modified Files: lwatch.c Log Message: I forgot about an argument. Index: lwatch.c =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** lwatch.c 18 Aug 2004 07:26:49 -0000 1.25 --- lwatch.c 19 Aug 2004 10:23:43 -0000 1.26 *************** *** 89,93 **** #endif } else { ! io_fcheck(freopen(lw_conf.out_file,"w",stdout)); /* io_check(fd=open(lw_conf.out_file,O_WRONLY),lw_conf.out_file); */ #ifdef DEBUG --- 89,93 ---- #endif } else { ! io_fcheck(freopen(lw_conf.out_file,"w",stdout),lw_conf.out_file); /* io_check(fd=open(lw_conf.out_file,O_WRONLY),lw_conf.out_file); */ #ifdef DEBUG |
|
From: Artur R. C. <ar...@us...> - 2004-08-18 07:52:59
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11337 Modified Files: README.cvs Log Message: Note about lwatch-cvs mailing list. Index: README.cvs =================================================================== RCS file: /cvsroot/lwatch/files/README.cvs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README.cvs 14 Aug 2004 15:19:02 -0000 1.3 --- README.cvs 18 Aug 2004 07:52:48 -0000 1.4 *************** *** 31,33 **** --- 31,36 ---- See README for more information about building lwatch from sources. + Last but not least. It is suggested to subscribe to lwatch-cvs mailing list: + http://lists.sourceforge.net/mailman/listinfo/lwatch-cvs + vim:tw=78: |
|
From: Artur R. C. <ar...@us...> - 2004-08-18 07:26:58
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6687 Modified Files: ChangeLog Log Message: stdout is not correct l-value on OpenBSD Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** ChangeLog 14 Aug 2004 18:17:35 -0000 1.27 --- ChangeLog 18 Aug 2004 07:26:48 -0000 1.28 *************** *** 1,2 **** --- 1,6 ---- + new: - manual typos (arturcz) + - change defaults in config file (arturcz) + - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) + 0.4: - cleaned code to compile without warnings when -Wall is used, at least on Linux/i386 (arturcz) |
|
From: Artur R. C. <ar...@us...> - 2004-08-18 07:26:57
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6687/src Modified Files: lwatch.c Log Message: stdout is not correct l-value on OpenBSD Index: lwatch.c =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** lwatch.c 12 Jan 2004 21:19:41 -0000 1.24 --- lwatch.c 18 Aug 2004 07:26:49 -0000 1.25 *************** *** 89,93 **** #endif } else { ! stdout=freopen(lw_conf.out_file,"w",stdout); /* io_check(fd=open(lw_conf.out_file,O_WRONLY),lw_conf.out_file); */ #ifdef DEBUG --- 89,93 ---- #endif } else { ! io_fcheck(freopen(lw_conf.out_file,"w",stdout)); /* io_check(fd=open(lw_conf.out_file,O_WRONLY),lw_conf.out_file); */ #ifdef DEBUG |
|
From: Artur R. C. <ar...@us...> - 2004-08-17 07:44:28
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29052 Modified Files: lwatch.conf Log Message: Use built-in defaults for {in,out}put_file. Index: lwatch.conf =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** lwatch.conf 11 Aug 2004 23:44:42 -0000 1.26 --- lwatch.conf 17 Aug 2004 07:40:52 -0000 1.27 *************** *** 24,33 **** # if filename - it should be named fifo, where syslogd logs # - means: read from stdin (via tail -f logfile | lwatch ) ! input_file=/var/lwatch/syslog.fifo # remember to configure your syslog # Where to print colored logs? ! # Any filename accepted, especially /dev/tty*, put - if you want to output into ! # a console ! output_file=/dev/tty11 # What to do with unparsed lines like: --- 24,34 ---- # if filename - it should be named fifo, where syslogd logs # - means: read from stdin (via tail -f logfile | lwatch ) ! # Run lwatch -h to see default input file. ! #input_file=/var/lwatch/syslog.fifo # remember to configure your syslog # Where to print colored logs? ! # Any filename accepted, especially /dev/tty*. ! # Run lwatch -h to see default output file. ! #output_file=/dev/tty11 # What to do with unparsed lines like: |
|
From: Artur R. C. <ar...@us...> - 2004-08-17 07:40:53
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28374 Modified Files: lwatch.conf.sgml lwatch.sgml Log Message: Proofreading, thank to pelotas. Index: lwatch.conf.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.conf.sgml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lwatch.conf.sgml 11 Aug 2004 13:37:04 -0000 1.4 --- lwatch.conf.sgml 17 Aug 2004 07:36:58 -0000 1.5 *************** *** 70,75 **** <para><option>serv_color</option> - default color of service part</para> <para><option>mesg_color</option> - default color of message part</para> ! <para><option>input_file</option> - where lwatch is reading data from, built-in default is &infile;, could be overwriten with command line option <option>-i</option></para> ! <para><option>output_file</option> - where lwatch output colored data; built-in default is stdout (-), could be overwriten with command line option <option>-o</option></para> <para><option>show_unparsed</option> - by default lwatch ignores lines which cannot be splitted into date, host, service and message, set this variable to yes if you would like to see those lines; it is the same as command line option <option>-s</option></para> --- 70,75 ---- <para><option>serv_color</option> - default color of service part</para> <para><option>mesg_color</option> - default color of message part</para> ! <para><option>input_file</option> - where lwatch is reading data from, built-in default is &infile;, could be overwritten with command line option <option>-i</option></para> ! <para><option>output_file</option> - where lwatch output colored data; built-in default is stdout (-), could be overwritten with command line option <option>-o</option></para> <para><option>show_unparsed</option> - by default lwatch ignores lines which cannot be splitted into date, host, service and message, set this variable to yes if you would like to see those lines; it is the same as command line option <option>-s</option></para> Index: lwatch.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** lwatch.sgml 11 Aug 2004 13:37:04 -0000 1.19 --- lwatch.sgml 17 Aug 2004 07:36:58 -0000 1.20 *************** *** 222,226 **** <refsect1> <title>NOTE FROM AUTHOR</title> ! <para>I have writen this tool for my own needs because perl tools, however flexible, eated a lot of memory and CPU. I have found it useful and I share it with the Open Source Community. But still, developing of this software is driven --- 222,226 ---- <refsect1> <title>NOTE FROM AUTHOR</title> ! <para>I have written this tool for my own needs because perl tools, however flexible, eated a lot of memory and CPU. I have found it useful and I share it with the Open Source Community. But still, developing of this software is driven |
|
From: Artur R. C. <ar...@us...> - 2004-08-14 19:01:14
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30251 Modified Files: NEWS configure.ac Log Message: Post release commit. Index: NEWS =================================================================== RCS file: /cvsroot/lwatch/files/NEWS,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NEWS 14 Aug 2004 18:35:46 -0000 1.6 --- NEWS 14 Aug 2004 19:01:05 -0000 1.7 *************** *** 1,7 **** 2004.08.14 ! lwatch 0.4 has been released. Most benefit from upgrade to this version is user's manual for lwatch program and lwatch.conf configuration file. Also build documentation is up to date now. ! Please note, that input_fifo is obsoleted now. You should use input_file instead. --- 1,7 ---- 2004.08.14 ! lwatch 0.4 has been released. The benefit of upgrading to this version is user's manual for lwatch program and lwatch.conf configuration file. Also build documentation is up to date now. ! Please note that input_fifo is obsoleted now. You should use input_file instead. Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** configure.ac 14 Aug 2004 17:34:05 -0000 1.47 --- configure.ac 14 Aug 2004 19:01:05 -0000 1.48 *************** *** 5,9 **** #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) --- 5,9 ---- #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4+cvs]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) |
|
From: Artur R. C. <ar...@us...> - 2004-08-14 18:35:54
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26585 Modified Files: NEWS Log Message: Release 0.4 Index: NEWS =================================================================== RCS file: /cvsroot/lwatch/files/NEWS,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NEWS 8 Apr 2003 14:42:42 -0000 1.5 --- NEWS 14 Aug 2004 18:35:46 -0000 1.6 *************** *** 1,2 **** --- 1,9 ---- + 2004.08.14 + lwatch 0.4 has been released. Most benefit from upgrade to this + version is user's manual for lwatch program and lwatch.conf + configuration file. Also build documentation is up to date now. + Please note, that input_fifo is obsoleted now. You should use + input_file instead. + 2003.04.08 lwatch 0.3 has been released. Following good tradition from bogofilter *************** *** 12,13 **** --- 19,22 ---- 2003.03.18 <tada.wav> First release of lwatch: 0.1. I hope there is no bugs. + + vim:tw=78: |
|
From: Artur R. C. <ar...@us...> - 2004-08-14 18:17:44
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23858 Modified Files: ChangeLog Log Message: Updated for 0.4 Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** ChangeLog 14 Aug 2004 15:56:14 -0000 1.26 --- ChangeLog 14 Aug 2004 18:17:35 -0000 1.27 *************** *** 10,13 **** --- 10,14 ---- - complete build documentation: README, README.cvs, INSTALL (arturcz) - configure: --with-pcre support (arturcz) + - create default input_file during make install (arturcz) 0.3: - --fifo and -f are deprecated, use --input and -i instead (arturcz) |
|
From: Artur R. C. <ar...@us...> - 2004-08-14 17:53:00
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19715/src Modified Files: Makefile.am Log Message: Let's create default input fifo during installation. Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/src/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 24 Mar 2003 13:43:22 -0000 1.7 --- Makefile.am 14 Aug 2004 17:52:51 -0000 1.8 *************** *** 4,5 **** --- 4,9 ---- dist_sysconf_DATA = lwatch.conf CLEANFILES = yparse.c stamp-h.in *~ + + install-data-hook: + mkdir -p `echo $(DESTDIR)@INPUTFILE@ | $(SED) -e 's#/[^/]*$$##'` + mknod $(DESTDIR)@INPUTFILE@ p |
|
From: Artur R. C. <ar...@us...> - 2004-08-14 17:34:14
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16361 Modified Files: TODO configure.ac Log Message: By default place input fifo in ${localstatedir}/lib/syslog.fifo Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** configure.ac 14 Aug 2004 15:47:06 -0000 1.46 --- configure.ac 14 Aug 2004 17:34:05 -0000 1.47 *************** *** 159,170 **** AM_CONDITIONAL(HAVE_D2M, test "$dbook2man" != "no") AC_MSG_CHECKING(for default input file) AC_ARG_ENABLE(input, ! AC_HELP_STRING([--enable-input=file],[Specify default input file other than /var/lwatch/syslog.fifo]), ,[enable_input="yes"]) if test "$enable_input" = "no"; then ! enable_input="/var/lwatch/syslog.fifo" fi if test "$enable_input" = "yes"; then ! enable_input="/var/lwatch/syslog.fifo" fi AC_MSG_RESULT($enable_input); --- 159,171 ---- AM_CONDITIONAL(HAVE_D2M, test "$dbook2man" != "no") + arc_localstatedir=`eval echo $localstatedir` AC_MSG_CHECKING(for default input file) AC_ARG_ENABLE(input, ! AC_HELP_STRING([--enable-input=file],[Specify default input file other than ${localstatedir}/lib/syslog.fifo]), ,[enable_input="yes"]) if test "$enable_input" = "no"; then ! enable_input=${arc_localstatedir}/lib/syslog.fifo fi if test "$enable_input" = "yes"; then ! enable_input=${arc_localstatedir}/lib/syslog.fifo fi AC_MSG_RESULT($enable_input); Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** TODO 14 Aug 2004 15:55:04 -0000 1.42 --- TODO 14 Aug 2004 17:34:05 -0000 1.43 *************** *** 3,7 **** Now (for 0.4): - - localstatedir -> /var Later (for 0.5): --- 3,6 ---- |
|
From: Artur R. C. <ar...@us...> - 2004-08-14 15:56:22
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1777 Modified Files: ChangeLog Log Message: Completed build documentation. Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** ChangeLog 11 Aug 2004 22:56:08 -0000 1.25 --- ChangeLog 14 Aug 2004 15:56:14 -0000 1.26 *************** *** 8,11 **** --- 8,12 ---- without version (arturcz) - complete user manual (arturcz) + - complete build documentation: README, README.cvs, INSTALL (arturcz) - configure: --with-pcre support (arturcz) |