head	1.2;
access;
symbols
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.02.15.10.33.53;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2004.05.27.22.21.34;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.2.4

PR:		ports/77531
Submitted by:	Meno Abels (maintainer)
@
text
@--- ../fakeroot-0.8.5/scripts/fakeroot  Wed Nov 12 17:07:18 2003
+++ scripts/fakeroot    Thu Mar 11 13:40:00 2004
@@@@ -16,7 +16,7 @@@@
 PREFIX=`dirname ${BINDIR}`
     
 LIB=libfakeroot.so.0
-PATHS=${PREFIX}/lib/libfakeroot:${PREFIX}/lib64/libfakeroot
+PATHS=${PREFIX}/lib
 FAKED=${BINDIR}/faked
 
 FAKED_MODE="unknown-is-root"

@


1.1
log
@Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc.

PR:		ports/64102
Submitted by:	Meno Abels <meno.abels@@adviser.com>
@
text
@@

