Lines Matching refs:found
61 echo "Linux guest additions installer not found -- try to start them manually."
72 found=`which pkgadd | grep "no pkgadd"`
73 if test ! -z "$found"; then
84 found=`which pfexec | grep "no pfexec"`
85 if test ! -z "$found"; then
92 found=`which id 2> /dev/null`
93 if test ! -x "$found"; then
97 idbin=$found
143 echo "No suitable terminal not found. -- install additions using pkgadd -d."
150 echo "Solaris guest additions installer not found -- try to start them manually."