CVS: theedge/sbin lin,1.54,1.55

jasper at lunar-linux.org jasper at lunar-linux.org
Mon Jul 14 07:33:16 GMT 2003


Update of /var/cvs/lunar/theedge/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2765

Modified Files:
	lin 
Log Message:
Make lin properly fetch moonbase again

Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- lin	13 Jul 2003 20:49:54 -0000	1.54
+++ lin	14 Jul 2003 07:33:14 -0000	1.55
@@ -121,8 +121,8 @@
 
   if echo $MODULES | grep -qw moonbase ; then
     # just update moonbase, no other modules
-    MODULE=moonbase
-    lin_module $MODULE
+    get_moonbase
+
     # remove moonbase rofm MODULES and continue
     MODULES=$(echo $MODULES | sed 's/moonbase//g')
     if [ -z "$MODULES" ] ; then




More information about the Lunar-commits mailing list