Changeset 41623 in vbox
- Timestamp:
- Jun 8, 2012 1:19:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r41620 r41623 776 776 start_service() 777 777 { 778 if test -z "$1" || test -z "$2" || test -z "$3" ; then778 if test -z "$1" || test -z "$2" || test -z "$3" || test -z "$4"; then 779 779 errorprint "missing argument to enable_service()" 780 780 exit 1 … … 806 806 else 807 807 warnprint "Loading $1 ...FAILED." 808 warnprint "Refer /var/svc/log/application-virtualbox-zoneaccess:default.logfor details."808 warnprint "Refer $4 for details." 809 809 fi 810 810 else … … 999 999 # Start ZoneAccess service, other services are disabled by default. 1000 1000 $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" 1002 1003 fi 1003 1004 fi
Note:
See TracChangeset
for help on using the changeset viewer.