diff options
Diffstat (limited to 'app-emulation/virtualbox/files/vboxwebsrv-confd')
-rw-r--r-- | app-emulation/virtualbox/files/vboxwebsrv-confd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/virtualbox/files/vboxwebsrv-confd b/app-emulation/virtualbox/files/vboxwebsrv-confd index 92d61e9eee81..b48b2218f9c0 100644 --- a/app-emulation/virtualbox/files/vboxwebsrv-confd +++ b/app-emulation/virtualbox/files/vboxwebsrv-confd @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/files/vboxwebsrv-confd,v 1.1 2011/01/06 22:47:33 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/files/vboxwebsrv-confd,v 1.2 2012/03/16 22:36:03 hwoarang Exp $ # The host to bind to (defaults to "localhost"). VBOXWEBSRV_HOST="localhost" @@ -16,3 +16,5 @@ VBOXWEBSRV_TIMEOUT=20 # need to be changed (defaults to 5). VBOXWEBSRV_INTERVAL=5 +# User under which vboxwebsrv is running +VBOXWEBSRV_USER="root" |