]> granicus.if.org Git - procps-ng/commitdiff
misc: Document sysctl change bug
authorCraig Small <csmall@dropbear.xyz>
Mon, 21 Dec 2020 23:55:18 +0000 (10:55 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 21 Dec 2020 23:55:18 +0000 (10:55 +1100)
While sysctl did change the order of /run and /etc to match
systemd in the referenced commit, the Debian bug report that
brought it to light was not documented.

References:
 commit 24a1574f0acbe636c98ab13b439c93f7b91de697
 https://bugs.debian.org/950788

NEWS

diff --git a/NEWS b/NEWS
index ea45942e169f820db8bd6f2f99faec750627d206..96a668cd8734e507300ce6b4d0a285d9883ad006 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ procps-ng NEXT
   * pidof: show worker threads                             Redhat #1803640
   * ps.1: Mention stime alias                              issue #164
   * ps: check also match on truncated 16 char comm names
-  * sysctl: Match systemd directory order
+  * sysctl: Match systemd directory order                  Debian #950788
   * sysctl: Document directory order                       Debian #951550
   * top: ensure config file backward compatibility         Debian #951335
   * top: add command line 'e' for symmetry with 'E'        issue #165