VirtualBox

Changeset 38861 in vbox


Ignore:
Timestamp:
Sep 26, 2011 9:56:47 AM (13 years ago)
Author:
vboxsync
Message:

Solaris/Installer: Quotes.

File:
1 edited

Legend:

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

    r38016 r38861  
    750750    servicefound=`$BIN_SVCS -a | grep "$2" 2>/dev/null`
    751751    if test ! -z "$servicefound"; then
    752         $BIN_SVCADM disable -s $3
     752        $BIN_SVCADM disable -s "$3"
    753753        # Don't delete the manifest, this is handled by the manifest class action
    754         # $BIN_SVCCFG delete $3
     754        # $BIN_SVCCFG delete "$3"
    755755        if test "$?" -eq 0; then
    756756            subprint "Unloaded: $1"
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