From: Joey Hess Date: Thu, 25 Oct 2007 21:19:34 +0000 (-0400) Subject: web commit by HenrikBrixAndersen: Answer question from Joey X-Git-Tag: 2.11~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=11968615dfad0a9564d66d801aa2921a7613602b;p=ikiwiki.git web commit by HenrikBrixAndersen: Answer question from Joey --- diff --git a/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn b/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn index 111bbb541..9bf6134bf 100644 --- a/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn +++ b/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn @@ -4,6 +4,8 @@ The solution is to set the effective UID after setting the real UID, and to set > Why does the PATH need to be reset? --[[Joey]] +> > It doesn't - it needs to be set. The line with `%ENV=();` clears the environment, thus no `$PATH` is set. --[[HenrikBrixAndersen]] + Proposed patch: --- ikiwiki-mass-rebuild.orig 2007-08-15 22:21:59.000000000 +0200