Em 22-08-2015 14:53, Wayne Sallee escreveu:
> 
> 
> On 08/22/2015 01:41 PM, Wayne Sallee wrote:
>> Thanks.
>>
>> Its the guest additions virtual CD from Virtualbox released May 13th 2015
>>
>> Wayne Sallee
>> [email protected]
> 
> VirtualBox 4.3.28
> 
> There is a newer version available, bot this one is not very old.
> 
> Wayne Sallee
> [email protected]

Attached, you find a patch with the necessary fix, if you don't want to
modify in a non-standard way your system.

It is for 5.0.0, but will probably be OK with your version.

-- 
[]s,
Fernando
Submitted By:            Fernando de Oliveira <famobr at yahoo dot com dot br>
Date:                    2015-08-22
Initial Package Version: 5.0.0
Upstream Status:         not submitted
Origin:                  Self
Description:             Fix VirtualBox init scripts for LFS-7.x

--- vboxautostart-service-2015.08.22-15h10m48s	2015-08-22 15:11:31.445611689 -0300
+++ vboxautostart-service	2015-08-04 17:53:26.479526645 -0300
@@ -197,7 +197,7 @@
 fi
 
 if [ "$system" = "lfs" ]; then
-    . /etc/rc.d/init.d/functions
+    . /lib/lsb/init-functions
     if [ -n "$NOLSB" ]; then
         fail_msg() {
             echo_failure
--- vboxballoonctrl-service-2015.08.22-15h10m48s	2015-08-22 15:11:31.442611757 -0300
+++ vboxballoonctrl-service	2015-08-04 17:53:26.572524111 -0300
@@ -206,7 +206,7 @@
 fi
 
 if [ "$system" = "lfs" ]; then
-    . /etc/rc.d/init.d/functions
+    . /lib/lsb/init-functions
     if [ -n "$NOLSB" ]; then
         fail_msg() {
             echo_failure
--- vboxweb-service-2015.08.22-15h10m48s	2015-08-22 15:11:31.447611643 -0300
+++ vboxweb-service	2015-08-04 17:53:26.762518932 -0300
@@ -208,7 +208,7 @@
 fi
 
 if [ "$system" = "lfs" ]; then
-    . /etc/rc.d/init.d/functions
+    . /lib/lsb/init-functions
     if [ -n "$NOLSB" ]; then
         fail_msg() {
             echo_failure
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to