SPECS: udev.spec - both udev and udevd should be copied to initrd-...

czarny czarny at pld-linux.org
Sat Jan 27 14:50:10 CET 2007


Author: czarny                       Date: Sat Jan 27 13:50:10 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- both udev and udevd should be copied to initrd-udev and initrd-udevd, as there is more than one way to start udev in early-userspace and there is no need to limit those possibilities
- by default PLDs geninitrd uses udev (normal program - no daemon), as it is sufficient and doesn't post problems of running a daemon in early-userspace and not killing it after the real boot

---- Files affected:
SPECS:
   udev.spec (1.203 -> 1.204) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.203 SPECS/udev.spec:1.204
--- SPECS/udev.spec:1.203	Fri Jan 19 18:54:57 2007
+++ SPECS/udev.spec	Sat Jan 27 14:50:05 2007
@@ -175,6 +175,7 @@
 	EXTRAS="%{static_extras}" \
 	V=1
 
+cp -a udev initrd-udev
 cp -a udevd initrd-udevd
 cp -a udevtrigger initrd-udevtrigger
 cp -a udevsettle initrd-udevsettle
@@ -262,7 +263,7 @@
 %if %{with initrd}
 install -d $RPM_BUILD_ROOT%{_sbindir}
 install initrd-* $RPM_BUILD_ROOT%{_sbindir}
-ln -s initrd-udevd $RPM_BUILD_ROOT%{_sbindir}/udevstart.initrd
+ln -s initrd-udev $RPM_BUILD_ROOT%{_sbindir}/udevstart.initrd
 %endif
 
 %clean
@@ -375,6 +376,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204  2007/01/27 13:50:05  czarny
+- both udev and udevd should be copied to initrd-udev and initrd-udevd, as there is more than one way to start udev in early-userspace and there is no need to limit those possibilities
+- by default PLDs geninitrd uses udev (normal program - no daemon), as it is sufficient and doesn't post problems of running a daemon in early-userspace and not killing it after the real boot
+
 Revision 1.203  2007/01/19 17:54:57  alucard
 - typo in initrd subpackage
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.203&r2=1.204&f=u



More information about the pld-cvs-commit mailing list