[lwatch-cvs] files/src lwatch.conf,1.7,1.8
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-23 12:04:57
|
Update of /cvsroot/lwatch/files/src In directory usw-pr-cvs1:/tmp/cvs-serv13433 Modified Files: lwatch.conf Log Message: Fix config file to new behavior. Index: lwatch.conf =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lwatch.conf 23 Jul 2002 11:41:04 -0000 1.7 --- lwatch.conf 23 Jul 2002 12:04:54 -0000 1.8 *************** *** 54,58 **** /disconnect\w*/ highlight=red # highlight only disconnect on red ! /connect\w*/ highlight=green # highlight only connect on green /reject\w*/ highlight=red --- 54,58 ---- /disconnect\w*/ highlight=red # highlight only disconnect on red ! /\Wconnect\w*/ highlight=green # highlight only connect on green /reject\w*/ highlight=red *************** *** 60,63 **** --- 60,64 ---- /success\w*/ highlight=green /sent/ highlight=green + /lost/ highlight=red /deferred/ highlight=yellow |