[csw-devel] SF.net SVN: gar:[9895] csw/mgar/pkg/pca/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon May 17 09:21:10 CEST 2010
Revision: 9895
http://gar.svn.sourceforge.net/gar/?rev=9895&view=rev
Author: dmichelsen
Date: 2010-05-17 07:21:10 +0000 (Mon, 17 May 2010)
Log Message:
-----------
pca: Fix pca.conf location
Modified Paths:
--------------
csw/mgar/pkg/pca/trunk/checksums
csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch
Modified: csw/mgar/pkg/pca/trunk/checksums
===================================================================
--- csw/mgar/pkg/pca/trunk/checksums 2010-05-16 15:40:11 UTC (rev 9894)
+++ csw/mgar/pkg/pca/trunk/checksums 2010-05-17 07:21:10 UTC (rev 9895)
@@ -1,5 +1,5 @@
4376789925fa9002d0567d739f717748 0001-prefer-opencsw-perl.diff
-9313d0d787ca4ff125d220e03431648c 0002-Add-etc-opt-csw-as-config-location.patch
+fc014aaacd778fd17c212d4f0f60c8fb 0002-Add-etc-opt-csw-as-config-location.patch
6f2f2376eba0a788795dd43d68ad32d1 COPYING
5af9e18e8f664360a22e7be6607e10d6 pca-20100514-01
12de68ff8f67b4bb8b095e5646402208 pca.conf
Modified: csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch
===================================================================
--- csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch 2010-05-16 15:40:11 UTC (rev 9894)
+++ csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch 2010-05-17 07:21:10 UTC (rev 9895)
@@ -21,7 +21,7 @@
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");
++ push (@conf, "/etc/opt/csw/pca.conf");
$ENV{HOME} && push (@conf, $ENV{HOME}."/.pca");
push (@conf, "./pca.conf");
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list