mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
[PATCH] install udevstart
This commit is contained in:
parent
e4dc0e11c1
commit
1f63fbdd30
1
Makefile
1
Makefile
@ -379,6 +379,7 @@ install: install-initscript install-config install-dbus-policy all
|
||||
$(INSTALL_PROGRAM) -D $(SENDER) $(DESTDIR)$(sbindir)/$(SENDER)
|
||||
$(INSTALL_PROGRAM) -D $(HELPER) $(DESTDIR)$(sbindir)/$(HELPER)
|
||||
$(INSTALL_PROGRAM) -D $(TESTER) $(DESTDIR)$(sbindir)/$(TESTER)
|
||||
$(INSTALL_PROGRAM) -D $(STARTER) $(DESTDIR)$(sbindir)/$(STARTER)
|
||||
$(INSTALL_DATA) -D udev.8 $(DESTDIR)$(mandir)/man8/udev.8
|
||||
$(INSTALL_DATA) -D udevinfo.8 $(DESTDIR)$(mandir)/man8/udevinfo.8
|
||||
$(INSTALL_DATA) -D udevd.8 $(DESTDIR)$(mandir)/man8/udevd.8
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user