summaryrefslogtreecommitdiff
path: root/udev.spec
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-02 22:34:40 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:07 -0700
commit1f63fbdd30b6a26e9197fab15147356c7040cbf9 (patch)
tree6d0d8b6c8943f8deab41b28d118287709f02cd05 /udev.spec
parente4dc0e11c148df0e907ea23fd902324d856abcb1 (diff)
[PATCH] install udevstart
Diffstat (limited to 'udev.spec')
-rw-r--r--udev.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev.spec b/udev.spec
index b9cf5b140e..49b8b131da 100644
--- a/udev.spec
+++ b/udev.spec
@@ -120,6 +120,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) /sbin/udevsend
%attr(755,root,root) /sbin/udevd
%attr(755,root,root) /sbin/udevtest
+%attr(755,root,root) /sbin/udevstart
%attr(755,root,root) %dir /udev/
%attr(755,root,root) %dir /etc/udev/
%config(noreplace) %attr(0644,root,root) /etc/udev/udev.conf
@@ -140,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Mar 2 2004 Greg Kroah-Hartman <greg@kroah.com>
+- added udevstart to the list of files installed
+
* Fri Feb 27 2004 Greg Kroah-Hartman <greg@kroah.com>
- added ability to build with SELinux support