[Lunar-commits] CVS: theedge/var/lib/lunar/functions locking.lunar,
1.9, 1.10
Auke Kok
sofar at lunar-linux.org
Mon Dec 13 15:43:54 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:
color fixes
Index: locking.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/locking.lunar,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- locking.lunar 18 Nov 2004 14:10:25 -0000 1.9
+++ locking.lunar 13 Dec 2004 15:43:52 -0000 1.10
@@ -92,10 +92,7 @@
debug_msg "solo_locked ($@)"
for SOLO_MODULE in `cat $SOLO` ; do
if lin_locked $SOLO_MODULE ; then
- message "${PROBLEM_COLOR}lining${DEFAULT_COLOR}" \
- "of other modules is disabled during a" \
- "lin ${MODULE_COLOR}${SOLO_MODULE}" \
- "${DEFAULT_COLOR}"
+ message "${PROBLEM_COLOR}lining${DEFAULT_COLOR}${MESSAGE_COLOR} of other modules is disabled during a lin ${MODULE_COLOR}$SOLO_MODULE${DEFAULT_COLOR}"
return
fi
done
@@ -106,8 +103,8 @@
current_locked() {
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.${DEFAULTT_COLOR}"
+ message "${QUERY_COLOR}Detected lin lock file: ${FILE_COLOR}$linING${DEFAULT_COLOR_COLOR}"
+ message "${MESSAGE_COLOR}Now waiting for ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR}${MESSAGE_COLOR} to finish installing or for the lock to clear.${DEFAULT_COLOR}"
while lin_locked $MODULE; do sleep 2; done
false
More information about the Lunar-commits
mailing list