[Pkg-acpi-devel] Bug#502881: Bug#502881: Bug#502881: acpid not starting after upgrade

Loïc Minier lool at dooz.org
Tue Oct 21 11:21:49 UTC 2008


On Tue, Oct 21, 2008, Michael Meskes wrote:
> I think I found it and just changed our git repro. Problem is that 
> 
> [ -f /proc/modules ] || return 
> 
> always errors out if /proc/modules doesn't exist.

 Err your fix is the other way around!

    if [ -f /proc/modules ]; then
>-------return
    fi

 that will return when proc/modules exists

-- 
Loïc Minier





More information about the Pkg-acpi-devel mailing list