update news

This adds a note about SHLIBDIR being dropped from the makefiles.
This commit is contained in:
William Hubbs 2021-04-02 11:37:27 -05:00
parent bfffe2c585
commit c88368b792

View File

@ -14,6 +14,11 @@ dereferenced, you should add the "-s" switch to the appropriate
checkpath calls.
For more information, see http://github.com/openrc/openrc/issues/201.
The SHLIBDIR variable has been removed from the makefiles to make them
more consistent with most common makefiles. All libraries are now in
LIBDIR, so if you need to put them in /, override the LIBDIR variable
when you run make.
## OpenRC 0.42
openrc-shutdown now has the ability to shut down sysvinit-based systems.