sysctl: config directory order

Matches the systemd directory order (/run is after /etc) and
document what directories are used better.
This commit is contained in:
Craig Small
2020-02-27 21:56:13 +11:00
parent 5cd29e5093
commit 24a1574f0a
4 changed files with 31 additions and 19 deletions

2
NEWS
View File

@@ -14,6 +14,8 @@ procps-ng-3.3.16
* docs: install translated man pages issue #146
* pgrep: Match on runstate issue #109, Debian #919381
* snice: Fix matching on pid merge #89
* sysctl: Match systemd directory order
* sysctl: Document directory order Debian #951550
* top: can now exploit 256-color terminals issue #96
* top: preserves 'other filters' in configuration file issue #99
* top: can now collapse/expand forest view children issue #99