[Lunar-commits] CVS: moonbase/ftp/proftpd CONFIGURE,1.1,1.2

Auke Kok sofar at lunar-linux.org
Mon Nov 8 13:28:50 UTC 2004


Update of /var/cvs/lunar/moonbase/ftp/proftpd
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/ftp/proftpd

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

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/proftpd/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE	30 Apr 2004 09:07:08 -0000	1.1
+++ CONFIGURE	8 Nov 2004 13:28:17 -0000	1.2
@@ -1,12 +1,5 @@
 PROFTPD_MODULES="mod_ifsession mod_ldap mod_radius mod_ratio mod_readme mod_rewrite mod_sql mod_sql_mysql mod_sql_postgres mod_tls mod_wrap"
 
-if query "Configure contributed modules? " n; then 
-  for mod in $PROFTPD_MODULES; do
-    if ! grep -q "MOD_$mod" $MODULE_CONFIG; then
-      if query "Enable $mod? " n
-        then echo "MOD_$mod=y" >> $MODULE_CONFIG
-        else echo "MOD_$mod=n" >> $MODULE_CONFIG
-      fi
-    fi
-  done
-fi
+for mod in $PROFTPD_MODULES; do
+  mquery MOD_$mod "Enable $mod? " n
+done



More information about the Lunar-commits mailing list