[Forensics-changes] [SCM] debian-forensics/tct branch, debian, updated. debian/1.19-1-6-gf50bfd7

Michael Prokop mika at debian.org
Fri Jul 30 19:01:12 UTC 2010


The following commit has been merged in the debian branch:
commit 5eaa087d42d82aefd9c7c5e7362c872fab74f0a6
Author: Michael Prokop <mika at debian.org>
Date:   Fri Jul 30 11:48:06 2010 -0400

    Refresh quilt patch 01-conglomeration.patch.

diff --git a/debian/patches/01-conglomeration.patch b/debian/patches/01-conglomeration.patch
index ad400e3..cbbd355 100644
--- a/debian/patches/01-conglomeration.patch
+++ b/debian/patches/01-conglomeration.patch
@@ -1,16 +1,11 @@
 Author: n/a
 Description: Needs to be broken out (FIXME).
 
-diff -Naurp tct.orig/bin/grave-robber tct/bin/grave-robber
---- tct.orig/bin/grave-robber	2007-01-21 22:18:00.000000000 +0000
-+++ tct/bin/grave-robber	2008-11-28 07:58:27.000000000 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl5
-+#!/usr/bin/perl
- 
- #
- #  Usage: $0 [-filmnpstvDEFIMOPVS] [-b body_file] [-c corpse_dir] 
-@@ -118,7 +118,7 @@ else {
+Index: tct/bin/grave-robber
+===================================================================
+--- tct.orig/bin/grave-robber	2010-07-30 11:45:07.412339425 -0400
++++ tct/bin/grave-robber	2010-07-30 11:47:30.938989191 -0400
+@@ -118,7 +118,7 @@
  $TCT_HOME = "";
  	}
  
@@ -19,7 +14,7 @@ diff -Naurp tct.orig/bin/grave-robber tct/bin/grave-robber
  
  #
  # get user input on what the program should do...
-@@ -415,10 +415,10 @@ print "going into grave_robber_init()\n"
+@@ -415,10 +415,10 @@
  #
  &log_init_path($logfile);
  
@@ -34,13 +29,13 @@ diff -Naurp tct.orig/bin/grave-robber tct/bin/grave-robber
  
  if (!$TCT_HOME) {
  	die "Can't find TCT_HOME - did you run reconfig?\n";
-diff -Naurp tct.orig/bin/mactime tct/bin/mactime
---- tct.orig/bin/mactime	2007-01-21 22:18:00.000000000 +0000
-+++ tct/bin/mactime	2008-11-28 07:58:27.000000000 +0000
+Index: tct/bin/mactime
+===================================================================
+--- tct.orig/bin/mactime	2010-07-30 11:45:07.409015870 -0400
++++ tct/bin/mactime	2010-07-30 11:47:30.935653204 -0400
 @@ -1,5 +1,5 @@
--#!/usr/bin/perl5
+ #!/usr/bin/perl5
 -#
-+#!/usr/bin/perl
 +
  #  A program that attempts to determine what files (taken from an already
  # calculated DB; see the file "body") were mucked with at a given time... 
@@ -54,18 +49,10 @@ diff -Naurp tct.orig/bin/mactime tct/bin/mactime
  }
  
  require "body_init.pl";
-diff -Naurp tct.orig/bin/strip_tct_home tct/bin/strip_tct_home
---- tct.orig/bin/strip_tct_home	2007-01-21 22:18:00.000000000 +0000
-+++ tct/bin/strip_tct_home	2008-11-28 07:58:27.000000000 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl5
-+#!/usr/bin/perl
- #
- #  NOTE!!!
- #
-diff -Naurp tct.orig/conf/coroner.cf tct/conf/coroner.cf
---- tct.orig/conf/coroner.cf	2007-01-21 22:18:00.000000000 +0000
-+++ tct/conf/coroner.cf	2008-11-28 07:58:27.000000000 +0000
+Index: tct/conf/coroner.cf
+===================================================================
+--- tct.orig/conf/coroner.cf	2010-07-30 11:45:07.329032282 -0400
++++ tct/conf/coroner.cf	2010-07-30 11:47:30.826488509 -0400
 @@ -4,9 +4,9 @@
  
  $TCT_HOME = "";
@@ -78,10 +65,11 @@ diff -Naurp tct.orig/conf/coroner.cf tct/conf/coroner.cf
  
  #
  #  Where all the full pathnames to the various shell binaries used live
-diff -Naurp tct.orig/conf/grave-robber.cf tct/conf/grave-robber.cf
---- tct.orig/conf/grave-robber.cf	2007-01-21 22:18:00.000000000 +0000
-+++ tct/conf/grave-robber.cf	2008-11-28 07:58:27.000000000 +0000
-@@ -9,7 +9,7 @@ $BIN    = "$TCT_HOME/bin"  unless $BIN;
+Index: tct/conf/grave-robber.cf
+===================================================================
+--- tct.orig/conf/grave-robber.cf	2010-07-30 11:45:07.329032282 -0400
++++ tct/conf/grave-robber.cf	2010-07-30 11:47:30.826488509 -0400
+@@ -9,7 +9,7 @@
  $ETC    = "$TCT_HOME/etc"  unless $ETC;
  $CONFIG = "$TCT_HOME/conf" unless $CONFIG;
  
@@ -90,7 +78,7 @@ diff -Naurp tct.orig/conf/grave-robber.cf tct/conf/grave-robber.cf
  
  #
  #  Where all the full pathnames to the various shell binaries used live
-@@ -140,7 +140,7 @@ $strings_log = "strings_log";
+@@ -140,7 +140,7 @@
  #
  # What tools/files do we want to investigate immediately?
  #
@@ -99,9 +87,10 @@ diff -Naurp tct.orig/conf/grave-robber.cf tct/conf/grave-robber.cf
  
  #
  #  I think BSD ps returns >= 12 fields (after header) when you do a ps -auxwwge
-diff -Naurp tct.orig/conf/look at first tct/conf/look at first
---- tct.orig/conf/look at first	2000-07-30 23:39:20.000000000 +0000
-+++ tct/conf/look at first	2008-11-28 07:58:27.000000000 +0000
+Index: tct/conf/look at first
+===================================================================
+--- tct.orig/conf/look at first	2010-07-30 11:42:10.855688682 -0400
++++ tct/conf/look at first	2010-07-30 11:45:08.326519170 -0400
 @@ -1,6 +1,6 @@
  #
  #  These are dirs containing tools & files we want to investigate first,
@@ -110,10 +99,11 @@ diff -Naurp tct.orig/conf/look at first tct/conf/look at first
  # worrying about destroying forensic evidence.
  #
  #  We automatically go through the $PATH variable of the user running
-diff -Naurp tct.orig/conf/paths.pl tct/conf/paths.pl
---- tct.orig/conf/paths.pl	2007-01-21 22:18:00.000000000 +0000
-+++ tct/conf/paths.pl	2008-11-28 07:58:27.000000000 +0000
-@@ -13,7 +13,7 @@ $CP="/bin/cp";
+Index: tct/conf/paths.pl
+===================================================================
+--- tct.orig/conf/paths.pl	2010-07-30 11:45:07.113203996 -0400
++++ tct/conf/paths.pl	2010-07-30 11:47:30.712334745 -0400
+@@ -13,7 +13,7 @@
  
  $CRONTAB="/usr/bin/crontab";
  $DATE="/bin/date";
@@ -122,7 +112,7 @@ diff -Naurp tct.orig/conf/paths.pl tct/conf/paths.pl
  $DOMAINNAME="/bin/domainname";
  $ECHO="/bin/echo";
  
-@@ -23,34 +23,34 @@ $IFCONFIG="/sbin/ifconfig";
+@@ -23,34 +23,34 @@
  $IPCS="/usr/bin/ipcs";
  $LAST="/usr/bin/last";
  
@@ -165,17 +155,20 @@ diff -Naurp tct.orig/conf/paths.pl tct/conf/paths.pl
  
  # solaris
  $SWAP="/etc/swap";
-@@ -61,7 +61,8 @@ $DEVINFO="/usr/sbin/devinfo";
+@@ -61,9 +61,10 @@
  $PSTAT="/usr/sbin/pstat";
  
  # linux
 -$RPM="/usr/local/bin/rpm";
-+$DPKG="/usr/bin/dpkg";
++$DPKG="/etc/dpkg";
 +$RPM="/usr/bin/rpm";
  $KSYMS="/sbin/ksyms";
- $LSMOD="/sbin/lsmod";
+-$LSMOD="/sbin/lsmod";
++$LSMOD="/bin/lsmod";
  
-@@ -77,12 +78,12 @@ $DF="/bin/df";
+ # kernel modules
+ $MODINFO="/sbin/modinfo";
+@@ -77,12 +78,12 @@
  #
  # our stuff
  #
@@ -196,25 +189,11 @@ diff -Naurp tct.orig/conf/paths.pl tct/conf/paths.pl
 +$MAJ_MIN  = "/bin/major_minor";
 +$TIMEOUT  = "/bin/timeout";
  
-diff -Naurp tct.orig/extras/bdf tct/extras/bdf
---- tct.orig/extras/bdf	2007-01-21 22:18:00.000000000 +0000
-+++ tct/extras/bdf	2008-11-28 07:58:27.000000000 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl5
-+#!/usr/bin/perl
- 
- #
- #  Goes through text & binaries files, looking for executables
-diff -Naurp tct.orig/extras/ils2mac tct/extras/ils2mac
---- tct.orig/extras/ils2mac	2007-01-21 22:18:00.000000000 +0000
-+++ tct/extras/ils2mac	2008-11-28 07:58:27.000000000 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl5
-+#!/usr/bin/perl
- 
- #
- # Take a stream of time machine formatted data from ils and re-arrange
-@@ -17,7 +17,7 @@ $debug = 0;
+Index: tct/extras/ils2mac
+===================================================================
+--- tct.orig/extras/ils2mac	2010-07-30 11:45:07.429003717 -0400
++++ tct/extras/ils2mac	2010-07-30 11:47:30.949001901 -0400
+@@ -17,7 +17,7 @@
  $running_under_grave_robber = 1;
  
  $TCT_HOME = "";
@@ -223,24 +202,10 @@ diff -Naurp tct.orig/extras/ils2mac tct/extras/ils2mac
  require "tm_misc.pl";
  require "hostname.pl";
  require "crunch.pl";
-diff -Naurp tct.orig/extras/realpath tct/extras/realpath
---- tct.orig/extras/realpath	2007-01-21 22:18:00.000000000 +0000
-+++ tct/extras/realpath	2008-11-28 07:58:27.000000000 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl5
-+#!/usr/bin/perl
- 
- #
- #  Prints out the real pathname of file(s); usage:
-diff -Naurp tct.orig/lazarus/lazarus tct/lazarus/lazarus
---- tct.orig/lazarus/lazarus	2007-01-21 22:18:00.000000000 +0000
-+++ tct/lazarus/lazarus	2008-11-28 07:58:27.000000000 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl5
-+#!/usr/bin/perl
- #
- #  Lazarus - tries to revive things that have died and gone into the 
- # binary spirit world... deleted files, data in memory, swap, etc.
+Index: tct/lazarus/lazarus
+===================================================================
+--- tct.orig/lazarus/lazarus	2010-07-30 11:45:07.435675414 -0400
++++ tct/lazarus/lazarus	2010-07-30 11:47:30.958986397 -0400
 @@ -66,6 +66,7 @@
  #    [...]
  #
@@ -249,7 +214,7 @@ diff -Naurp tct.orig/lazarus/lazarus tct/lazarus/lazarus
  $TCT_HOME = "";
  
  $| = 1;
-@@ -77,7 +78,7 @@ if (!$TCT_HOME) {
+@@ -77,7 +78,7 @@
  	die "Can't find TCT_HOME - did you run reconfig?\n";
  	}
  else { 
@@ -258,10 +223,11 @@ diff -Naurp tct.orig/lazarus/lazarus tct/lazarus/lazarus
  	}
  
  require "lazarus.cf";
-diff -Naurp tct.orig/lib/linux.pl tct/lib/linux.pl
---- tct.orig/lib/linux.pl	2001-03-16 19:25:04.000000000 +0000
-+++ tct/lib/linux.pl	2008-11-28 07:58:27.000000000 +0000
-@@ -35,6 +35,7 @@ print "Running all sorts of commands on 
+Index: tct/lib/linux.pl
+===================================================================
+--- tct.orig/lib/linux.pl	2010-07-30 11:42:10.865687706 -0400
++++ tct/lib/linux.pl	2010-07-30 11:45:08.329855298 -0400
+@@ -35,6 +35,7 @@
  &df();
  
  &ipcs();
@@ -269,10 +235,11 @@ diff -Naurp tct.orig/lib/linux.pl tct/lib/linux.pl
  &rpm();
  &lsmod();
  
-@@ -260,6 +261,22 @@ if (-x $IPCS) {
+@@ -259,6 +260,22 @@
+ 		}
  	}
  }
- 
++
 +sub dpkg {
 +
 +if (-x $DPKG ) {
@@ -288,30 +255,32 @@ diff -Naurp tct.orig/lib/linux.pl tct/lib/linux.pl
 +		}
 +	}
 +}
-+
+ 
  sub rpm {
  
- if (-x $RPM ) {
-diff -Naurp tct.orig/lib/ostype.pl tct/lib/ostype.pl
---- tct.orig/lib/ostype.pl	2003-08-30 23:17:11.000000000 +0000
-+++ tct/lib/ostype.pl	2008-11-28 07:58:27.000000000 +0000
+Index: tct/lib/ostype.pl
+===================================================================
+--- tct.orig/lib/ostype.pl	2010-07-30 11:42:10.865687706 -0400
++++ tct/lib/ostype.pl	2010-07-30 11:45:08.329855298 -0400
 @@ -1,4 +1,3 @@
 -#!/bin/perl
  #
  #  Simple test that uses uname to determine what we're running on...
  #
-diff -Naurp tct.orig/lib/process_dirs.pl tct/lib/process_dirs.pl
---- tct.orig/lib/process_dirs.pl	2000-07-30 23:39:20.000000000 +0000
-+++ tct/lib/process_dirs.pl	2008-11-28 07:58:27.000000000 +0000
+Index: tct/lib/process_dirs.pl
+===================================================================
+--- tct.orig/lib/process_dirs.pl	2010-07-30 11:42:10.865687706 -0400
++++ tct/lib/process_dirs.pl	2010-07-30 11:45:08.329855298 -0400
 @@ -1,4 +1,3 @@
 -#!/usr/local/bin/perl
  
  #
  # given a dir, suck in all the executable files in there
-diff -Naurp tct.orig/lib/save_the_files.pl tct/lib/save_the_files.pl
---- tct.orig/lib/save_the_files.pl	2000-07-30 23:39:20.000000000 +0000
-+++ tct/lib/save_the_files.pl	2008-11-28 07:58:27.000000000 +0000
-@@ -30,6 +30,7 @@ while (<STF>) {
+Index: tct/lib/save_the_files.pl
+===================================================================
+--- tct.orig/lib/save_the_files.pl	2010-07-30 11:42:10.872351927 -0400
++++ tct/lib/save_the_files.pl	2010-07-30 11:45:08.329855298 -0400
+@@ -30,6 +30,7 @@
  	print "next file: $files\n" if $debug;
  
  	while (<${files}>) {
@@ -319,19 +288,21 @@ diff -Naurp tct.orig/lib/save_the_files.pl tct/lib/save_the_files.pl
  		print "Going into while...\n" if $debug;
  
  
-diff -Naurp tct.orig/lib/system_stubs.pl tct/lib/system_stubs.pl
---- tct.orig/lib/system_stubs.pl	2000-07-30 23:39:20.000000000 +0000
-+++ tct/lib/system_stubs.pl	2008-11-28 07:58:35.000000000 +0000
+Index: tct/lib/system_stubs.pl
+===================================================================
+--- tct.orig/lib/system_stubs.pl	2010-07-30 11:42:10.872351927 -0400
++++ tct/lib/system_stubs.pl	2010-07-30 11:45:08.329855298 -0400
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  
  #
  # a simple set of stub routines to call the real functions that do
-diff -Naurp tct.orig/lib/tree.pl tct/lib/tree.pl
---- tct.orig/lib/tree.pl	2001-02-22 16:19:40.000000000 +0000
-+++ tct/lib/tree.pl	2008-11-28 07:58:27.000000000 +0000
-@@ -150,9 +150,9 @@ sub do_first_looks {
+Index: tct/lib/tree.pl
+===================================================================
+--- tct.orig/lib/tree.pl	2010-07-30 11:42:10.872351927 -0400
++++ tct/lib/tree.pl	2010-07-30 11:45:08.329855298 -0400
+@@ -152,9 +152,9 @@
  
  print "\nStarting preprocessing paths and filenames on $hostname...\n";
  
@@ -343,10 +314,11 @@ diff -Naurp tct.orig/lib/tree.pl tct/lib/tree.pl
  
  while (<PATHS>) {
  	next if (/^\s*#/ || /^\s*$/);
-diff -Naurp tct.orig/man/man1/timeout.1 tct/man/man1/timeout.1
---- tct.orig/man/man1/timeout.1	2004-10-18 14:59:46.000000000 +0000
-+++ tct/man/man1/timeout.1	2008-11-28 07:58:27.000000000 +0000
-@@ -20,16 +20,16 @@ Arguments:
+Index: tct/man/man1/timeout.1
+===================================================================
+--- tct.orig/man/man1/timeout.1	2010-07-30 11:42:10.872351927 -0400
++++ tct/man/man1/timeout.1	2010-07-30 11:45:08.329855298 -0400
+@@ -20,16 +20,16 @@
  .IP \fI-signal\fR
  Specify an optional signal to send to the controlled process.
  By default, \fBtimeout\fR sends SIGKILL, which cannot be caught
@@ -367,10 +339,11 @@ diff -Naurp tct.orig/man/man1/timeout.1 tct/man/man1/timeout.1
  .SH LICENSE
  .na
  .nf
-diff -Naurp tct.orig/reconfig tct/reconfig
---- tct.orig/reconfig	2001-09-15 20:48:51.000000000 +0000
-+++ tct/reconfig	2008-11-28 07:58:27.000000000 +0000
-@@ -39,7 +39,7 @@ $other_dirs="bin:/etc:/usr/ccs/bin:/bin:
+Index: tct/reconfig
+===================================================================
+--- tct.orig/reconfig	2010-07-30 11:42:10.875687914 -0400
++++ tct/reconfig	2010-07-30 11:45:08.329855298 -0400
+@@ -39,7 +39,7 @@
  	"find", "ftp", "format", "ifconfig", "ipcs", "last", "ls", "lsof",
  	"lsmod", "modinfo", "modstat",
  	"mkdir", "mv", "netstat", "nfsstat", "nslookup", "pkginfo", "ping",
@@ -379,7 +352,7 @@ diff -Naurp tct.orig/reconfig tct/reconfig
  	"showmount", "showrev", "sort", "strings", "su", "swap", "sync",
  	"test", "top", "touch", "uname", "uniq", "uudecode", "uptime",
  	"w", "who", "whoami", "xhost", "xauth", "ypcat", "ypwhich");
-@@ -81,7 +81,7 @@ print "\nPerl5 is in $PERL\n";
+@@ -81,7 +81,7 @@
  
  for (@perl5_src) { $perl5_src .= "$_ "; }
  print "\nchanging the source in: $perl5_src\n";
@@ -388,7 +361,7 @@ diff -Naurp tct.orig/reconfig tct/reconfig
  
  # make sure things are executable...
  system("chmod +x $perl5_src");
-@@ -94,7 +94,7 @@ for $command (@all_commands) {
+@@ -94,7 +94,7 @@
  		# special case rsh/remsh; if we can find remsh, ignore rsh
  		if ($command eq "rsh") {
  			# print "looking for rsh/remsh ($dir/$command)\n";
@@ -397,7 +370,7 @@ diff -Naurp tct.orig/reconfig tct/reconfig
  				# this converts to upper case
  				($upper = $command) =~ y/[a-z]/[A-Z]/;
  				$found="true";
-@@ -167,7 +167,7 @@ for $file (@files2reconfig) {
+@@ -167,7 +167,7 @@
  	die "Can't open $file for reading\n" unless open(FILE, $file);
  	while (<FILE>) {
  		if (/^\s*\$TCT_HOME\s*=/ && !$done) {
@@ -406,9 +379,10 @@ diff -Naurp tct.orig/reconfig tct/reconfig
  			$done = 1;
  			next;
  			}
-diff -Naurp tct.orig/src/file/compress.c tct/src/file/compress.c
---- tct.orig/src/file/compress.c	2000-07-30 23:39:20.000000000 +0000
-+++ tct/src/file/compress.c	2008-11-28 07:58:27.000000000 +0000
+Index: tct/src/file/compress.c
+===================================================================
+--- tct.orig/src/file/compress.c	2010-07-30 11:42:10.889018313 -0400
++++ tct/src/file/compress.c	2010-07-30 11:45:08.329855298 -0400
 @@ -11,6 +11,7 @@
  #include <unistd.h>
  #include <string.h>
@@ -417,10 +391,11 @@ diff -Naurp tct.orig/src/file/compress.c tct/src/file/compress.c
  
  #include "file.h"
  
-diff -Naurp tct.orig/src/file/file.c tct/src/file/file.c
---- tct.orig/src/file/file.c	2000-07-30 23:39:20.000000000 +0000
-+++ tct/src/file/file.c	2008-11-28 07:58:27.000000000 +0000
-@@ -36,6 +36,7 @@ static char *moduleid =
+Index: tct/src/file/file.c
+===================================================================
+--- tct.orig/src/file/file.c	2010-07-30 11:42:10.889018313 -0400
++++ tct/src/file/file.c	2010-07-30 11:45:08.329855298 -0400
+@@ -36,6 +36,7 @@
  #include <sys/param.h>	/* for MAXPATHLEN */
  #include <sys/stat.h>
  #include <fcntl.h>	/* for open() */
@@ -428,9 +403,10 @@ diff -Naurp tct.orig/src/file/file.c tct/src/file/file.c
  #if (__COHERENT__ >= 0x420)
  #include <sys/utime.h>
  #else
-diff -Naurp tct.orig/src/file/fsmagic.c tct/src/file/fsmagic.c
---- tct.orig/src/file/fsmagic.c	2000-07-30 23:39:20.000000000 +0000
-+++ tct/src/file/fsmagic.c	2008-11-28 07:58:27.000000000 +0000
+Index: tct/src/file/fsmagic.c
+===================================================================
+--- tct.orig/src/file/fsmagic.c	2010-07-30 11:42:10.892368548 -0400
++++ tct/src/file/fsmagic.c	2010-07-30 11:45:08.329855298 -0400
 @@ -31,6 +31,7 @@
  #include <sys/stat.h>
  #include <unistd.h>
@@ -439,10 +415,11 @@ diff -Naurp tct.orig/src/file/fsmagic.c tct/src/file/fsmagic.c
  #ifndef	major			/* if `major' not defined in types.h, */
  #include <sys/sysmacros.h>	/* try this one. */
  #endif
-diff -Naurp tct.orig/src/fstools/fs_tools.h tct/src/fstools/fs_tools.h
---- tct.orig/src/fstools/fs_tools.h	2007-04-09 13:30:32.000000000 +0000
-+++ tct/src/fstools/fs_tools.h	2008-11-28 07:58:27.000000000 +0000
-@@ -201,7 +201,7 @@ extern int optind;
+Index: tct/src/fstools/fs_tools.h
+===================================================================
+--- tct.orig/src/fstools/fs_tools.h	2010-07-30 11:42:10.895715711 -0400
++++ tct/src/fstools/fs_tools.h	2010-07-30 11:45:08.329855298 -0400
+@@ -201,7 +201,7 @@
    */
  #if defined(LINUX2)
  #define SUPPORTED
@@ -451,9 +428,10 @@ diff -Naurp tct.orig/src/fstools/fs_tools.h tct/src/fstools/fs_tools.h
  #define HAVE_EXT2FS
  #define HAVE_DTIME
  #if (_FILE_OFFSET_BITS == 64)
-diff -Naurp tct.orig/src/fstools/mylseek.c tct/src/fstools/mylseek.c
---- tct.orig/src/fstools/mylseek.c	2006-06-26 21:07:45.000000000 +0000
-+++ tct/src/fstools/mylseek.c	2008-11-28 07:58:27.000000000 +0000
+Index: tct/src/fstools/mylseek.c
+===================================================================
+--- tct.orig/src/fstools/mylseek.c	2010-07-30 11:42:10.895715711 -0400
++++ tct/src/fstools/mylseek.c	2010-07-30 11:45:08.329855298 -0400
 @@ -30,9 +30,9 @@
    * This is LINUX, live on the bleeding edge and watch your software break
    * with the next release...
@@ -467,10 +445,11 @@ diff -Naurp tct.orig/src/fstools/mylseek.c tct/src/fstools/mylseek.c
  /* mylseek - seek beyond the 32-bit barrier */
  
  OFF_T   mylseek(int fd, OFF_T offset, int whence)
-diff -Naurp tct.orig/src/lastcomm/sys_defs.h tct/src/lastcomm/sys_defs.h
---- tct.orig/src/lastcomm/sys_defs.h	2003-08-30 23:18:31.000000000 +0000
-+++ tct/src/lastcomm/sys_defs.h	2008-11-28 07:58:27.000000000 +0000
-@@ -77,10 +77,14 @@ extern int getopt();
+Index: tct/src/lastcomm/sys_defs.h
+===================================================================
+--- tct.orig/src/lastcomm/sys_defs.h	2010-07-30 11:42:10.895715711 -0400
++++ tct/src/lastcomm/sys_defs.h	2010-07-30 11:45:08.329855298 -0400
+@@ -81,10 +81,14 @@
  #define NODEV		0xffff
  #define HAVE_COMP_MAJOR_PFLTS
  #define HAVE_COMP_EXIT_STATUS

-- 
debian-forensics/tct



More information about the forensics-changes mailing list