CVS: moonbase/kernel/linux-beta CONFIGURE,1.2,1.3
sofar at lunar-linux.org
sofar at lunar-linux.org
Fri Jul 11 21:46:52 GMT 2003
Update of /var/cvs/lunar/moonbase/kernel/linux-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8919
Modified Files:
CONFIGURE
Log Message:
Its really nice to see all the commit logs, especially since I can see how hard everyone is working. Nestu: I just added some color to your pwetty configure, and removed one unneeded thingy. cute....
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE 11 Jul 2003 19:35:19 -0000 1.2
+++ CONFIGURE 11 Jul 2003 21:46:50 -0000 1.3
@@ -1,12 +1,12 @@
-if ! module_installed module-init-tools > /dev/null
+if ! module_installed module-init-tools
then
- message "This kernel needs module-init-tools, that conflicts with modutils (needed for 2.4 kernels)."
+ message "${MESSAGE_COLOR}This kernel needs ${MODULE_COLOR}module-init-tools${DEFAULT_COLOR}${MESSAGE_COLOR}, which conflicts with ${MODULE_COLOR}modutils${DEFAULT_COLOR}${MESSAGE_COLOR} (needed for 2.4 kernels)."
if query "Install module-init-tools" y
then
- message "Procceding to install module-init-tools"
+ message "${MESSAGE_COLOR}Proceeding to install module-init-tools${DEFAULT_COLOR}"
lin module-init-tools || exit 1;
else
- message "Warning: You may experience problems with this kernel"
+ message "${PROBLEM_COLOR}Warning:${DEFAULT_COLOR}${MESSAGE_COLOR} You cannot load modules with a 2.5 kernel"
fi
fi
More information about the Lunar-commits
mailing list