SOURCES: udev-modprobe.rules, udev.rules - updated for 076

freetz freetz at pld-linux.org
Fri Nov 25 22:23:56 CET 2005


Author: freetz                       Date: Fri Nov 25 21:23:56 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 076

---- Files affected:
SOURCES:
   udev-modprobe.rules (1.7 -> 1.8) , udev.rules (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SOURCES/udev-modprobe.rules
diff -u SOURCES/udev-modprobe.rules:1.7 SOURCES/udev-modprobe.rules:1.8
--- SOURCES/udev-modprobe.rules:1.7	Sun Nov  6 20:21:41 2005
+++ SOURCES/udev-modprobe.rules	Fri Nov 25 22:23:51 2005
@@ -28,7 +28,6 @@
         RUN+="/bin/sh -c 'echo 1 > /sys/$DEVPATH/allow_func_id_match'"
 ACTION=="add", SUBSYSTEM=="ieee1394", MODALIAS=="*", \
         RUN+="/sbin/modprobe $modalias"
-
 ACTION=="add", SUBSYSTEM=="ieee1394", MODALIAS=="*", \
 	RUN+="/sbin/modprobe $modalias"
 
@@ -60,19 +59,19 @@
 
 # helpers	      
 ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="*", \
-	RUN+="/sbin/udev_net_helper"
+	RUN+="/lib/udev/udev_net_helper"
 	
 ACTION=="remove", SUBSYSTEM=="net", ENV{INTERFACE}=="*", \
-	RUN+="/sbin/udev_net_helper"
+	RUN+="/lib/udev/udev_net_helper"
 
 ACTION=="add", SUBSYSTEM=="input", \
-	RUN+="/sbin/udev_input_helper"
+	RUN+="/lib/udev/udev_input_helper"
 
 ACTION=="add", SUBSYSTEM=="ieee1394", \
-	RUN+="/sbin/udev_ieee1394_helper"
+	RUN+="/lib/udev/udev_ieee1394_helper"
 	
 ACTION=="remove", SUBSYSTEM=="ieee1394", \
-	RUN+="/sbin/udev_ieee1394_helper"
+	RUN+="/lib/udev/udev_ieee1394_helper"
 
 ACTION=="add", SUBSYSTEM=="firmware", \
-	RUN+="/sbin/firmware_helper"
+	RUN+="/lib/udev/firmware_helper"

================================================================
Index: SOURCES/udev.rules
diff -u SOURCES/udev.rules:1.22 SOURCES/udev.rules:1.23
--- SOURCES/udev.rules:1.22	Thu Nov 24 19:29:42 2005
+++ SOURCES/udev.rules	Fri Nov 25 22:23:51 2005
@@ -46,11 +46,11 @@
 KERNEL=="ataraid*",	NAME="%k", GROUP="disk"
 
 # compaq smart array
-KERNEL=="cciss*",	PROGRAM="/etc/udev/scripts/raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"
-KERNEL=="ida*",		PROGRAM="/etc/udev/scripts/raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"
+KERNEL=="cciss*",	PROGRAM="/lib/udev/raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"
+KERNEL=="ida*",		PROGRAM="/lib/udev/raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"
 
 # mylex
-KERNEL=="rd*",		PROGRAM="/etc/udev/scripts/raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"
+KERNEL=="rd*",		PROGRAM="/lib/udev/raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"
 
 # dri devices
 SUBSYSTEM=="graphics"	GROUP="video"
@@ -188,7 +188,7 @@
 KERNEL=="vbi0",		SYMLINK+="vbi"
 
 # dvb devices
-KERNEL=="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c", GROUP="video", MODE="0660"
+KERNEL=="dvb*", PROGRAM="/lib/udev/dvb.sh %k", NAME="%c", GROUP="video", MODE="0660"
 
 # Asterisk Zaptel devices
 KERNEL=="zapctl",	NAME="zap/ctl"
@@ -255,4 +255,4 @@
 RUN+="socket:/org/kernel/udev/monitor"
 
 # debug events to /events, but not on default udev_log="err"
-ENV{UDEV_LOG}=="[4-9]", RUN+="/sbin/eventrecorder.sh"
+ENV{UDEV_LOG}=="[4-9]", RUN+="/lib/udev/eventrecorder.sh"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/udev-modprobe.rules?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SOURCES/udev.rules?r1=1.22&r2=1.23&f=u




More information about the pld-cvs-commit mailing list