[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.5-92-ge89e4f2

Damyan Ivanov dmn at debian.org
Thu Sep 15 07:11:33 UTC 2011


The following commit has been merged in the master branch:
commit a5606a475b529df1ccc07918c4fb53ec3a25a325
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Sep 15 10:08:28 2011 +0300

    assume 3.x kernel is 2.6.36
    
    This is a hack, but works. Would need another solution if we need to
    distinguish between dfferent 3.x kernels

diff --git a/debian/eeepc-acpi-scripts.init b/debian/eeepc-acpi-scripts.init
index 9a7d758..d892ce9 100644
--- a/debian/eeepc-acpi-scripts.init
+++ b/debian/eeepc-acpi-scripts.init
@@ -45,6 +45,9 @@ case "$1" in
       2.6.*)
 	KERNEL="`echo $KERNEL | sed -re 's/^([0-9]+\.){2}([0-9]+).*$/\2/'`"
 	;;
+      3.*)
+        KERNEL=36   # simulate a sufficiently new 2.6.x kernel
+        ;;
       *)
 	KERNEL=0
         ;;

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list