diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-09-06 20:52:21 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-09-06 20:52:21 +0000 |
commit | 199bccab75dc3dca51418bb958d9a083d5c05130 (patch) | |
tree | 63125b7c59d98316e1d136379fd966d6430d7f01 /ChangeLog | |
parent | 913d8bd5b40fbb07826b532bc90b403be924973d (diff) | |
download | zsh-199bccab75dc3dca51418bb958d9a083d5c05130.tar.gz zsh-199bccab75dc3dca51418bb958d9a083d5c05130.tar.xz zsh-199bccab75dc3dca51418bb958d9a083d5c05130.zip |
15740: tolerate /usr/local directories in $fpath on Debian where root:staff 2755.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6fd74b22f..6162a97e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-09-06 Clint Adams <clint@zsh.org> + * 15740: Completion/compaudit: don't whine about + /usr/local/**/*(/) in $fpath being root:staff 2755 + if we think we're on Debian. + * 15739: Completion/compaudit: use getent instead of /etc/group if possible. |