Fix: don't start the relayd with a wrong --output dir
authorDavid Goulet <dgoulet@efficios.com>
Mon, 6 May 2013 18:41:17 +0000 (14:41 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 6 May 2013 18:47:05 +0000 (14:47 -0400)
commit994fa64fa6931b256e76caef3d35a9caf1a3d2a6
tree6ce9b7f89e42155b826d7d6635ccd60bf95cca7f
parentda4aa2b8074cb59f0740ad204f6eb4e73287a2b6
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 <julien.desfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng-relayd.8
src/bin/lttng-relayd/main.c
This page took 0.027427 seconds and 5 git commands to generate.