]> git.pld-linux.org Git - packages/EMCpower.git/commitdiff
- don't unload drivers on startup (causes startup to stall as modprobe -r waits for...
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 24 Aug 2007 15:09:34 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PowerPath.init -> 1.2

PowerPath.init

index 2bdf3d65b5faacd9e108e0b8cc187664be264f38..c05968edb79f9099eb25834af941f242400b79ab 100755 (executable)
@@ -257,7 +257,6 @@ load_drivers()
         rc_check
     else
         rc_check
-        unload_drivers
     fi
 
     if rc_status ; then
@@ -378,7 +377,6 @@ case "$1" in
                     rc_check
                 else
                     rc_check
-                    unload_drivers
                 fi
             # remove PIOC if it was loaded during RD boot.
                 lsmod | grep emcpioc > /dev/null
@@ -392,11 +390,9 @@ case "$1" in
                     configure_pp
                 else
                     rc_check
-                    unload_drivers
                 fi
             else
                 nls "PowerPath: unable to load PowerPath modules."
-                unload_drivers
             fi
         fi
         rc_status -v
This page took 0.849945 seconds and 4 git commands to generate.