summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-04-09 14:18:28 +1000
committerCraig Small <csmall@dropbear.xyz>2022-04-09 14:18:28 +1000
commitb159c198c9160a8eb13254e2b631d0035b9b542c (patch)
treeffe148b2391b0ea4d8074fbcedcb987b92ac5ebb /NEWS
parent4fbf8d22a99445bc7b37c6d36ed9e045821439e3 (diff)
downloadprocps-ng-b159c198c9160a8eb13254e2b631d0035b9b542c.tar.gz
sysctl: print dotted keys again
When the globbing update was put into sysctl, you could no longer simply use the keys because one key could potentially be multiple paths once the glob expansion occured. Using the path instead gave a unique output. Except certain programs, such as salt, expected the output to use the dotted path "kernel.hostname" and not "kernel/hostname". We can no longer use the original key, so now for each path: Copy the path strip off /proc/ convert all / to . The sysctl testsuite was also updated to check for a few different types of conversion failures. References: commit 6389deca5bf667f5fab5912acde78ba8e0febbc7 https://www.freelists.org/post/procps/some-procpsn4400-fixes,4 https://repo.saltproject.io/ Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50297d7..aef9c1a 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ procps-ng-NEXT
Re-add elogind support merge #151
* ps: threads again display when -L is used with -q issue #234
* ps: proper aix format string behavior was restored
+ * sysctl: print dotted keys again
procps-ng-4.0.0
---------------