Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2007 09:06:44 -0300
From:      Fernando Schapachnik <fernando@schapachnik.com.ar>
To:        Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= <des@des.no>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: Undeleting (possible?)
Message-ID:  <20071123120644.GB1104@bal740r0.mecon.gov.ar>
In-Reply-To: <86hcjp2ecw.fsf@ds4.des.no>
References:  <20071113174347.GA4288@servidor1.cursosvirtuales.com.ar> <86sl392lk3.fsf@ds4.des.no> <20071114115653.GA83195@servidor1.cursosvirtuales.com.ar> <86hcjp2ecw.fsf@ds4.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help


--tThc/1wpZn/ma/RB
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

En un mensaje anterior, Dag-Erling Smørgrav escribió:
> Fernando Schapachnik <fernando@schapachnik.com.ar> writes:
> > En un mensaje anterior, Dag-Erling Smørgrav escribió:
> > > Try Lazarus instead.
> > Have any URL or package name? Found lots of references but no way to actually get it.
> 
> It's part of The Coroner's Toolkit:
> 
> http://www.porcupine.org/forensics/tct.html

Just for the record, it compiled with no problem on FreeBSD 6.2 with 
the attached patch. Also, Lazarus did a great job recovering the 
files.

Thanks for all the help!

Fernando.


--tThc/1wpZn/ma/RB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="tct-1.18-FreeBSD6.diff"

diff -ur tct-1.18-orig/extras/entropy/makedefs tct-1.18/extras/entropy/makedefs
--- tct-1.18-orig/extras/entropy/makedefs	Sat Aug 30 20:16:41 2003
+++ tct-1.18/extras/entropy/makedefs	Wed Nov 14 09:55:12 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
                 ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
diff -ur tct-1.18-orig/extras/findkey/makedefs tct-1.18/extras/findkey/makedefs
--- tct-1.18-orig/extras/findkey/makedefs	Sat Aug 30 20:16:51 2003
+++ tct-1.18/extras/findkey/makedefs	Wed Nov 14 09:55:23 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
                 ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
diff -ur tct-1.18-orig/src/aux/makedefs tct-1.18/src/aux/makedefs
--- tct-1.18-orig/src/aux/makedefs	Sat Aug 30 20:17:20 2003
+++ tct-1.18/src/aux/makedefs	Wed Nov 14 09:53:46 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
                 ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
diff -ur tct-1.18-orig/src/file/makedefs tct-1.18/src/file/makedefs
--- tct-1.18-orig/src/file/makedefs	Sat Aug 30 21:02:52 2003
+++ tct-1.18/src/file/makedefs	Wed Nov 14 09:54:26 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
                 ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
diff -ur tct-1.18-orig/src/fstools/makedefs tct-1.18/src/fstools/makedefs
--- tct-1.18-orig/src/fstools/makedefs	Mon Apr  9 10:32:52 2007
+++ tct-1.18/src/fstools/makedefs	Wed Nov 14 09:54:31 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
                 ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
diff -ur tct-1.18-orig/src/lastcomm/makedefs tct-1.18/src/lastcomm/makedefs
--- tct-1.18-orig/src/lastcomm/makedefs	Sat Aug 30 20:49:13 2003
+++ tct-1.18/src/lastcomm/makedefs	Wed Nov 14 09:54:34 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
                 ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
diff -ur tct-1.18-orig/src/major_minor/makedefs tct-1.18/src/major_minor/makedefs
--- tct-1.18-orig/src/major_minor/makedefs	Sat Aug 30 20:59:37 2003
+++ tct-1.18/src/major_minor/makedefs	Wed Nov 14 09:54:38 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
                 ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
diff -ur tct-1.18-orig/src/misc/makedefs tct-1.18/src/misc/makedefs
--- tct-1.18-orig/src/misc/makedefs	Sat Aug 30 20:18:41 2003
+++ tct-1.18/src/misc/makedefs	Wed Nov 14 09:54:04 2007
@@ -10,6 +10,8 @@
                 ;;
   FreeBSD.5*)   DEFS="-DFREEBSD5"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
                 ;;
   OpenBSD.3*)   DEFS="-DOPENBSD3"
diff -ur tct-1.18-orig/src/pcat/makedefs tct-1.18/src/pcat/makedefs
--- tct-1.18-orig/src/pcat/makedefs	Tue Oct 14 18:07:44 2003
+++ tct-1.18/src/pcat/makedefs	Wed Nov 14 09:54:51 2007
@@ -14,6 +14,9 @@
   FreeBSD.5*)   DEFS="-DFREEBSD5"
 		SYSLIBS="-lkvm"
                 ;;
+  FreeBSD.6*)   DEFS="-DFREEBSD5"
+		SYSLIBS="-lkvm"
+                ;;
   OpenBSD.2*)   DEFS="-DOPENBSD2"
 		SYSLIBS="-lkvm"
                 ;;


--tThc/1wpZn/ma/RB--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071123120644.GB1104>