[lwatch-cvs] files/src lwatch.conf,1.9,1.10
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-23 12:23:09
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv18319
Modified Files:
lwatch.conf
Log Message:
Some improvements.
Index: lwatch.conf
===================================================================
RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** lwatch.conf 23 Jul 2002 12:09:24 -0000 1.9
--- lwatch.conf 23 Jul 2002 12:23:07 -0000 1.10
***************
*** 67,70 ****
--- 67,75 ----
}
+ /^pam/ { # PAM
+ match_service # service
+ serv_color=yellow # highlight in yellow
+ }
+
/disconnect\w*/ {
highlight=red # highlight only disconnect on red
|