- Fixed implicit '.' in default path, report from Jim Knoble

<jmknoble@pobox.com>
This commit is contained in:
Damien Miller 1999-12-26 19:10:30 +11:00
parent 4f0fa56b5d
commit 9673b2b59a
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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