VirtualBox

Changeset 41623 in vbox


Ignore:
Timestamp:
Jun 8, 2012 1:19:19 PM (13 years ago)
Author:
vboxsync
Message:

Solaris/Installer: ZoneAccess service autostart fix.

File:
1 edited

Legend:

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

    r41620 r41623  
    776776start_service()
    777777{
    778     if test -z "$1" || test -z "$2" || test -z "$3"; then
     778    if test -z "$1" || test -z "$2" || test -z "$3" || test -z "$4"; then
    779779        errorprint "missing argument to enable_service()"
    780780        exit 1
     
    806806        else
    807807            warnprint "Loading $1  ...FAILED."
    808             warnprint "Refer /var/svc/log/application-virtualbox-zoneaccess:default.log for details."
     808            warnprint "Refer $4 for details."
    809809        fi
    810810    else
     
    999999                # Start ZoneAccess service, other services are disabled by default.
    10001000                $BIN_SVCADM restart svc:system/manifest-import:default
    1001                 start_service "Zone access service" "virtualbox/zoneaccess" "svc:/application/virtualbox/zoneaccess:default"
     1001                start_service "Zone access service" "virtualbox/zoneaccess" "svc:/application/virtualbox/zoneaccess:default" \
     1002                                "/var/svc/log/application-virtualbox-zoneaccess:default.log"
    10021003            fi
    10031004        fi
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