diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-12 21:14:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-12 21:14:24 +0000 |
commit | eafb5ae867d58f374766c04edb4824209ddbd9c9 (patch) | |
tree | 9a96019b9423cc60d7380a656b57747c9cef920e /utils/ChangeLog | |
parent | 3215a11a5c4e299378d7a807b27c9e75e2140715 (diff) |
.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r-- | utils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 12629ed5..9a891f31 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,5 +1,9 @@ 2002-05-12 Roland McGrath <roland@frob.com> + * 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. + * fakeauth.c (main): Don't use posix_spawnp. Use _hurd_exec instead. 2002-05-06 Marcus Brinkmann <marcus@gnu.org> |