]> git.pld-linux.org Git - packages/acpid.git/commitdiff
-bugfix
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 29 Feb 2004 18:30:49 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.16

acpid.init

index 2717692126655e510603d6a68fccbd3a530fb62b..c77390d7660b0b1b4102ebc47f578126d36b4ddf 100644 (file)
@@ -36,11 +36,11 @@ case "$1" in
                fi
                # Load additional modules:
                if [ -n "$LAPTOP_MODULES" ]; then
-                       for i in "$LAPTOP_MODULES"; do
+                       for i in $LAPTOP_MODULES; do
                                _modprobe single $i
                        done
                elif [ -n "$VARIOUS_MODULES" ]; then
-                       for i in "$VARIOUS_MODULES"; do
+                       for i in $VARIOUS_MODULES; do
                                _modprobe single $i
                        done
                fi
This page took 0.07732 seconds and 4 git commands to generate.