[Lunar-commits] CVS: theedge/bin lvu,1.53,1.54

Auke Kok sofar at lunar-linux.org
Fri Oct 29 14:18:18 UTC 2004


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

Modified Files:
	lvu 
Log Message:
Removing MOONBASE_MD5 code as I suspect that it screws things up and it's unused anyway.


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- lvu	17 Oct 2004 23:44:09 -0000	1.53
+++ lvu	29 Oct 2004 14:17:46 -0000	1.54
@@ -848,7 +848,7 @@
       ;;
       
     search)
-      cat $MODULE_INDEX | grep -v 'MOONBASE_MD5' | while read ENTRY ; do
+      cat $MODULE_INDEX | while read ENTRY ; do
         MOD=$(echo $ENTRY | cut -d: -f1)
 	SEC=$(echo $ENTRY | cut -d: -f2)
         echo $MOONBASE/$SEC/$MOD/DETAILS
@@ -856,7 +856,7 @@
       ;;
       
     service)
-      cat $MODULE_INDEX | grep -v 'MOONBASE_MD5' | while read ENTRY ; do
+      cat $MODULE_INDEX | while read ENTRY ; do
         MOD=$(echo $ENTRY | cut -d: -f1)
 	SEC=$(echo $ENTRY | cut -d: -f2)
 	if [ -f $MOONBASE/$SEC/$MOD/services ] ; then



More information about the Lunar-commits mailing list