VirtualBox

Changeset 39754 in vbox


Ignore:
Timestamp:
Jan 11, 2012 4:49:33 PM (13 years ago)
Author:
vboxsync
Message:

Solaris/Installer: fix checkinstall for zones.

File:
1 edited

Legend:

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

    r38998 r39754  
    6969    REMOTE_INST=1
    7070fi
     71
     72# nothing to check for non-global zones
     73currentzone=`zonename`
     74if test "$currentzone" != "global"; then
     75    exit 0
     76fi
     77
    7178
    7279infoprint "Checking package dependencies..."
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