aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@wren.kitenet.net>2007-10-25 17:19:34 -0400
committerJoey Hess <joey@wren.kitenet.net>2007-10-25 17:19:34 -0400
commit11968615dfad0a9564d66d801aa2921a7613602b (patch)
tree5f82ff4a9e3d6d6811b5932c87d621b00dfabd47 /doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn
parentf947f8c4b2b6b403eb9617a744004fe00ac60514 (diff)
downloadikiwiki-11968615dfad0a9564d66d801aa2921a7613602b.tar
ikiwiki-11968615dfad0a9564d66d801aa2921a7613602b.tar.gz
web commit by HenrikBrixAndersen: Answer question from Joey
Diffstat (limited to 'doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn')
-rw-r--r--doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn2
1 files changed, 2 insertions, 0 deletions
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