summaryrefslogtreecommitdiff
blob: cc4ccf5dbaa29db3f2b0ef415c84993d3715e438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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) {