[csw-devel] SF.net SVN: gar:[11683] csw/mgar/pkg/apache2/branches/fs-rework/files/ build_cas_template

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Nov 22 02:47:02 CET 2010


Revision: 11683
          http://gar.svn.sourceforge.net/gar/?rev=11683&view=rev
Author:   bdwalton
Date:     2010-11-22 01:47:02 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
apache2/fs-rework: correct the cas build script to properly set new/old conf file values

Modified Paths:
--------------
    csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template

Modified: csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template
===================================================================
--- csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template	2010-11-22 01:19:23 UTC (rev 11682)
+++ csw/mgar/pkg/apache2/branches/fs-rework/files/build_cas_template	2010-11-22 01:47:02 UTC (rev 11683)
@@ -5,9 +5,11 @@
 
 PIR=\${PKG_INSTALL_ROOT:-/}
 AP2_DIR=\$PIR/opt/csw/apache2
-AP2_CONF=\$AP2_DIR/etc/
+AP2_CONF=\$PIR/etc/opt/csw/apache2
+OLD_CONF=\$PIR/\$AP2_DIR/etc
 
-CONF_FILE=\$AP2_CONF/$1
+NEW_CONF_FILE=\$AP2_CONF/$1
+OLD_CONF_FILE=\$OLD_CONF/$1
 
 if [ "\$1" = install ]; then
    if [ -f "\$NEW_CONF_FILE" ]; then


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