OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004418 [pca] packaging minor always 2010-05-17 08:18 2010-05-17 09:35
Reporter flod View Status public  
Assigned To dam
Priority normal Resolution fixed  
Status closed  
Summary 0004418: pca no longer looks for pca.conf in /etc/opt/csw/
Description With version 20100514.01,REV=2010.05.14 pca no longer looks in /etc/opt/csw/ for the configuration files.

code snippet from pca source:
    push (@conf, dirname($0)."/pca.conf");
    push (@conf, dirname($0)."/../etc/pca.conf");
    push (@conf, "/etc/pca.conf");
    push (@conf, "/etc/opt/csw/pca-proxy.conf");
    $ENV{HOME} && push (@conf, $ENV{HOME}."/.pca");
    push (@conf, "./pca.conf");
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0007927)
dam (administrator)
2010-05-17 09:35

Fixed and released to current/. Until it hits the mirrors please use
  http://mirror.opencsw.org/experimental/dam/pca-20100514.01,REV=2010.05.17-SunOS5.9-all-CSW.pkg.gz [^]


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker