rpms/udev/devel hotplug.rules, 1.1, 1.2 start_udev, 1.44, 1.45 udev.conf, 1.16, 1.17 udev.spec, 1.126, 1.127 udevstart2.patch, 1.1, 1.2 udev-075-inc.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 29 13:25:54 UTC 2005


Author: harald

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

Modified Files:
	hotplug.rules start_udev udev.conf udev.spec udevstart2.patch 
Removed Files:
	udev-075-inc.patch 
Log Message:
version 076


Index: hotplug.rules
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/hotplug.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hotplug.rules	13 Jul 2005 14:33:53 -0000	1.1
+++ hotplug.rules	29 Nov 2005 13:25:51 -0000	1.2
@@ -3,6 +3,6 @@
 SUBSYSTEM=="module",	OPTIONS="last_rule"
 
 # compatibility support for the obsolete hotplug.d and dev.d directories
-ENV{UDEVD_EVENT}=="1",	RUN+="/sbin/udev_run_hotplugd"
-RUN+="/sbin/udev_run_devd"
+ENV{UDEVD_EVENT}=="1",	RUN+="/lib/udev/udev_run_hotplugd"
+RUN+="/lib/udev/udev_run_devd"
 


Index: start_udev
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/start_udev,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- start_udev	21 Nov 2005 12:04:43 -0000	1.44
+++ start_udev	29 Nov 2005 13:25:51 -0000	1.45
@@ -236,8 +236,6 @@
 	
 	ret=$[$ret + $?]
 }
-rm -fr "$udev_db"
-mkdir "$udev_db"
 make_extra_nodes
 kill_udevd > "$udev_root/null" 2>&1
 udevd -d


Index: udev.conf
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.conf,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- udev.conf	18 Apr 2005 10:42:13 -0000	1.16
+++ udev.conf	29 Nov 2005 13:25:51 -0000	1.17
@@ -2,12 +2,9 @@
 #
 # WARNING: changing any value, can cause serious system breakage!
 
-# Where in the filesystem to place the device nodes
+# Where in the filesystem to place the device nodes.
 udev_root="/dev"
 
-# The name and location of the udev database.
-udev_db="/dev/.udevdb"
-
 # The name and location of the udev rules file(s).
 udev_rules="/etc/udev/rules.d"
 


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- udev.spec	21 Nov 2005 12:04:44 -0000	1.126
+++ udev.spec	29 Nov 2005 13:25:51 -0000	1.127
@@ -4,8 +4,8 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 075
-Release: 4
+Version: 076
+Release: 1
 License: GPL
 Group: System Environment/Base
 Provides: udev-persistent = 0:%{version}-%{release}
@@ -32,7 +32,6 @@
 
 Source30: firmware_helper.c
 
-Patch1: udev-075-inc.patch
 Patch2: udevstart2.patch
 
 ExclusiveOS: Linux
@@ -59,7 +58,6 @@
 
 %prep
 %setup -q  
-%patch1 -p1 -b .incl
 %patch2 -p1 -b .udevstart2
 
 cp %{SOURCE21} .

udevstart2.patch:
 Makefile     |    3 
 udevstart2.c |  372 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 375 insertions(+)

Index: udevstart2.patch
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udevstart2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udevstart2.patch	21 Nov 2005 12:04:44 -0000	1.1
+++ udevstart2.patch	29 Nov 2005 13:25:51 -0000	1.2
@@ -44,7 +44,7 @@
 +
 +#include "libsysfs/sysfs/libsysfs.h"
 +#include "udev_libc_wrapper.h"
-+#include "udev_sysfs.h"
++/*#include "udev_sysfs.h"*/
 +#include "udev.h"
 +#include "udev_version.h"
 +#include "logging.h"


--- udev-075-inc.patch DELETED ---




More information about the fedora-cvs-commits mailing list