--- /bin/lvu 2008-01-07 11:51:38.503904096 +0100 +++ ./lvu 2008-01-07 11:49:08.668904142 +0100 @@ -98,6 +98,8 @@ html display html listing of the moonbase updatelog display summary log of previous lunar update activity [module] display main log file +failed display installed modules that failed during last + compilation newer 20030801 display available modules newer than Aug 01, 2003 older 20030101 display modules installed before Jan 01, 2003 @@ -1081,6 +1083,10 @@ echo "No update log available." fi ;; + + failed) + for i in `lvu installed | cut -d":" -f1`; do lvu activity $i | tail -n1 | grep failed ; done + ;; installed) if [ -z "$2" ] ; then