SPECS: udev.spec - uncastrate udev (it really won't work well w...

jpc jpc at pld-linux.org
Sun Jul 31 16:59:18 CEST 2005


Author: jpc                          Date: Sun Jul 31 14:59:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- uncastrate udev 
  (it really won't work well without hotplug events ;)

---- Files affected:
SPECS:
   udev.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.76 SPECS/udev.spec:1.77
--- SPECS/udev.spec:1.76	Fri Jul 29 14:51:42 2005
+++ SPECS/udev.spec	Sun Jul 31 16:59:13 2005
@@ -110,6 +110,7 @@
 install -d $RPM_BUILD_ROOT{%{_prefix}/sbin,/udev}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/udev/{rules.d,scripts}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/dev.d/{default,block,net,snd}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/hotplug.d/default
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -129,6 +130,7 @@
 #ln -s ../../udev/scripts/hotplug.dev $RPM_BUILD_ROOT%{_sysconfdir}/dev.d/net/
 
 #ln -s %{_sbindir}/wait_for_sysfs $RPM_BUILD_ROOT%{_sysconfdir}/hotplug.d/default/00-wait_for_sysfs.hotplug
+ln -s %{_sbindir}/udevsend $RPM_BUILD_ROOT%{_sysconfdir}/hotplug.d/default/10-udev.hotplug
 
 %if %{with initrd}
 install -m755 initrd-udev $RPM_BUILD_ROOT%{_sbindir}/initrd-udev
@@ -150,6 +152,7 @@
 %exclude %{_sbindir}/*initrd*
 %endif
 %attr(755,root,root) %{_bindir}/*
+%attr(-,root,root) %{_sysconfdir}/hotplug.d/default/10-udev.hotplug
 
 #%config(missingok) %{_sysconfdir}/dev.d/net/hotplug.dev
 %attr(755,root,root) %dir %{_sysconfdir}/dev.d
@@ -168,7 +171,6 @@
 %config(noreplace) %verify(not size mtime md5)  %{_sysconfdir}/udev/rules.d/50-udev.rules
 
 #%config(missingok) %{_sysconfdir}/hotplug.d/default/00-wait_for_sysfs.hotplug
-#%config(missingok) %{_sysconfdir}/hotplug.d/default/10-udev.hotplug
 
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/scsi_id.config
 
@@ -190,6 +192,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2005/07/31 14:59:13  jpc
+- uncastrate udev
+  (it really won't work well without hotplug events ;)
+
 Revision 1.76  2005/07/29 12:51:42  wiget
 - updated to 064
 - testing
================================================================

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




More information about the pld-cvs-commit mailing list