summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2004-09-16 16:55:09 +0000
committerAaron Walker <ka0ttic@gentoo.org>2004-09-16 16:55:09 +0000
commit67acc53b9882596a7e2fa37b4b0eda60758b2812 (patch)
tree3ccb6a09655694743c94df355befc96068ff6285 /app-forensics/tct/files
parentFix DESTDIR problems (sandbox violation). Closes bug #64204. (diff)
downloadhistorical-67acc53b9882596a7e2fa37b4b0eda60758b2812.tar.gz
historical-67acc53b9882596a7e2fa37b4b0eda60758b2812.tar.bz2
historical-67acc53b9882596a7e2fa37b4b0eda60758b2812.zip
Initial commit (bug #39934)
Diffstat (limited to 'app-forensics/tct/files')
-rw-r--r--app-forensics/tct/files/digest-tct-1.151
-rw-r--r--app-forensics/tct/files/tct-1.15-gentoo.diff76
2 files changed, 77 insertions, 0 deletions
diff --git a/app-forensics/tct/files/digest-tct-1.15 b/app-forensics/tct/files/digest-tct-1.15
new file mode 100644
index 000000000000..38d219d8302e
--- /dev/null
+++ b/app-forensics/tct/files/digest-tct-1.15
@@ -0,0 +1 @@
+MD5 d4992f242f7b3a6c8137e8562935f946 tct-1.15.tar.gz 317164
diff --git a/app-forensics/tct/files/tct-1.15-gentoo.diff b/app-forensics/tct/files/tct-1.15-gentoo.diff
new file mode 100644
index 000000000000..cc4ccf5dbaa2
--- /dev/null
+++ b/app-forensics/tct/files/tct-1.15-gentoo.diff
@@ -0,0 +1,76 @@
+diff -urN tct-1.15.orig/conf/coroner.cf tct-1.15/conf/coroner.cf
+--- tct-1.15.orig/conf/coroner.cf 2004-01-22 14:48:00.000000000 -0500
++++ tct-1.15/conf/coroner.cf 2004-09-16 10:16:17.209578032 -0400
+@@ -2,7 +2,7 @@
+ # Configuration file for coroner's toolkit
+ #
+
+-$TCT_HOME = "";
++$TCT_HOME = "/usr/lib/tct";
+
+ $ETC = "$TCT_HOME/etc" unless $ETC;
+
+@@ -21,7 +21,7 @@
+ #
+ # All sensitive operations are logged with a time stamp.
+ #
+-$logfile = "coroner.log";
++$logfile = "/var/log/tct/coroner.log";
+
+ #
+ # What colors to use for MACtime HTML stuff
+diff -urN tct-1.15.orig/conf/grave-robber.cf tct-1.15/conf/grave-robber.cf
+--- tct-1.15.orig/conf/grave-robber.cf 2004-01-22 14:48:00.000000000 -0500
++++ tct-1.15/conf/grave-robber.cf 2004-09-16 10:16:02.543440243 -0400
+@@ -2,7 +2,7 @@
+ # Configuration file for coroner's toolkit
+ #
+
+-$TCT_HOME = "";
++$TCT_HOME = "/usr/lib/tct";
+
+ $LIB = "$TCT_HOME/lib" unless $LIB;
+ $BIN = "$TCT_HOME/bin" unless $BIN;
+@@ -28,7 +28,7 @@
+ #
+ # stderr goes...
+ #
+-$error_log = "error.log";
++$error_log = "/var/log/tct/error.log";
+
+ #
+ # Don't copy file larger than this (bytes). Set to 0 if don't want limits
+diff -urN tct-1.15.orig/conf/paths.pl tct-1.15/conf/paths.pl
+--- tct-1.15.orig/conf/paths.pl 2004-01-08 17:29:05.000000000 -0500
++++ tct-1.15/conf/paths.pl 2004-09-16 12:21:38.645527494 -0400
+@@ -23,7 +23,7 @@
+ $IPCS="/usr/bin/ipcs";
+ $LAST="/usr/bin/last";
+
+-$LSOF="/usr/local/sbin/lsof";
++$LSOF="/usr/sbin/lsof";
+ $MKDIR="/bin/mkdir";
+ $NETSTAT="/usr/bin/netstat";
+ $PS="/bin/ps";
+@@ -61,7 +61,7 @@
+ $PSTAT="/usr/sbin/pstat";
+
+ # linux
+-$RPM="/usr/local/bin/rpm";
++$RPM="/usr/bin/rpm";
+ $KSYMS="/sbin/ksyms";
+ $LSMOD="/sbin/lsmod";
+
+diff -urN tct-1.15.orig/reconfig tct-1.15/reconfig
+--- tct-1.15.orig/reconfig 2001-09-15 16:48:51.000000000 -0400
++++ tct-1.15/reconfig 2004-09-16 09:43:15.790293315 -0400
+@@ -157,7 +157,8 @@
+ "extras/ils2mac", "extras/realpath");
+
+ # where are we now?
+-chop($cwd = `pwd`);
++#chop($cwd = `pwd`);
++$cwd = "/usr/lib/tct";
+
+ # a few small files; suck them in, change in memory, overwrite the old one
+ for $file (@files2reconfig) {