summaryrefslogtreecommitdiff
path: root/security/fakeroot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.2Pav Lucistnik2005-07-182-4/+4
| | | | | PR: ports/83659 Submitted by: Meno Abels <meno.abels@adviser.com> (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Correctly list man-pages, including a work-around for a corner-caseVolker Stolz2005-02-232-0/+5
| | | | Submitted by: kris via maintainer
* Update to 1.2.4Volker Stolz2005-02-157-56/+4
| | | | | PR: ports/77531 Submitted by: Meno Abels (maintainer)
* Fakeroot runs a command in an environment were it appears to havePav Lucistnik2004-05-278-0/+95
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>