summaryrefslogtreecommitdiff
path: root/app-emulation/phpvirtualbox/files/README.gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/phpvirtualbox/files/README.gentoo')
-rw-r--r--app-emulation/phpvirtualbox/files/README.gentoo16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/phpvirtualbox/files/README.gentoo b/app-emulation/phpvirtualbox/files/README.gentoo
new file mode 100644
index 000000000000..45699ef72f06
--- /dev/null
+++ b/app-emulation/phpvirtualbox/files/README.gentoo
@@ -0,0 +1,16 @@
+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.