[Lunar-commits] CVS: moonbase/perl/perl CONFIGURE,1.2,1.3

Auke Kok sofar at lunar-linux.org
Thu Nov 4 08:46:50 UTC 2004


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

Modified Files:
	CONFIGURE 
Log Message:
Strip down the message as it is clear anough what is the default


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/perl/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE	19 Apr 2004 11:13:13 -0000	1.2
+++ CONFIGURE	4 Nov 2004 08:46:47 -0000	1.3
@@ -1,14 +1,11 @@
 if  !  grep  -q  "CUSTOM="  $MODULE_CONFIG;  then
-
-  if    query  "Custom Configuration Perl? [y/N]"  n
+  if    query  "Custom Configuration Perl? "  n
   then  echo   "CUSTOM=y"  >>  $MODULE_CONFIG
   else  echo   "CUSTOM=n"  >>  $MODULE_CONFIG
   fi
-
 fi
-
 if ! grep -q "SUIDPERL=" $MODULE_CONFIG; then
-  if    query  "Compile and install suidperl? [Y/n]"  y
+  if    query  "Compile and install suidperl? "  y
   then  echo   "SUIDPERL=y"  >>  $MODULE_CONFIG
   else  echo   "SUIDPERL=n"  >>  $MODULE_CONFIG
   fi



More information about the Lunar-commits mailing list