[Lunar-commits] CVS: theedge/var/lib/lunar/functions locking.lunar, 1.8, 1.9

Auke Kok sofar at lunar-linux.org
Thu Nov 18 14:10:27 UTC 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions

Modified Files:
	locking.lunar 
Log Message:
The color needs to be closed off at the end... otherwise all subsequent lines will be colored too


Index: locking.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/locking.lunar,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- locking.lunar	21 May 2004 10:27:13 -0000	1.8
+++ locking.lunar	18 Nov 2004 14:10:25 -0000	1.9
@@ -107,7 +107,7 @@
   debug_msg "current_locked ($@)"
   if  lin_locked  $MODULE;  then
     message  "${QUERY_COLOR}Detected lin lock file: ${FILE_COLOR}${linING}${MESSAE_COLOR}"
-    message  "${MESSAGE_COLOR}Now waiting for ${MODULE_COLOR}${MODULE}${DEFAULTT_COLOR}${MESSAGE_COLOR} to finish installing or for the lock to clear."
+    message  "${MESSAGE_COLOR}Now waiting for ${MODULE_COLOR}${MODULE}${DEFAULTT_COLOR}${MESSAGE_COLOR} to finish installing or for the lock to clear.${DEFAULTT_COLOR}"
 
     while  lin_locked  $MODULE;  do  sleep  2;  done
     false



More information about the Lunar-commits mailing list