]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- lets make possible use of both variables together...
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 29 Feb 2004 18:37:12 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.17

acpid.init

index c77390d7660b0b1b4102ebc47f578126d36b4ddf..4f2033ed6adf8a6490e24617774e24c67610068d 100644 (file)
@@ -39,7 +39,8 @@ case "$1" in
                        for i in $LAPTOP_MODULES; do
                                _modprobe single $i
                        done
-               elif [ -n "$VARIOUS_MODULES" ]; then
+               fi
+               if [ -n "$VARIOUS_MODULES" ]; then
                        for i in $VARIOUS_MODULES; do
                                _modprobe single $i
                        done
This page took 0.088748 seconds and 4 git commands to generate.