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

[ossec-cvs] ossec-hids: Makefile (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/08/13 21:29:33

Modified files:
	Makefile

Log message:
Description: Working alpha of the database support. the basic stuff should be working now, but we still need to improve the tables and a few other things.
Reviewed by: dcid
Example config:
<database_output>
  <hostname>1.2.3.4</hostname>
  <username>user</username>
  <password>mypass</password>
  <database>test1</database>
</database_output>
Bug:

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/Makefile,v
diff -u -r1.6 -r1.7
--- Makefile	10 Jul 2006 14:53:49 -0000	1.6
+++ Makefile	14 Aug 2007 00:29:32 -0000	1.7
@@ -9,7 +9,7 @@
 
 LOCAL= analysisd.c stats.c rules.c rules_list.c config.c fts.c eventinfo.c eventinfo_list.c cleanevent.c active-response.c ${OS_CONFIG}
 PLUGINS = decoders/decoders.a
-ALERTS  = alerts/alerts.a ../os_maild/os_maild_client.o
+ALERTS  = alerts/alerts.a
 
 loga_OBJS = ${LOCAL} ${PLUGINS} ${ALERTS} ${OS_XML} ${OS_REGEX} ${OS_NET} ${OS_SHARED} ${OS_ZLIB}
 


OSSEC home | Main Index | Thread Index


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