[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: active-response.c (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/07/20 23:53:21

Modified files:
	active-response.c

Log message:
Description: fixing windows setup scripts.
Reviewed by: dcid
Bug:

Index: active-response.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/active-response.c,v
diff -u -r1.8 -r1.9
--- active-response.c	25 Feb 2007 00:14:21 -0000	1.8
+++ active-response.c	21 Jul 2007 02:53:20 -0000	1.9
@@ -174,7 +174,7 @@
     }
 
     /* analysisd */
-    if(OS_Regex("AS|analysisd", tmp_location))
+    if(OS_Regex("AS|analysisd|analysis-server|server", tmp_location))
     {
         tmp_ar->location|= AS_ONLY;
     }


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.