diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-11-25 02:09:03 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-29 12:45:55 +0100 |
commit | 9a3d4f1ed0d7f76f8e59da46280a5adf43773815 (patch) | |
tree | 356905cabc7fd20a2269a2925b5f974c2815a5bd /system/virtualbox-ose/virtualbox.default | |
parent | d612e843b22acd5c602f35d061271a89864168d9 (diff) |
system/virtualbox-ose: Updated for version 3.2.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-ose/virtualbox.default')
-rw-r--r-- | system/virtualbox-ose/virtualbox.default | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/system/virtualbox-ose/virtualbox.default b/system/virtualbox-ose/virtualbox.default index 9fec56908fe29..bcc3c08e162b6 100644 --- a/system/virtualbox-ose/virtualbox.default +++ b/system/virtualbox-ose/virtualbox.default @@ -7,4 +7,19 @@ SHUTDOWN_USERS="" # The default shutdown method "/etc/rc.d/rc.vboxdrv stop_vms" should use SHUTDOWN="savestate" #SHUTDOWN="acpibutton" -#SHUTDOWN="savestate"
\ No newline at end of file +#SHUTDOWN="savestate" + +## vboxwebsrv options + +# user to run vboxwebsrv (required) +VBOXWEB_USER="vboxweb" + +#VBOXWEB_HOST= +#VBOXWEB_PORT= +#VBOXWEB_TIMEOUT= +#VBOXWEB_CHECK_INTERVAL= +#VBOXWEB_THREADS= +#VBOXWEB_KEEPALIVE= + +# Logfile location +VBOXWEB_LOGFILE="/var/log/vboxweb/vboxweb.log" |