Bug 24446 — Add --helper-dir option
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 10 Feb 2010 18:39:44 +0000 (19:39 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 10 Feb 2010 18:39:44 +0000 (19:39 +0100)
commit9c94839a63025723951bc748f4219003d8ce3171
tree17e63a3c0f4d3cf132d5d9cfb01e4dc3495e267b
parent261952103a7629f0d590b6cb7f3cfa336f18ce81
Bug 24446 — Add --helper-dir option

Add daemon option --helper-dir to specify helper directory. This is useful for
running the daemon from the local build tree for testing (--helper-dir
src/helpers).

Remove explicit PACKAGE_LIBEXEC_DIR from job invocations, since job_new()
already searches $PATH and the daemon sets $PATH to a known-good value. So
--helper-dir only prepends the custom directory to $PATH.
src/device.c
src/main.c