[lwatch-cvs] files ChangeLog,1.37,1.38 TODO,1.47,1.48
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2009-02-28 16:40:29
|
Update of /cvsroot/lwatch/files In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7157 Modified Files: ChangeLog TODO Log Message: cfg_ver is obligatory now Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** TODO 28 Feb 2009 16:18:39 -0000 1.47 --- TODO 28 Feb 2009 16:40:23 -0000 1.48 *************** *** 5,9 **** - optional syslog support - debug/error messages should be optionally printed to syslog - - throw error if config file is without version - support for growing regular files (like tail -f) - signal handling (reload configuration, reexec program) --- 5,8 ---- Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** ChangeLog 28 Feb 2009 16:18:39 -0000 1.37 --- ChangeLog 28 Feb 2009 16:40:23 -0000 1.38 *************** *** 7,10 **** --- 7,11 ---- superfluous, however I would be glad to accept a working patch if you find this functionality vital for you + - cfg_ver is obligatory now, consult lwatch.conf(5) 0.4.1: - manual typos (arturcz) |