VirtualBox

Changeset 48207 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 30, 2013 5:44:34 PM (11 years ago)
Author:
vboxsync
Message:

Solaris/installer: Only stop services that are running. Should speed up installation a bit.

File:
1 edited

Legend:

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

    r48036 r48207  
    924924        exit 1
    925925    fi
    926     servicefound=`$BIN_SVCS -a | grep "$2" 2>/dev/null`
     926    servicefound=`$BIN_SVCS -H "$2" 2>/dev/null | grep '^online'`
    927927    if test ! -z "$servicefound"; then
    928928        $BIN_SVCADM disable -s "$3"
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