mirror of git://anongit.mindrot.org/openssh.git
- Really fix broken default path. Fix from Jim Knoble
<jmknoble@pobox.com>
This commit is contained in:
parent
3131d8bc71
commit
e7f626c8f1
|
@ -10,6 +10,8 @@
|
||||||
Marc G. Fournier <marc.fournier@acadiau.ca>
|
Marc G. Fournier <marc.fournier@acadiau.ca>
|
||||||
- Fill in ut_utaddr utmp field. Report from Benjamin Charron
|
- Fill in ut_utaddr utmp field. Report from Benjamin Charron
|
||||||
<iretd@bigfoot.com>
|
<iretd@bigfoot.com>
|
||||||
|
- Really fix broken default path. Fix from Jim Knoble
|
||||||
|
<jmknoble@pobox.com>
|
||||||
|
|
||||||
19991230
|
19991230
|
||||||
- OpenBSD CVS updates:
|
- OpenBSD CVS updates:
|
||||||
|
|
|
@ -495,7 +495,7 @@ AC_ARG_WITH(ipaddr-display,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_WITH(path,
|
AC_ARG_WITH(default-path,
|
||||||
[ --with-default-path=PATH Specify default \$PATH environment for server],
|
[ --with-default-path=PATH Specify default \$PATH environment for server],
|
||||||
[
|
[
|
||||||
if test "x$withval" != "xno" ; then
|
if test "x$withval" != "xno" ; then
|
||||||
|
|
Loading…
Reference in New Issue