diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-08-27 18:44:47 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-08-30 01:57:54 +0000 |
commit | 1712c626339c3e7f40273d9e57906fab96a329a9 (patch) | |
tree | 6e9ba291d5ee39257d025ddaef478e4941d65a39 /ChangeLog | |
parent | fa48711e31c4d45819455e767ad106c41f9a92fe (diff) | |
download | zsh-1712c626339c3e7f40273d9e57906fab96a329a9.tar.gz zsh-1712c626339c3e7f40273d9e57906fab96a329a9.tar.xz zsh-1712c626339c3e7f40273d9e57906fab96a329a9.zip |
39109: _postfix: Use mailq to obtain queue id's.
'mailq' is usually in */bin (as opposed to */sbin) and so is more likely to be in $PATH.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8bc9372d6..d33d9b2c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-08-30 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 39109: Completion/Unix/Command/_postfix: Use mailq to obtain + queue id's. + 2016-08-29 Mikael Magnusson <mikachu@gmail.com> * 39112: Completion/X/Command/_x_utils: Use state_descr |