You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/phpvirtualbox/files
root ca7f0476a8
Sync with portage [Thu Jan 24 09:19:56 MSK 2019].
5 years ago
..
README.gentoo Sync with portage [Thu Jan 24 09:19:56 MSK 2019]. 5 years ago
vboxinit-initd Sync with portage [Wed May 18 11:44:03 MSK 2016]. 8 years ago

README.gentoo

Local or remote virtualbox hosts must be compiled with

'vboxwebsrv' useflag and the respective init script
must be running to use this interface:
/etc/init.d/vboxwebsrv start

To enable the automatic startup mode feature uncomment the
following line in the config.php file:
var $startStopConfig = true;

You should also add the /etc/init.d/vboxinit-@@SLOT@@ script to the
default runlevel on the virtualbox host:
`rc-update add vboxinit-@@SLOT@@ default`
If the server is on a remote host, than the script must be
copied manually from
@@FILESDIR@@/vboxinit-initd to
/etc/init.d/vboxinit on the remote host.