[Lunar-commits] CVS: moonbase/perl/perl CONFIGURE,1.3,1.4
Auke Kok
sofar at lunar-linux.org
Mon Nov 8 13:28:21 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:
moving mquery stuff into CONFIGUREs
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/perl/CONFIGURE,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CONFIGURE 4 Nov 2004 08:46:47 -0000 1.3
+++ CONFIGURE 8 Nov 2004 13:28:19 -0000 1.4
@@ -1,12 +1,2 @@
-if ! grep -q "CUSTOM=" $MODULE_CONFIG; then
- 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
- then echo "SUIDPERL=y" >> $MODULE_CONFIG
- else echo "SUIDPERL=n" >> $MODULE_CONFIG
- fi
-fi
+mquery CUSTOM "Custom Configuration Perl?" n
+mquery SUIDPERL "Compile and install suidperl?" y
More information about the Lunar-commits
mailing list