]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- ibm_acpi is no more (drop)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Nov 2009 21:14:02 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.28
    acpid.sysconfig -> 1.11

acpid.init
acpid.sysconfig

index 27f20e968dc7aada3a48f99905077979548143f7..59d4d683ce58a2ce154d572579b1241b998ddd7f 100644 (file)
@@ -47,8 +47,6 @@ start() {
                modprobe -s asus_acpi
        elif is_yes "$TOSHIBA_LAPTOP"; then
                modprobe -s toshiba_acpi
-       elif is_yes "$IBM_LAPTOP"; then
-               modprobe -s ibm_acpi
        fi
 
        # starting:
index e47a1cc461794423ccefe063cb513c705b12f5c1..b2bb7037b2cbfa45cb0d1d9fe9e2e66a1a281b79 100644 (file)
@@ -12,8 +12,7 @@ PROGRAM_ARGS=""
 # Various ACPI modules, usefull on destop system
 #VARIOUS_MODULES="fan processor thermal"
 
-# If you have ASUS, TOSHIBA or IBM laptop you can try to uncomment one of
+# If you have ASUS or TOSHIBA laptop you can try to uncomment one of
 # this options to get additional features provided by acpi in this laptops
 #ASUS_LAPTOP="yes"
 #TOSHIBA_LAPTOP="yes"
-#IBM_LAPTOP="yes"
This page took 0.079603 seconds and 4 git commands to generate.