Allow environment variable LTTNG_HOME to override HOME
authorAmit Margalit <AMITM@il.ibm.com>
Mon, 8 Jul 2013 16:10:31 +0000 (12:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Jul 2013 16:10:31 +0000 (12:10 -0400)
commit3c6f6263bb2d87dc863c24a4edc59c2c959270b0
tree1f49d14253cd5c60b6cfb38cff48991d5cc77ed3
parentafd20a5651f5e7c7e7f91bd08ea3be266a44f5ac
Allow environment variable LTTNG_HOME to override HOME

Patch functionality - If LTTNG_HOME environment variable exists, it is
used instead of HOME.  Reason for patch - We are trying to deploy LTTng
on a system where $HOME is on a filesystem mounted read-only, but cannot
afford to run lttng as a different user and cannot move the home
directories of users to writeable locations.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
This page took 0.025379 seconds and 4 git commands to generate.