VirtualBox

Changeset 20919 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jun 25, 2009 9:39:46 AM (15 years ago)
Author:
vboxsync
Message:

Solaris/Installer: checkinstall, redirect when svcs fails to find zoneaccess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/checkinstall.sh

    r20771 r20919  
    3838
    3939# 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'`
     40zoneaccessfound=`svcs -H "svc:/application/virtualbox/zoneaccess" 2> /dev/null | grep '^online'`
    4141if test ! -z "$zoneaccessfound"; then
    4242    echo "## VirtualBox's zone access service appears to still be running."
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette