diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-13 13:21:00 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-13 13:21:00 +0000 |
commit | cb7410236c1301a26b91d8290de8599cf0faf049 (patch) | |
tree | 7996fbea35c8ae5cc141c83b25ffb4f3bbe37ced /doc | |
parent | 2050824c3fca58720dcb972d2550a55f3639d612 (diff) |
Default PATH in pipe transport is now /bin:/usr/bin rather than just
/usr/bin.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6c0529072..acac82061 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.249 2005/10/12 11:00:34 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.250 2005/10/13 13:21:00 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -34,6 +34,10 @@ PH/02 Several tidies to the handling of ${prvs and ${prvscheck: (5) Because of (4), we can now allow for the use of $prvscheck_result inside the third argument. +PH/03 For some reason, the default setting of PATH when running a command from + a pipe transport was just "/usr/bin". I have changed it to + "/bin:/usr/bin". + Exim version 4.54 ----------------- |