[Lunar-commits] CVS: moonbase/ftp/vsftpd CONFIGURE,1.6,1.7

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


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

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

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/vsftpd/CONFIGURE,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CONFIGURE	7 Jul 2004 09:50:37 -0000	1.6
+++ CONFIGURE	8 Nov 2004 13:28:17 -0000	1.7
@@ -1,21 +1,3 @@
-if [ -z "$(get_module_config USE_TCP_WRAPPERS)" ] ; then
-  if query "Use tcp wrappers ?" y ; then
-    set_module_config USE_TCP_WRAPPERS y
-  else
-    set_module_config USE_TCP_WRAPPERS n
-  fi
-fi
-if [ -z "$(get_module_config USE_PAM)" ] ; then
-  if query "Use Linux-PAM ?" y ; then
-    set_module_config USE_PAM y
-  else
-    set_module_config USE_PAM n
-  fi
-fi
-if [ -z "$(get_module_config USE_SSL)" ] ; then
-  if query "Use SSL?" y ; then
-    set_module_config USE_SSL y
-  else
-    set_module_config USE_SSL n
-  fi
-fi
+mquery USE_TCP_WRAPPERS "Use tcp wrappers ?" y
+mquery USE_PAM "Use Linux-PAM ?" y
+mquery USE_SSL "Use SSL?" y



More information about the Lunar-commits mailing list