From fc93e2919ddcdfddac96db9e812ad2edcefe96eb Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 22 Dec 2020 10:55:18 +1100 Subject: [PATCH] misc: Document sysctl change bug 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ea45942e..96a668cd 100644 --- 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