Ignore:
Timestamp:
2009-03-26T20:36:19+13:00 (15 years ago)
Author:
ak19
Message:

Placeholder GSDLHOME/apache-httpd/GSLDOS in httpd.conf is replaced with APACHE_HOME_OS in order to make it simpler (done as a side-effect for relocating the webserver).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/GSI-Makefile

    r18764 r18816  
    7373        | sed "s@\*\*PORT\*\*@$$port@g" \
    7474        | sed "s@\*\*GSDLHOME\*\*@${GSDLHOME}@g" \
    75         | sed "s@\*\*GSDLOS\*\*@${GSDLOS}@g" \
     75        | sed "s@\*\*APACHE_HOME_OS\*\*@${GSDLHOME}/apache-httpd/${GSDLOS}@g" \
    7676        > "${GSDLHOME}/apache-httpd/${GSDLOS}/conf/httpd.conf" ; \
    7777          if test -e Makefile ; then \
Note: See TracChangeset for help on using the changeset viewer.