Mantis - pca
Viewing Issue Advanced Details
4036 packaging minor have not tried 2009-11-13 15:52 2010-02-02 15:59
skayser  
dam  
normal  
closed  
fixed  
none    
none  
0004036: Add /etc/opt/csw/pca.conf config file location?
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?
$ pkgparam CSWpca VERSION
20091030.01,REV=2009.10.30
Issue History
2009-11-13 15:52 skayser New Issue
2010-01-15 17:37 dam Status new => assigned
2010-01-15 17:37 dam Assigned To => dam
2010-01-15 17:50 dam Note Added: 0007257
2010-01-15 17:50 dam Status assigned => feedback
2010-02-02 15:59 dam Note Added: 0007397
2010-02-02 15:59 dam Status feedback => closed
2010-02-02 15:59 dam Resolution open => fixed

Notes
(0007257)
dam   
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   
2010-02-02 15:59   
Fixed in 20091216.02,REV=2010.01.15 and released to current/.