summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-05-31 14:51:33 +0300
committerOliver Kiddle <okiddle@yahoo.co.uk>2020-07-08 18:07:39 +0200
commit02f62e5d21e09d4936e18147119b1f0c85b93d79 (patch)
treea078dada739f67b5ab0bf5704716cd1ea1eedf9f /ChangeLog
parent57a735f6b9282024919eefcc6e59b3c4e22536d2 (diff)
downloadzsh-02f62e5d21e09d4936e18147119b1f0c85b93d79.tar.gz
zsh-02f62e5d21e09d4936e18147119b1f0c85b93d79.tar.xz
zsh-02f62e5d21e09d4936e18147119b1f0c85b93d79.zip
gitlab !15: modutils completion: Fix FHS assumption
Remove calls to programs from /sbin/ with _call_program and to avoid the
system complies to the FHS.
Support modules completion for NixOS and Guix which store their kernel
modules not at /lib/modules.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ea9a1335..60333be4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-07-08  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* gitlab !15: Doron Behar: Completion/Linux/Command/_modutils:
+	Fix FHS assumption
+
 	* 46201 (tweaked per Daniel): Etc/completion-style-guide: add
 	guidelines for caching and use of imperative mood in descriptions