freebsd-ports/security/ossec-hids-server/files/patch-defs.h
Martin Wilke 2ab3c923e5 OSSEC is an Open Source Host-based Intrusion Detection System.
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>
2007-04-20 21:29:20 +00:00

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