rpms/udev/devel udev-rules.patch,1.22,1.23 udev.spec,1.187,1.188

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 28 14:10:56 UTC 2006


Author: harald

Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10768

Modified Files:
	udev-rules.patch udev.spec 
Log Message:
removed modprobe uglieness... better done by /etc/modprobe.d

udev-rules.patch:
 05-udev-early.rules |    1 +
 50-udev.rules       |   14 ++++----------
 2 files changed, 5 insertions(+), 10 deletions(-)

Index: udev-rules.patch
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev-rules.patch,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- udev-rules.patch	28 Sep 2006 13:58:57 -0000	1.22
+++ udev-rules.patch	28 Sep 2006 14:10:54 -0000	1.23
@@ -49,22 +49,12 @@
  	SYSFS{device/media}=="floppy", \
  	SYMLINK+="floppy floppy-%k", OPTIONS+="ignore_remove, all_partitions"
 --- udev-095/etc/udev/redhat/05-udev-early.rules.rhrules	2006-07-04 12:34:55.000000000 +0200
-+++ udev-095/etc/udev/redhat/05-udev-early.rules	2006-09-28 15:56:15.000000000 +0200
-@@ -1,9 +1,16 @@
++++ udev-095/etc/udev/redhat/05-udev-early.rules	2006-09-28 16:08:23.000000000 +0200
+@@ -1,6 +1,7 @@
  # sysfs is populated after the event is sent
  ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
  ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
 +ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"                    
-+
-+ACTION=="add", SUBSYSTEM=="module", KERNEL=="mptbase", \
-+	RUN="/sbin/modprobe mptctl", OPTIONS="last_rule", \
-+	GOTO="processed_modules"
-+
-+SUBSYSTEM=="module",		OPTIONS="ignore_device"
-+LABEL="processed_modules"
  
  # ignore these events until someone needs them
  SUBSYSTEM=="drivers",		OPTIONS="ignore_device"
--SUBSYSTEM=="module",		OPTIONS="ignore_device"
- 
- ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*", RUN="/sbin/firmware_helper", OPTIONS="last_rule"


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- udev.spec	28 Sep 2006 13:58:57 -0000	1.187
+++ udev.spec	28 Sep 2006 14:10:54 -0000	1.188
@@ -328,9 +328,6 @@
 %{_libdir}/pkgconfig/libvolume_id.pc 
 
 %changelog
-* Thu Sep 28 2006 Harald Hoyer <harald at redhat.com> - 095-11
-- load the mptctl module, if mptbase is loaded (bug #205510)
-
 * Wed Sep 27 2006 Harald Hoyer <harald at redhat.com> - 095-10
 - typo in xpram/slram rule (bug #205563)
 




More information about the fedora-cvs-commits mailing list