Changeset 20711 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 19, 2009 11:33:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r20697 r20711 39 39 # Check if the Zone Access service is holding open vboxdrv, if so stop & remove it 40 40 zoneaccessfound=`svcs -a | grep "virtualbox/zoneaccess" | awk '{ print $1 }'` 41 if test ! -z "$zoneaccessfound" 41 if test ! -z "$zoneaccessfound"; then 42 42 if test "$zoneaccessfound" = "online"; then 43 43 echo "## VirtualBox's zone access service appears to still be running."
Note:
See TracChangeset
for help on using the changeset viewer.