[arch-commits] Commit in udev/trunk (load-modules.sh)

Thomas Bächler thomas at archlinux.org
Sat Feb 20 16:27:18 UTC 2010


    Date: Saturday, February 20, 2010 @ 11:27:18
  Author: thomas
Revision: 69509

load-modules.sh: Always use --use-blacklist option to match recent udev behaviour

Modified:
  udev/trunk/load-modules.sh

-----------------+
 load-modules.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: load-modules.sh
===================================================================
--- load-modules.sh	2010-02-20 16:27:01 UTC (rev 69508)
+++ load-modules.sh	2010-02-20 16:27:18 UTC (rev 69509)
@@ -74,7 +74,7 @@
       $MODPROBE $USEBLACKLIST ${mod}
     done
   else
-    $MODPROBE $1
+    $MODPROBE $USEBLACKLIST $1
   fi
 fi
 # vim: set et ts=4:




More information about the arch-commits mailing list