OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004036 [pca] packaging minor have not tried 2009-11-13 15:52 2010-02-02 15:59
Reporter skayser View Status public  
Assigned To dam
Priority normal Resolution fixed  
Status closed  
Summary 0004036: 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?
Additional Information $ pkgparam CSWpca VERSION
20091030.01,REV=2009.10.30
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0007257)
dam (administrator)
2010-01-15 17:50

An updated package with sample configuration is in testing, please verify:
  pca-20091216.02,REV\=2010.01.15-SunOS5.8-all-CSW.pkg.gz
(0007397)
dam (administrator)
2010-02-02 15:59

Fixed in 20091216.02,REV=2010.01.15 and released to current/.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker