]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- modprobe for button, not system
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 15 Sep 2002 15:57:53 +0000 (15:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.5

acpid.init

index d4465a6cacc3ca37ad4f979ab1e38bb3d184daff..6f5b7f70ac36cafcbd8f52792d6aa078a00afa5c 100644 (file)
@@ -23,7 +23,7 @@ case "$1" in
        # Start daemons.
                if [ ! -f /var/lock/subsys/acpid ]; then
                        if [ ! -f /proc/acpi/event ]; then
-                               modprobe ospm_system
+                               modprobe ospm_button
                        fi
                        msg_starting acpid $PROGRAM_ARGS
                        daemon acpid
This page took 0.053769 seconds and 4 git commands to generate.