]> 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>
Tue, 22 Dec 2020 00:00:15 +0000 (11:00 +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 b3cda2c34b14f39216d2b8577962c8a2ac1d1ee9..8dbdf55de008b79dd4470fd3ee631b1da69da556 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