Package: acpid Severity: wishlist Tags: patch Hi,
Ubuntu has the attached patch in their version of acpid. Please consider it for inclusion in the Debian package. Thanks, James -- James Westby -- GPG Key ID: B577FE13 -- http://jameswestby.net/ seccure key - (3+)k7|M*edCX/.A:n*N!>|&7U.L#9E)Tu)T0>AM - secp256r1/nistp256
Index: acpid-1.0.6/debian/acpid.default =================================================================== --- acpid-1.0.6.orig/debian/acpid.default 2007-11-02 20:14:57.000000000 +0000 +++ acpid-1.0.6/debian/acpid.default 2007-11-02 20:15:01.000000000 +0000 @@ -6,4 +6,7 @@ # MODULES may be uncommented to load "none", contain the string "all" # to load all acpi related modules or simply a space seperated list # of modules to be probed. -MODULES="battery ac processor button fan thermal" +#MODULES="battery ac processor button fan thermal" +# using all allows us to drop extra modules in drivers/acpi and have them +# be autoloaded. +MODULES="all"

