Hi,
I made a small modification in openxcap version 0.9.7 in file openxcap
it enables now to specify the configuration directory and runtime directory.
This is very useful when You run openxcap in deamon mode.
xcap@venom:~/src/openxcap-0.9.7$ ./openxcap -h
usage: openxcap [options]
options:
--version show program's version number and exit
-h, --help show this help message and exit
--no-fork run the process in the foreground (for debugging)
--pid=File pid file (/var/run/openxcap/openxcap.pid)
--conf-dir=Dir config directory (/etc/openxcap)
--run-dir=Dir pid file (/var/run/openxcap)
Cheers
tomasz