aboutsummaryrefslogtreecommitdiff
path: root/utils/fakeroot.sh
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-18 Roland McGrath <roland@frob.com>Roland McGrath2002-08-181-1/+1
| | | | | * fakeroot.sh: Dont use "exec" command, since the original script does not and some users use sh syntax here and not just commands.
* 2002-05-12 Roland McGrath <roland@frob.com>Roland McGrath2002-05-121-1/+7
| | | | | | * fakeroot.sh: Inside the chroot'd fakeauth environment, run a shell that chdir's to what was our original current directory (by name) before exec'ing the user's command.
* 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-041-0/+57
* fakeroot.sh: New file. * Makefile (targets, special-targets, SRCS): Add it.