Re: Reflections on Trusting Trust



On Wed, 2005-Nov-30 14:38:11 -0500, Kris Kennaway wrote:
>On Thu, Dec 01, 2005 at 04:58:36AM +1100, Peter Jeremy wrote:
>
>> Note that the only ports-related file that can't be moved out of the
>> ports tree is 'INDEX'.
>
>Set INDEXFILE.

INDEXFILE always appears to be prepended with ${.CURDIR} or ${PORTSDIR}
This means you can change it's name but you can't move it out of the
ports tree. Symlinks won't work because 'make index' begins with
rm -f ${.CURDIR}/${INDEXFILE} (thought 'make INDEX' avoids this).

--
Peter Jeremy
_______________________________________________
freebsd-security@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Reflections on Trusting Trust
    ... > Note that the only ports-related file that can't be moved out of the ... > ports tree is 'INDEX'. ... Set INDEXFILE. ... Prev by Date: ...
    (FreeBSD-Security)
  • Re: Reflections on Trusting Trust
    ... >>> ports tree is 'INDEX'. ... >>Set INDEXFILE. ... > INDEXFILE always appears to be prepended with $or ${PORTSDIR} ... Prev by Date: ...
    (FreeBSD-Security)