[Lunar-commits] CVS: moonbase/zbeta/php5 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/zbeta/php5
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/zbeta/php5

Modified Files:
	CONFIGURE 
Log Message:
moving mquery stuff into CONFIGUREs

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/php5/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE	19 Sep 2004 22:32:44 -0000	1.1
+++ CONFIGURE	8 Nov 2004 13:28:21 -0000	1.2
@@ -1,13 +1,12 @@
+mquery IMAP "Install imap support?" y
+mquery REGGLOBALS "Enable global variable support (potential security risk)?" n
+
 if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
 
   if  query  "Install ftp support?" y;  then
     OPTS="$OPTS --enable-ftp"
   fi
 
-  if  query   "Install imap support?" y; then
-    echo 'IMAP="y"' >> $MODULE_CONFIG
-  fi
-
   if  query  "Enable transparent session id?" y;  then
     OPTS="$OPTS --enable-trans-sid"
   fi
@@ -20,10 +19,6 @@
     OPTS="$OPTS --with-ncurses"
   fi
 
-  if  query  "Enable global variable support (potential security risk)?" n; then
-    echo  'REGGLOBALS="y"'  >>  $MODULE_CONFIG
-  fi
-
   echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
   echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG
 



More information about the Lunar-commits mailing list