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 d28f3f28aa
commit 5da3024e4e
4 changed files with 31 additions and 19 deletions

2
NEWS
View File

@@ -3,6 +3,8 @@ procps-ng-NEXT
* docs: Use correct symbols for -h option in free.1 Debian #898774
* docs: ps.1 now warns about command name length issue #101
* pgrep: Match on runstate issue #109, Debian #919381
* 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