﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
10642,/etc/init.d/vboxweb-service incorrect functions.sh-path for Gentoo-Host -> fixed as of 3 July 2012,virlem,,"As ticket #2938 already pointed out: /sbin/functions.sh move long time ago to /etc/init.d/functions.sh.

You patched it in /etc/init.d/vboxdrv but not in /etc/init.d/vboxweb-service.

Please modify line 161 of /etc/init.d/vboxweb-service from 

if [ ""$system"" = ""gentoo"" ]; then
    . /sbin/functions.sh
    start_daemon() {


to


if [ ""$system"" = ""gentoo"" ]; then
    . /etc/init.d/functions.sh
    start_daemon() {
",defect,closed,installer,VirtualBox 4.1.16,fixed,,,other,Linux
