|
Ok, I just figured the httpdocs directory was for pre-install tips like what command line params are recognized. I can see from the minimal startup script that a PID file can be specified. What about location of the admin file?
I want to create an RPM, and I want to deposit all the resulting files in reasonable places for an RPM. For instance, the binary should go in /usr/bin, the installation docs in /usr/share/doc/<packagename>, runtime support (like presumably the httpdocs directory) in /usr/share/<packagename>, config in /etc, and PID file in /var/run. Are there command line options to set the INI file and the location of the runtime docs?
|