Updated changelog for release.
This commit is contained in:
parent
df1aec8981
commit
5f96543c96
@ -1,4 +1,4 @@
|
|||||||
sysvinit (2.95) unreleased; urgency=low
|
sysvinit (2.95) released; urgency=low
|
||||||
|
|
||||||
[ Jesse Smith ]
|
[ Jesse Smith ]
|
||||||
|
|
||||||
@ -19,7 +19,9 @@ sysvinit (2.95) unreleased; urgency=low
|
|||||||
defined constants for easy updating in the future.
|
defined constants for easy updating in the future.
|
||||||
* Accepted patch from Luc Gommans which explains why zombie and
|
* Accepted patch from Luc Gommans which explains why zombie and
|
||||||
deep sleep processes (Z and D) may be hidden from pidof.
|
deep sleep processes (Z and D) may be hidden from pidof.
|
||||||
|
* Removed link instruction against sepol library from src/Makefile.
|
||||||
|
This has no change to the resulting binary, just makes the
|
||||||
|
Makefile cleaner.
|
||||||
|
|
||||||
sysvinit (2.94) released; urgency=low
|
sysvinit (2.94) released; urgency=low
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ MANDIR = /usr/share/man
|
|||||||
|
|
||||||
ifeq ($(WITH_SELINUX),yes)
|
ifeq ($(WITH_SELINUX),yes)
|
||||||
SELINUX_DEF = -DWITH_SELINUX
|
SELINUX_DEF = -DWITH_SELINUX
|
||||||
INITLIBS += -lsepol -lselinux
|
INITLIBS += -lselinux
|
||||||
SULOGINLIBS = -lselinux
|
SULOGINLIBS = -lselinux
|
||||||
else
|
else
|
||||||
SELINUX_DEF =
|
SELINUX_DEF =
|
||||||
|
Loading…
Reference in New Issue
Block a user