summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-26 19:10:30 +1100
committerDamien Miller <djm@mindrot.org>1999-12-26 19:10:30 +1100
commit9673b2b59abb0e6f04bc9224d90c574fd75c52bc (patch)
treec22db57ed5c5333b61a2d0c3a6dc97bfb8e8beab
parent4f0fa56b5d26458e87988729769d79b775547691 (diff)
- Fixed implicit '.' in default path, report from Jim Knoble
<jmknoble@pobox.com>
-rw-r--r--ChangeLog3
-rw-r--r--acconfig.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d74b4d00..30b7ec10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
- [ssh-keygen.1 ssh.1]
remove ref to .ssh/random_seed, mention .ssh/environment in
.Sh FILES, too
+ - Released 1.2.1pre21
+ - Fixed implicit '.' in default path, report from Jim Knoble
+ <jmknoble@pobox.com>
19991225
- More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
diff --git a/acconfig.h b/acconfig.h
index 60dd4301..2ed1033b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -244,7 +244,7 @@ enum
#endif
#ifndef _PATH_STDPATH
-# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:"
+# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
#endif
#ifndef _PATH_DEVNULL