3 # hdw - linux scripts/systemcheck
5 # author: miguel, modified by hackbard
9 echo "usage: $0" ; exit 1
14 if [ -z "`type -p wget`" ] ; then
16 echo "hdw system check: program 'wget' not found!"
17 echo "please install the lates wget version."
21 if [ -z "`type -p tar`" ] ; then
23 echo "hdw system check: program 'tar' not found!"
24 echo "please install the latest bzip2 version."
28 if [ -z "`type -p cvs`" -a "$hdw_target" != "default" ] ; then
30 echo "hdw system check: program 'cvs' not found!"
31 echo "please install the lates cvs version."
35 if [ -z "`type -p bzip2`" ] ; then
37 echo "hdw system check: program 'bzip2' not found!"
38 echo "please install the latest bzip2 version."
42 if [ $found_error -ne 0 ] ; then
44 echo "hdw system check found errors -> not doing anything."