--- tools/beagle-status.orig 2006-04-07 16:13:01.000000000 -0500 +++ tools/beagle-status 2006-04-07 16:13:25.000000000 -0500 @@ -1,18 +1,4 @@ #!/bin/sh -# This line will be automatically uncommented when you "make install" -#installed=1 - -if [ -z $installed ]; then - CMD="./beagle-info" -else - CMD="beagle-info" -fi - -while [ 1 ]; do - str=`$CMD --status | head -n 20` - clear - echo "$str" - # beagle-info causes a CPU spike, keep the hammering low - sleep 5 -done +#to avoid the security hole +watch -n 5 beagle-info --status