[Lunar-commits] r14749 - lunar/trunk/sbin

Auke Kok sofar at lunar-linux.org
Mon May 16 11:02:27 UTC 2005


Author: sofar
Date: 2005-05-16 11:02:25 +0000 (Mon, 16 May 2005)
New Revision: 14749

Modified:
   lunar/trunk/sbin/lin
Log:
bugfix: lunar would simply install exiled modules (yikes!)


Modified: lunar/trunk/sbin/lin
===================================================================
--- lunar/trunk/sbin/lin	2005-05-16 10:53:35 UTC (rev 14748)
+++ lunar/trunk/sbin/lin	2005-05-16 11:02:25 UTC (rev 14749)
@@ -125,7 +125,7 @@
       # no strange stuff should happen here anymore
       for MODULE in $MODULES ; do
         if ! module_installed $MODULE || [ ! -n "$PROBE" ] || ( [ -n "$PROBE" ] && [ "$PROBE_EXPIRED" == "on" ] && module_is_expired $MODULE ) ; then
-          if ! module_held $MODULE ; then
+          if ! module_held $MODULE && ! module_exiled $MODULE ; then
             linING="/var/lock/installing.$MODULE"
             verbose_msg "starting lin \"$MODULE\""
             if ! ( SINGLE_MODULE=1 main $MODULE ) ; then



More information about the Lunar-commits mailing list