[lwatch-cvs] files/src lwatch.conf,1.8,1.9
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-23 12:09:28
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv14842
Modified Files:
lwatch.conf
Log Message:
Small fix due to change behavior.
Index: lwatch.conf
===================================================================
RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lwatch.conf 23 Jul 2002 12:04:54 -0000 1.8
--- lwatch.conf 23 Jul 2002 12:09:24 -0000 1.9
***************
*** 53,58 ****
#/borys\.lan/ ignore # don't mess with this zone
- /disconnect\w*/ highlight=red # highlight only disconnect on red
- /\Wconnect\w*/ highlight=green # highlight only connect on green
/reject\w*/ highlight=red
--- 53,56 ----
***************
*** 68,69 ****
--- 66,73 ----
match_service
}
+
+ /disconnect\w*/ {
+ highlight=red # highlight only disconnect on red
+ exit # dont process next actions
+ }
+ /connect\w*/ highlight=green # highlight only connect on green
|