summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/udev/ChangeLog5
-rw-r--r--sys-fs/udev/files/udev.rules-1052
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index e593cc7faac0..9b98052a4918 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.269 2007/03/02 13:21:02 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.270 2007/03/02 14:13:48 zzam Exp $
+
+ 02 Mar 2007; Matthias Schwarzott <zzam@gentoo.org> files/udev.rules-105:
+ Let all modprobe calls use the wrapper.
*udev-105 (02 Mar 2007)
diff --git a/sys-fs/udev/files/udev.rules-105 b/sys-fs/udev/files/udev.rules-105
index 4a3dfbb8c210..d0edfe108107 100644
--- a/sys-fs/udev/files/udev.rules-105
+++ b/sys-fs/udev/files/udev.rules-105
@@ -273,7 +273,7 @@ SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c 'while read id; do modpr
# alias pnp:dPNPb02f analog
-SUBSYSTEM=="i2o", ACTION=="add", RUN+="/sbin/modprobe i2o_block"
+SUBSYSTEM=="i2o", ACTION=="add", RUN+="modprobe.sh i2o_block"
SUBSYSTEM=="mmc", ACTION=="add", RUN+="modprobe.sh mmc_block"
# Parts taken from redhat-rules