[bug-notifications] [pca 0004036]: Add /etc/opt/csw/pca.conf config file location?
Mantis Bug Tracker
noreply at opencsw.org
Fri Jan 15 17:50:06 CET 2010
The following issue requires your FEEDBACK.
======================================================================
http://www.opencsw.org/mantis/view.php?id=4036
======================================================================
Reported By: skayser
Assigned To: dam
======================================================================
Project: pca
Issue ID: 4036
Category: packaging
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: feedback
======================================================================
Date Submitted: 2009-11-13 15:52 CET
Last Modified: 2010-01-15 17:50 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?
======================================================================
----------------------------------------------------------------------
(0007257) dam (administrator) - 2010-01-15 17:50
http://www.opencsw.org/mantis/view.php?id=4036#c7257
----------------------------------------------------------------------
An updated package with sample configuration is in testing, please verify:
pca-20091216.02,REV\=2010.01.15-SunOS5.8-all-CSW.pkg.gz
More information about the bug-notifications
mailing list