[Lunar-commits] CVS: theedge/bin lvu,1.57,1.58
Auke Kok
sofar at lunar-linux.org
Wed Jan 19 11:32:59 UTC 2005
Update of /var/cvs/lunar/theedge/bin
In directory espresso.foo-projects.org:/home/sofar/active/theedge/bin
Modified Files:
lvu
Log Message:
removed bolding of modules
Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- lvu 10 Dec 2004 10:46:33 -0000 1.57
+++ lvu 19 Jan 2005 11:32:56 -0000 1.58
@@ -258,18 +258,10 @@
(
run_details $MODULE &> /dev/null
echo "<tr>"
- if [ "$MODULE" == "linux" ] ||
- [ "$MODULE" == "glibc" ]; then
- BOLD="<b>"
- UNBOLD="</b>"
- else
- unset BOLD
- unset UNBOLD
- fi
if [ ${#MODULE} -gt 15 ]; then
MODULE="<font size=-1>$MODULE</font>"
fi
- echo "<td>$BOLD $MODULE $UNBOLD</td>"
+ echo "<td>$MODULE</td>"
echo "<td><font size=-1>$BOLD $VERSION $UNBOLD</font></td>"
echo "<td><font size=-1>$UPDATED</font></td>"
More information about the Lunar-commits
mailing list