- Fixed implicit '.' in default path, report from Jim Knoble
<jmknoble@pobox.com>
This commit is contained in:
parent
4f0fa56b5d
commit
9673b2b59a
|
@ -11,6 +11,9 @@
|
||||||
- [ssh-keygen.1 ssh.1]
|
- [ssh-keygen.1 ssh.1]
|
||||||
remove ref to .ssh/random_seed, mention .ssh/environment in
|
remove ref to .ssh/random_seed, mention .ssh/environment in
|
||||||
.Sh FILES, too
|
.Sh FILES, too
|
||||||
|
- Released 1.2.1pre21
|
||||||
|
- Fixed implicit '.' in default path, report from Jim Knoble
|
||||||
|
<jmknoble@pobox.com>
|
||||||
|
|
||||||
19991225
|
19991225
|
||||||
- More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
|
- More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
|
||||||
|
|
|
@ -244,7 +244,7 @@ enum
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _PATH_STDPATH
|
#ifndef _PATH_STDPATH
|
||||||
# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:"
|
# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _PATH_DEVNULL
|
#ifndef _PATH_DEVNULL
|
||||||
|
|
Loading…
Reference in New Issue