Bug #3 in the new core.

Jasper Huijsmans jasper at lunar-linux.org
Mon Jul 14 07:43:02 GMT 2003


On Sun, 13 Jul 2003 19:30:45 -0500
Chuck Mead <csm at lunar-linux.org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Niki Guldbrand wrote:
> 
> |Hi Sofar.
> |
> |"lin moonbase", and "lunar update" gives me this "Unable to find
> |module moonbase in /var/lib/lunar/moonbase"
> |And then i just conues with the rest...
> |
> |
> |Niki
> 
> 
> Obviously this one will have to be fixed before we can do too much
> more!
> 

How about this? Should I commit?

Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.54
diff -u -r1.54 lin
--- lin	13 Jul 2003 20:49:54 -0000	1.54
+++ lin	14 Jul 2003 05:29:30 -0000
@@ -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-dev mailing list