[lwatch-cvs] files INSTALL,1.5,1.6 TODO,1.39,1.40
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 15:30:29
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30703 Modified Files: INSTALL TODO Log Message: ./configure options described in INSTALL Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** TODO 14 Aug 2004 15:22:27 -0000 1.39 --- TODO 14 Aug 2004 15:30:20 -0000 1.40 *************** *** 3,7 **** Now (for 0.4): - - more documentation: edit INSTALL - option for dumping ./configure flags --- 3,6 ---- Index: INSTALL =================================================================== RCS file: /cvsroot/lwatch/files/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** INSTALL 8 Apr 2003 14:19:02 -0000 1.5 --- INSTALL 14 Aug 2004 15:30:20 -0000 1.6 *************** *** 234,237 **** Show a lot of debug information during runtime ! `--enable-input' ! Specify default input file instead /dev/lwatch --- 234,246 ---- Show a lot of debug information during runtime ! `--enable-input=PATH' ! Specify default input file instead /var/lwatch/syslog.fifo ! ! `--enable-resize' ! Cut output line to terminal width. This feature is broken now, use it on ! your own risk ! ! `--with-libpcre=PATH' ! Specify directory with pcre development files ! ! vim:tw=78: |