[lwatch-cvs] files README,1.16,1.17 TODO,1.22,1.23
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-08 12:08:53
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv2471 Modified Files: README TODO Log Message: - pre-0.3 check-in Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** README 5 Apr 2003 22:13:49 -0000 1.16 --- README 8 Apr 2003 12:08:47 -0000 1.17 *************** *** 45,49 **** - CPPFLAGS specifies additional directories where headers files are searched - LDFLAGS specifies additional directories where libraries are searched ! - LIBS specifies additional libraries which lwatch should be linked with(FIXME) If you have includes/libraries in non-standard directories you can run --- 45,49 ---- - CPPFLAGS specifies additional directories where headers files are searched - LDFLAGS specifies additional directories where libraries are searched ! - LIBS specifies additional libraries which lwatch should be linked with If you have includes/libraries in non-standard directories you can run *************** *** 100,101 **** --- 100,105 ---- install Cygwin from http://www.cygwin.com/ and read a note about Cygwin in this README. + + * Other OS + I have no shell access to any other platforms. Any feedback about compiling + and running lwatch on them is greatly appreciated. Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** TODO 7 Apr 2003 14:33:50 -0000 1.22 --- TODO 8 Apr 2003 12:08:47 -0000 1.23 *************** *** 2,6 **** $Source$ ! Later (for 0.4): - versioning of configuration file - run as daemon --- 2,6 ---- $Source$ ! Now (for 0.4): - versioning of configuration file - run as daemon *************** *** 10,28 **** - more documentation: complete lwatch(1), write lwatch.conf(5) ! Later: - timers - counters ! - signal handling - extended rules: conditions, nested rules - - support for growing regular files (like tail -f) - user defined input format - write documentation in info format - - running external program as action - take color codes from termcap (slang? ncurses?) - - dealing with ip's in logs Wont do: ! - create fifo (if needed by user) - installation task, should be done ! by the user If you have any feature request not presented here look at: --- 10,31 ---- - more documentation: complete lwatch(1), write lwatch.conf(5) ! Later (for 0.5): ! - support for growing regular files (like tail -f) ! - signal handling (reload configuration, reexec program) ! - dealing with ip's in logs ! ! Later (for 0.6): - timers - counters ! - running external program as action ! ! Later: - extended rules: conditions, nested rules - user defined input format - write documentation in info format - take color codes from termcap (slang? ncurses?) Wont do: ! - create fifo - installation task, should be done by the user/administrator If you have any feature request not presented here look at: |