diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-02-15 09:58:49 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-02-15 09:58:49 +0000 |
commit | bf9847557f3c9ff074a14f5c12bdfd29716ecf6b (patch) | |
tree | 292e2e3c35f28a7f96a5b13db09649abce0d3228 /app-emulation/virtualbox/files/vboxwebsrv-confd | |
parent | 1560c6c6b29fe42ae49f6bc7f9cd853d8861b292 (diff) |
app-emulation/virtualbox : drop ebuild
Diffstat (limited to 'app-emulation/virtualbox/files/vboxwebsrv-confd')
-rw-r--r-- | app-emulation/virtualbox/files/vboxwebsrv-confd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-emulation/virtualbox/files/vboxwebsrv-confd b/app-emulation/virtualbox/files/vboxwebsrv-confd deleted file mode 100644 index 9ea37a2f..00000000 --- a/app-emulation/virtualbox/files/vboxwebsrv-confd +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# The host to bind to (defaults to "localhost"). -VBOXWEBSRV_HOST="localhost" - -# Which port to on the host (defaults to 18083). -VBOXWEBSRV_PORT="18083" - -# Session timeout, in seconds. (defaults to 20). -VBOXWEBSRV_TIMEOUT=20 - -# The interval in which the webservice checks for -# timed-out clients, in seconds. Normally does not -# need to be changed (defaults to 5). -VBOXWEBSRV_INTERVAL=5 - -# User under which vboxwebsrv is running -VBOXWEBSRV_USER="root" |