VirtualBox

Opened 12 years ago

Closed 12 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 Michael Thayer, 12 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

Thanks for the report, fixed.

comment:2 by Frank Mehnert, 12 years ago

Resolution: fixed
Status: newclosed

Fix is part of 4.1.20.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use