[Lunar-commits] CVS: moonbase/web/apache2 CONFIGURE,1.1,1.2
Auke Kok
sofar at lunar-linux.org
Mon Nov 8 13:28:23 UTC 2004
Update of /var/cvs/lunar/moonbase/web/apache2
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/web/apache2
Modified Files:
CONFIGURE
Log Message:
moving mquery stuff into CONFIGUREs
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache2/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE 31 Dec 2002 09:13:39 -0000 1.1
+++ CONFIGURE 8 Nov 2004 13:28:20 -0000 1.2
@@ -1,14 +1,3 @@
-if ! grep -q ENABLE_SSL $MODULE_CONFIG ; then
- if query "Enable TLS/SSL ?" y ; then
- ENABLE_SSL="y"
- fi
- if query "Enable Proxy support ?" y ; then
- ENABLE_PROXY="y"
- fi
- if query "Enable suexec ?" y ; then
- ENABLE_SUEXEC="y"
- fi
- echo "ENABLE_SSL=$ENABLE_SSL" > $MODULE_CONFIG
- echo "ENABLE_PROXY=$ENABLE_PROXY" >> $MODULE_CONFIG
- echo "ENABLE_SUEXEC=$ENABLE_SUEXEC" >> $MODULE_CONFIG
-fi
+mquery ENABLE_SSL "Enable TLS/SSL ?" y
+mquery ENABLE_PROXY "Enable Proxy support ?" y
+mquery ENABLE_SUEXEC "Enable suexec ?" y
More information about the Lunar-commits
mailing list