mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 23:21:08 +03:00
[PATCH] 021 release
This commit is contained in:
parent
0d1956de0e
commit
88ed4bbe56
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
|||||||
|
Summary of changes from v020 to v021
|
||||||
|
============================================
|
||||||
|
|
||||||
|
Kay Sievers:
|
||||||
|
o install udevinfo in /usr/bin
|
||||||
|
o blacklist pcmcia_socket
|
||||||
|
|
||||||
|
Greg Kroah-Hartman:
|
||||||
|
o fix udev.spec to find udevinfo now that it has moved to /usr/bin
|
||||||
|
o Fix another problem with Makefile installing initscript
|
||||||
|
o fix the Makefile to install the init script into the proper directory
|
||||||
|
o make spec file turn off selinux support by default
|
||||||
|
|
||||||
|
|
||||||
Summary of changes from v019 to v020
|
Summary of changes from v019 to v020
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ SENDER = udevsend
|
|||||||
INFO = udevinfo
|
INFO = udevinfo
|
||||||
TESTER = udevtest
|
TESTER = udevtest
|
||||||
STARTER = udevstart
|
STARTER = udevstart
|
||||||
VERSION = 020
|
VERSION = 021
|
||||||
INSTALL_DIR = /usr/local/bin
|
INSTALL_DIR = /usr/local/bin
|
||||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||||
LOCAL_CFG_DIR = etc/udev
|
LOCAL_CFG_DIR = etc/udev
|
||||||
|
Loading…
Reference in New Issue
Block a user