summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-01-23 12:56:57 -0500
committerBrian Evans <grknight@gentoo.org>2019-01-23 13:02:30 -0500
commit13062a7216fe1d58ad866f37310b76decd333e87 (patch)
tree34eb7ca821129bd70182f5038393af5ec0df1ae7 /app-emulation/phpvirtualbox/files/README.gentoo
parentsys-apps/util-linux: arm stable wrt bug #673976 (diff)
downloadgentoo-13062a7216fe1d58ad866f37310b76decd333e87.tar.gz
gentoo-13062a7216fe1d58ad866f37310b76decd333e87.tar.bz2
gentoo-13062a7216fe1d58ad866f37310b76decd333e87.zip
app-emulation/phpvirtualbox: Version bump to 5.2.1
Non-maintainer commit Includes fixes and PHP 7.1 support Closes: https://bugs.gentoo.org/651186 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
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.