[bug-notifications] [pca 0004418]: pca no longer looks for pca.conf in /etc/opt/csw/
Mantis Bug Tracker
noreply at opencsw.org
Mon May 17 08:18:37 CEST 2010
The following issue has been SUBMITTED.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=4418
======================================================================
Reported By: flod
Assigned To:
======================================================================
Project: pca
Issue ID: 4418
Category: packaging
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-05-17 08:18 CEST
Last Modified: 2010-05-17 08:18 CEST
======================================================================
Summary: 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");
======================================================================
More information about the bug-notifications
mailing list