Searched refs:servicefound (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dcheckinstall.sh124 servicefound=`svcs -H "svc:/application/virtualbox/zoneaccess" 2> /dev/null | grep '^online'`
125 if test ! -z "$servicefound"; then
134 servicefound=`svcs -H "svc:/application/virtualbox/webservice" 2> /dev/null | grep '^online'`
135 if test ! -z "$servicefound"; then
144 servicefound=`svcs -H "svc:/application/virtualbox/autostart" 2> /dev/null | grep '^online'`
145 if test ! -z "$servicefound"; then
H A Dvboxconfig.sh931 servicefound=`$BIN_SVCS -H "$2" 2>/dev/null | grep '^online'`
932 if test ! -z "$servicefound"; then
/vbox/src/VBox/HostDrivers/Support/solaris/
H A Dload.sh47 servicefound=`svcs -H "virtualbox/zoneaccess" 2>/dev/null | grep '^online'`
48 if test ! -z "$servicefound"; then

Completed in 617 milliseconds