Changeset 24163
- Timestamp:
- 2011-06-15T17:16:15+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/packages/apache-httpd/install-bindist.sh
r23981 r24163 87 87 # IMPORTANT: need to insert the ServerRoot nested inside quotes into the apachectl file 88 88 #cp bin/apachectl.in bin/apachectl 89 sed -e "s%\*\*APACHE_HOME_OS\*\*%\"$SR\"%" \ 89 sed -e "s%\*\*APACHE_HOME_OS\*\*/bin/envvars%\"$SR/bin/envvars\"%" \ 90 -e "s%\*\*APACHE_HOME_OS\*\*%\"$SR\"%" \ 90 91 -e "s%^HTTPD=.*$%HTTPD=\"$SR/bin/httpd\"%" \ 91 -e "s%\$HTTPD%\ "\$HTTPD\"-d \"$SR\"%" bin/apachectl.in > "$SR/bin/apachectl.tmp"92 -e "s%\$HTTPD%\$HTTPD -d \"$SR\"%" bin/apachectl.in > "$SR/bin/apachectl.tmp" 92 93 mv "$SR/bin/apachectl.tmp" "$SR/bin/apachectl" 93 94 chmod u+rwx "$SR/bin/apachectl"
Note:
See TracChangeset
for help on using the changeset viewer.