[bug-notifications] [pca 0004036]: Add /etc/opt/csw/pca.conf config file location?

Mantis Bug Tracker noreply at opencsw.org
Fri Nov 13 15:52:39 CET 2009


The following issue has been SUBMITTED. 
====================================================================== 
http://www.opencsw.org/mantis/view.php?id=4036 
====================================================================== 
Reported By:                skayser
Assigned To:                
====================================================================== 
Project:                    pca
Issue ID:                   4036
Category:                   packaging
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2009-11-13 15:52 CET
Last Modified:              2009-11-13 15:52 CET
====================================================================== 
Summary:                    Add /etc/opt/csw/pca.conf config file location?
Description: 
pca checks a couple of locations for a pca.conf configuration file.
/opt/csw/etc/pca.conf is implictly among them (via
/opt/csw/bin/pca/../etc/pca.conf), /etc/opt/csw/pca.conf is not.

>From /opt/csw/bin/pca

2311     push (@conf, dirname($0)."/pca.conf");
2312     push (@conf, dirname($0)."/../etc/pca.conf");
2313     push (@conf, "/etc/pca.conf");
2314     $ENV{HOME} && push (@conf, $ENV{HOME}."/.pca");
2315     push (@conf, "pca.conf");

Would you mind patching in /etc/opt/csw/pca.conf?
======================================================================




More information about the bug-notifications mailing list