Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244339 Details for
Bug 333901
=app-emulation/virtualbox-3.1.8 with vboxwebsrv fails to start
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against /etc/init.d/vboxwebsrv to allow starting the server
vboxwebsrv-init.patch (text/plain), 893 bytes, created by
Timo A. Hummel
on 2010-08-24 06:07:00 UTC
(
hide
)
Description:
Patch against /etc/init.d/vboxwebsrv to allow starting the server
Filename:
MIME Type:
Creator:
Timo A. Hummel
Created:
2010-08-24 06:07:00 UTC
Size:
893 bytes
patch
obsolete
>11d10 >< #checkconfig || return $? >14,16c13,19 >< start-stop-daemon --start --quiet --pidfile /var/run/vboxwebsrv.pid \ >< --background --make-pidfile --exec /opt/bin/vboxwebsrv \ >< -- -H ${VBOXWEBSRV_HOST} -p ${VBOXWEBSRV_PORT} -t ${VBOXWEBSRV_TIMEOUT} -i ${VBOXWEBSRV_INTERVAL} >--- >> >> >> /opt/bin/vboxwebsrv -H ${VBOXWEBSRV_HOST} -p ${VBOXWEBSRV_PORT} -t ${VBOXWEBSRV_TIMEOUT} -i ${VBOXWEBSRV_INTERVAL} -F /var/log/vboxwebsrv.log -b >> # start-stop-daemon --start --pidfile /var/run/vboxwebsrv.pid \ >> # --background --make-pidfile --exec /opt/bin/vboxwebsrv \ >> # -- -H ${VBOXWEBSRV_HOST} -p ${VBOXWEBSRV_PORT} -t ${VBOXWEBSRV_TIMEOUT} -i ${VBOXWEBSRV_INTERVAL} -F /var/log/vboxwebsrv.log >> >22c25,26 >< start-stop-daemon --stop --quiet --pidfile /var/run/vboxwebsrv.pid >--- >> killall vboxwebsrv >> # start-stop-daemon --stop --quiet --pidfile /var/run/vboxwebsrv.pid
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 333901
: 244339 |
272283