It performs log analysis, integrity checking, Windows registry monitoring, rootkit detection, time-based alerting and active response. WWW: http://www.ossec.net/ PR: ports/111944 Submitted by: Valerio Daelli <valerio.daelli at gmail.com>
12 lines
304 B
C
12 lines
304 B
C
diff -ruN src/headers/defs.h.orig src/headers/defs.h
|
|
--- src/headers/defs.h.orig Thu Feb 22 01:44:26 2007
|
|
+++ src/headers/defs.h Mon Apr 2 10:54:45 2007
|
|
@@ -86,7 +86,7 @@
|
|
#endif
|
|
|
|
#ifndef DEFAULTDIR
|
|
- #define DEFAULTDIR "/var/ossec"
|
|
+ #define DEFAULTDIR "PREFIX"
|
|
#endif
|
|
|
|
|