Changeset 20919 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 25, 2009 9:39:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r20771 r20919 38 38 39 39 # Check if the Zone Access service is holding open vboxdrv, if so stop & remove it 40 zoneaccessfound=`svcs -H "svc:/application/virtualbox/zoneaccess" | grep '^online'`40 zoneaccessfound=`svcs -H "svc:/application/virtualbox/zoneaccess" 2> /dev/null | grep '^online'` 41 41 if test ! -z "$zoneaccessfound"; then 42 42 echo "## VirtualBox's zone access service appears to still be running."
Note:
See TracChangeset
for help on using the changeset viewer.