Bug 772144, add a comment to the bustage fix, requested by relyea

git-svn-id: svn://10.0.0.236/trunk@264634 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kaie%kuix.de
2013-01-09 17:47:50 +00:00
parent 74d3f6662b
commit f0711f1e8e

View File

@@ -188,6 +188,9 @@ chains_init()
mkdir -p "${NSS_AIA_PATH}"
SAVEPWD=`pwd`
cd "${NSS_AIA_PATH}"
# Start_httpserv sets environment variables, which are required for
# correct cleanup. (Running it in a subshell doesn't work, the
# value of $SHELL_HTTPPID wouldn't arrive in this scope.)
start_httpserv
cd "${SAVEPWD}"
fi