VirtualBox

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


Ignore:
Timestamp:
Feb 6, 2013 2:00:32 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83636
Message:

trunk: forward-ported r83587, r83600, r83607, r83612 and r83631: 4.2: Installer/Solaris: try a fix for services not installing correctly immediately after an uninstall.

File:
1 edited

Legend:

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

    r44528 r44568  
    188188fi
    189189
     190# If we are using SVR4 packages then make sure that SMF has finished
     191# disabling any services left over from a previous installation which
     192# may interfere with installing new ones.  Should only be relevant on
     193# Solaris 11.
     194if test -x "$BIN_PKGINFO"; then
     195    for i in 1 2 3 4 5 6 7 8 9 10; do
     196        svcs -a | grep virtualbox >/dev/null || break
     197        if test "${i}" = "1"; then
     198            printf "Waiting for services from previous installation to be removed."
     199        else
     200            printf "."
     201        fi
     202        sleep 1
     203    done
     204    test "${i}" = "1" || printf "\n"
     205fi
     206
    190207exit 0
    191208
Note: See TracChangeset for help on using the changeset viewer.

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