summaryrefslogtreecommitdiff
path: root/security/tct/patches/patch-aj
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-03 10:58:57 +0000
committeragc <agc@pkgsrc.org>2002-01-03 10:58:57 +0000
commit6630f9fa23059622327155155639298827f9c84c (patch)
treedeef914ce57cc84118e238611a68bcfcb9d27003 /security/tct/patches/patch-aj
parent372298fd9242fc524385bd5fa7ff83200dbcc3fb (diff)
downloadpkgsrc-6630f9fa23059622327155155639298827f9c84c.tar.gz
Initial import of tct-1.0.9 into the NetBSD Packages Collection.
TCT is a collection of programs by Dan Farmer and Wietse Venema for a post-mortem analysis of a UNIX system after break-in. Notable TCT components are the grave-robber tool that captures information, the ils and mactime tools that display access patterns of files dead or alive, the unrm and lazarus tools that recover deleted files, and the findkey tool that recovers cryptographic keys from a running process or from files. WARNING This software is not for the faint of heart. It is relatively unpolished compared to the software that Dan and Wietse usually release. TCT can spend a lot of time collecting data. And although TCT collects lots of data, many analysis tools still need to be written. Based on patches provided in PR 15081 by frazee.23@osu.edu.
Diffstat (limited to 'security/tct/patches/patch-aj')
-rw-r--r--security/tct/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/tct/patches/patch-aj b/security/tct/patches/patch-aj
new file mode 100644
index 00000000000..e6ccfd200c2
--- /dev/null
+++ b/security/tct/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1.1.1 2002/01/03 10:58:57 agc Exp $
+
+--- src/major_minor/makedefs 2002/01/03 09:51:21 1.1
++++ src/major_minor/makedefs 2002/01/03 09:51:42
+@@ -2,6 +2,8 @@
+ RELEASE=`(uname -r) 2>/dev/null`
+
+ case "$SYSTEM.$RELEASE" in
++ NetBSD.1*) DEFS="-DNETBSD1"
++ ;;
+ FreeBSD.2*) DEFS="-DFREEBSD2"
+ ;;
+ FreeBSD.3*) DEFS="-DFREEBSD3"