--- ./lvu_backup.sh 2008-01-07 11:49:23.502911028 +0100 +++ /bin/lvu 2008-01-08 13:45:11.285651893 +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 $(list_installed); do view_file $ACTIVITY_LOG | awk "(\$3 == \"$i\")" | tail -n1 | grep failed ; done + ;; installed) if [ -z "$2" ] ; then