SPECS: udev.spec - add /etc/udev/devices dir
havner
havner at pld-linux.org
Sat Nov 12 02:28:15 CET 2005
Author: havner Date: Sat Nov 12 01:28:15 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add /etc/udev/devices dir
---- Files affected:
SPECS:
udev.spec (1.134 -> 1.135)
---- Diffs:
================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.134 SPECS/udev.spec:1.135
--- SPECS/udev.spec:1.134 Fri Nov 11 15:49:57 2005
+++ SPECS/udev.spec Sat Nov 12 02:28:10 2005
@@ -177,7 +177,7 @@
rm -rf $RPM_BUILD_ROOT
%if %{with main}
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/udev/{agents.d/usb,rules.d,scripts}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/udev/{agents.d/usb,rules.d,scripts,devices}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
@@ -283,6 +283,7 @@
%attr(755,root,root) %dir %{_sysconfdir}/udev
%attr(755,root,root) %dir %{_sysconfdir}/udev/agents.d
%attr(755,root,root) %dir %{_sysconfdir}/udev/agents.d/usb
+%attr(755,root,root) %dir %{_sysconfdir}/udev/devices
%attr(755,root,root) %dir %{_sysconfdir}/udev/rules.d
%attr(755,root,root) %dir %{_sysconfdir}/udev/scripts
@@ -319,6 +320,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.135 2005/11/12 01:28:10 havner
+- add /etc/udev/devices dir
+
Revision 1.134 2005/11/11 14:49:57 freetz
- 075, removed udeveventrecoder (replaced with eventrecorder.sh)
still 0.1 due to startup problems (init time glitches)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.134&r2=1.135&f=u
More information about the pld-cvs-commit
mailing list