From: David Goulet Date: Mon, 6 May 2013 18:41:17 +0000 (-0400) Subject: Fix: don't start the relayd with a wrong --output dir X-Git-Tag: v2.2.0-rc2~2 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=994fa64fa6931b256e76caef3d35a9caf1a3d2a6;hp=994fa64fa6931b256e76caef3d35a9caf1a3d2a6 Fix: don't start the relayd with a wrong --output dir The -o, --output option never supported a relative path but still the relayd was able to start. This makes sure the relayd does not start without an absolute pathname. The help and man are also updated to document this behavior. Ticket #523 has been opened as a feature request to support relative path. Fixes #481 Acked-by: Julien Desfossez Signed-off-by: David Goulet ---