opnsense-ports/security/tripwire12/files/patch-include-config.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

38 lines
877 B
C

*** include/config.h.orig Fri Jul 15 06:02:52 1994
--- include/config.h Sun Dec 31 18:56:20 1989
***************
*** 17,23 ****
*** file that corresponds with your operating system.
***/
! #include "../configs/conf-svr4.h"
#ifdef TW_TYPE32
typedef TW_TYPE32 int32;
--- 17,23 ----
*** file that corresponds with your operating system.
***/
! #include "../configs/conf-freebsd8.h"
#ifdef TW_TYPE32
typedef TW_TYPE32 int32;
***************
*** 103,110 ****
#endif
*/
! #define CONFIG_PATH "/tmp/genek"
! #define DATABASE_PATH "/tmp/genek"
/******* name of Tripwire files **************************************
*
--- 103,110 ----
#endif
*/
! # define CONFIG_PATH "/var/adm/tcheck"
! # define DATABASE_PATH "/var/adm/tcheck/databases"
/******* name of Tripwire files **************************************
*