summaryrefslogtreecommitdiffstats
path: root/base/common/etc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect JNI_JAR_DIR.Endi Sukma Dewata2013-05-071-0/+2
| | | | | | | | | | The JNI_JAR_DIR is supposed to be architecture-specific but the pki-base package is architecture-neutral. So, to ensure it has the correct value, the variable will be set at post installation. Also, to simplify the upgrade process, the variable has been moved from /etc/pki/pki.conf into /usr/share/pki/etc/pki.conf. The build, deployment, startup, and upgrade scripts have been modified accordingly.
* Added upgrade scriptlet to add JNI_JAR_DIR.Endi Sukma Dewata2013-04-291-6/+0
| | | | | | | | | | A new upgrade scriptlet has been added to add JNI_JAR_DIR into pki.conf. The code to manipulate property files has been refactored from PKIUpgradeTracker into a separate PropertyFile class to allow reuse. The pki-base package has been modified to deliver a default pki.conf in /usr/share/pki/etc and copy it into /etc/pki if it doesn't exist.
* Moved pki.conf into base/common.Endi Sukma Dewata2013-04-241-0/+6
The pki.conf has been moved into the base/common folder to match the RPM package. Ticket #553