SOURCES: udev_import_usermap - silence modprobe

freetz freetz at pld-linux.org
Fri Oct 21 11:48:34 CEST 2005


Author: freetz                       Date: Fri Oct 21 09:48:34 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- silence modprobe

---- Files affected:
SOURCES:
   udev_import_usermap (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/udev_import_usermap
diff -u SOURCES/udev_import_usermap:1.1 SOURCES/udev_import_usermap:1.2
--- SOURCES/udev_import_usermap:1.1	Wed Oct 19 08:39:28 2005
+++ SOURCES/udev_import_usermap	Fri Oct 21 11:48:29 2005
@@ -66,7 +66,7 @@
     while (my ($key, $flag) = each(%flags)) {
 	hex($match{match_flags}) & $flag and push @rule, qq(SYSFS{$key}=="$match{$key}");
     }
-    push @rule, qq(RUN+="/sbin/modprobe $match{module}") unless $no_modprobe;
+    push @rule, qq(RUN+="/sbin/modprobe -q $match{module}") unless $no_modprobe;
     push @rule, qq(RUN+="$agents_dir/$subsystem/$match{module}") unless $no_driver_agent;
     print join(', ', @rule) . "\n";
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/udev_import_usermap?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list