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