Opened 13 years ago
Closed 13 years ago
#10642 closed defect (fixed)
/etc/init.d/vboxweb-service incorrect functions.sh-path for Gentoo-Host -> fixed as of 3 July 2012
Reported by: | virlem | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 4.1.16 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
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() {
Change History (2)
comment:1 by , 13 years ago
Summary: | /etc/init.d/vboxweb-service incorrect functions.sh-path for Gentoo-Host → /etc/init.d/vboxweb-service incorrect functions.sh-path for Gentoo-Host -> fixed as of 3 July 2012 |
---|
Note:
See TracTickets
for help on using tickets.
Thanks for the report, fixed.