| Issue 2368: | GERRIT_TMP not exported if start-stop-daemon not present (e.g. Red Hat 5.4) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.6.1 What steps will reproduce the problem? 1. /etc/init.d/gerrit start 2. cat /proc/$GERRIT_PID/environ What is the expected output? What do you see instead? GERRIT_TMP is not present in the environmental variables. Please provide any additional information below. This is a result of missing "GERRIT_TMP='$GERRIT_TMP'; export GERRIT_TMP" after line 397 (https://gerrit.googlesource.com/gerrit/+/master/gerrit-pgm/src/main/resources/com/google/gerrit/pgm/gerrit.sh) |
|
| ► Sign in to add a comment |