rpms/udev/devel start_udev,1.65,1.66 udev.spec,1.222,1.223

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Wed Oct 10 13:08:34 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28254

Modified Files:
	start_udev udev.spec 
Log Message:
* Wed Oct 10 2007 Harald Hoyer <harald at redhat.com> 115-5.20070921git
- better modprobe options for the kernel command line 'modprobedebug' option



Index: start_udev
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/start_udev,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- start_udev	20 Sep 2007 12:27:11 -0000	1.65
+++ start_udev	10 Oct 2007 13:08:00 -0000	1.66
@@ -189,9 +189,7 @@
 	ret=$[$ret + $?]
 
 	if strstr "$cmdline" modprobedebug; then
-		export MODPROBE_OPTIONS="-s -v"
-		/sbin/udevcontrol env MODPROBE_OPTIONS="-s -v"
-		/sbin/udevcontrol env MODPROBE_DEBUG="1"
+		/sbin/udevcontrol env MODPROBE_OPTIONS="-s -v -q"
 	fi
 	if strstr "$cmdline" udevdebug; then
 		/sbin/udevcontrol log_priority=debug
@@ -213,7 +211,6 @@
 	ret=$[$ret + $?]
 	wait
 	/sbin/udevcontrol env STARTUP=
-	/sbin/udevcontrol env MODPROBE_DEBUG=
 else
 	echo -n " kernel too old for this udev version "
 	/sbin/udevd -d $UDEV_OPTS


Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- udev.spec	21 Sep 2007 16:34:52 -0000	1.222
+++ udev.spec	10 Oct 2007 13:08:00 -0000	1.223
@@ -6,7 +6,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 115
-Release: 4.20070921git%{?dist}
+Release: 5.20070921git%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -412,6 +412,9 @@
 %{_libdir}/pkgconfig/libvolume_id.pc 
 
 %changelog
+* Wed Oct 10 2007 Harald Hoyer <harald at redhat.com> 115-5.20070921git
+- better modprobe options for the kernel command line 'modprobedebug' option
+
 * Fri Sep 21 2007 Harald Hoyer <harald at redhat.com> - 115-4
 - more upstream fixes from git
 




More information about the scm-commits mailing list