summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--acconfig.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d74b4d00b..30b7ec100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
11 - [ssh-keygen.1 ssh.1] 11 - [ssh-keygen.1 ssh.1]
12 remove ref to .ssh/random_seed, mention .ssh/environment in 12 remove ref to .ssh/random_seed, mention .ssh/environment in
13 .Sh FILES, too 13 .Sh FILES, too
14 - Released 1.2.1pre21
15 - Fixed implicit '.' in default path, report from Jim Knoble
16 <jmknoble@pobox.com>
14 17
1519991225 1819991225
16 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> 19 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
diff --git a/acconfig.h b/acconfig.h
index 60dd43010..2ed1033b7 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -244,7 +244,7 @@ enum
244#endif 244#endif
245 245
246#ifndef _PATH_STDPATH 246#ifndef _PATH_STDPATH
247# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:" 247# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
248#endif 248#endif
249 249
250#ifndef _PATH_DEVNULL 250#ifndef _PATH_DEVNULL