diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-04-01 04:44:00 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-04-01 04:44:00 +0000 |
commit | 28d7af23c3c29b0f6071d83da4a3d7cb8e408b51 (patch) | |
tree | dcff73f445c4afea3223fd189ee78889fba6cec5 /security/tripwire-131/files/patch-aa | |
parent | 16be91f502701c33ccbfd067a00322622969bf0f (diff) |
Notes
Diffstat (limited to 'security/tripwire-131/files/patch-aa')
-rw-r--r-- | security/tripwire-131/files/patch-aa | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/tripwire-131/files/patch-aa b/security/tripwire-131/files/patch-aa new file mode 100644 index 000000000000..81238bf9ae3a --- /dev/null +++ b/security/tripwire-131/files/patch-aa @@ -0,0 +1,38 @@ +*** 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-freebsd2.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 ************************************** + * |