VirtualBox

Changeset 11506 in vbox for trunk


Ignore:
Timestamp:
Aug 20, 2008 9:07:36 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35027
Message:

Installer/solaris: fix smf start command for vboxwebsrv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/smf-vboxwebsrv.sh

    r11475 r11506  
    4949        [ -z "$VW_HOST" ] && VW_HOST=localhost
    5050        [ -z "$VW_PORT" -o "$VW_PORT" -eq 0 ] && VW_PORT=18083
    51         su "$VW_USER" -c /opt/VirtualBox/vboxwebsrv --daemonize --host "$VW_HOST" --port "$VW_PORT"
     51        su "$VW_USER" -c "LOGNAME=\"$VW_USER\" USER=\"$VW_USER\" /opt/VirtualBox/vboxwebsrv --background --host \"$VW_HOST\" --port \"$VW_PORT\""
    5252
    5353        VW_EXIT=$?
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