[Lunar-commits] CVS: moonbase/web/apache2 POST_INSTALL,1.8,1.9
Auke Kok
sofar at lunar-linux.org
Tue Oct 5 13:10:26 UTC 2004
Update of /var/cvs/lunar/moonbase/web/apache2
In directory espresso.foo-projects.org:/tmp/cvs-serv14779
Modified Files:
POST_INSTALL
Log Message:
This is old and annoying. Let the SA do it themselves.
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache2/POST_INSTALL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- POST_INSTALL 20 Aug 2004 08:05:35 -0000 1.8
+++ POST_INSTALL 5 Oct 2004 13:10:24 -0000 1.9
@@ -1,23 +1 @@
-# awkward, but might save us a lawsuit^H^H^H^H^H^H^H fight or two
-if [ -d /usr/share/httpd ] ; then
- # MOVE APACHE2 TO PROPER LOCATIONS
- message "Apache2 needs to be moved to proper locations, please double"
- message "check and watch the httpd output at startup. "
- message "WARNING: httpd.conf will now be in /etc/httpd/conf!"
-
- cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf-old
- cp /etc/httpd/ssl.conf /etc/httpd/ssl.conf-old
-
- cat /etc/httpd/httpd.conf | sed "s:/usr/share/httpd:/var/www:g" | \
- sed "s:/usr/libexec/libphp4.so:/usr/libexec/httpd/modules/libphp4.so:g" | \
- sed "s:/etc/httpd/ssl.conf:/etc/httpd/conf/ssl.conf:g" > \
- /etc/httpd/conf/httpd.conf
- cat /etc/httpd/ssl.conf | sed "s:/usr/share/httpd:/var/www:g" > \
- /etc/httpd/conf/ssl.conf
- # mv /usr/share/httpd /var/www
-
- message "Make sure you remove /usr/share/httpd !"
-
-fi
-
-if module_installed php ; then lin php ; fi
+if module_installed php ; then lin -c php ; fi
More information about the Lunar-commits
mailing list