diff options
author | greg@kroah.com <greg@kroah.com> | 2004-03-02 22:34:40 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:07 -0700 |
commit | 1f63fbdd30b6a26e9197fab15147356c7040cbf9 (patch) | |
tree | 6d0d8b6c8943f8deab41b28d118287709f02cd05 /udev.spec | |
parent | e4dc0e11c148df0e907ea23fd902324d856abcb1 (diff) |
[PATCH] install udevstart
Diffstat (limited to 'udev.spec')
-rw-r--r-- | udev.spec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |