rpms/udev/devel udev.rules,1.40,1.41 udev.spec,1.113,1.114

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Oct 7 14:40:56 UTC 2005


Author: harald

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

Modified Files:
	udev.rules udev.spec 
Log Message:
corrected c&p edd_id rule, symlink for js devices


Index: udev.rules
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.rules,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- udev.rules	6 Oct 2005 07:19:33 -0000	1.40
+++ udev.rules	7 Oct 2005 14:40:52 -0000	1.41
@@ -164,7 +164,7 @@
 KERNEL=="mice",			NAME="input/%k"
 KERNEL=="mouse*",		NAME="input/%k"
 KERNEL=="event*",		NAME="input/%k"
-KERNEL=="js*",			NAME="input/%k"
+KERNEL=="js*",			NAME="input/%k", SYMLINK+="%k"
 KERNEL=="ts*",			NAME="input/%k"
 
 # IEEE1394 (firewire) devices (must be before raw devices below)
@@ -283,10 +283,8 @@
 KERNEL=="*[0-9]", ENV{ID_FS_UUID}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID}"
 KERNEL=="*[0-9]", ENV{ID_FS_LABEL_SAFE}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}"
 
-KERNEL=="[sh]d*[!0-9]", ACTION=="add", IMPORT="/sbin/edd_id --export $tempnode", SYMLINK+="disk/by-edd
--id/$env{ID_EDD}"
-KERNEL=="[sh]d*[0-9]", ACTION=="add", IMPORT{parent}=="ID_EDD", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-e
-dd-id/$env{ID_EDD}-part%n"
+KERNEL=="[sh]d*[!0-9]", ACTION=="add", IMPORT="/sbin/edd_id --export $tempnode", SYMLINK+="disk/by-edd-id/$env{ID_EDD}"
+KERNEL=="[sh]d*[0-9]", ACTION=="add", IMPORT{parent}=="ID_EDD", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-edd-id/$env{ID_EDD}-part%n"
 
 LABEL="no_volume_id"
 


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- udev.spec	6 Oct 2005 07:19:33 -0000	1.113
+++ udev.spec	7 Oct 2005 14:40:52 -0000	1.114
@@ -7,7 +7,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 069
-Release: 7
+Release: 8
 License: GPL
 Group: System Environment/Base
 %if !%{with_persistent}
@@ -310,6 +310,9 @@
 %endif
 
 %changelog
+* Thu Oct 06 2005 Harald Hoyer <harald at redhat.com> - 069-8
+- corrected c&p edd_id rule, symlink for js devices
+
 * Thu Oct 06 2005 Harald Hoyer <harald at redhat.com> - 069-7
 - added edd_id
 




More information about the fedora-cvs-commits mailing list