mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-24 12:21:59 +00:00
- (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
This commit is contained in:
parent
ee9ac35fc2
commit
90d5de7670
@ -1,3 +1,6 @@
|
|||||||
|
20020623
|
||||||
|
- (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
|
||||||
|
|
||||||
20020622
|
20020622
|
||||||
- (djm) Update README.privsep; spotted by fries@
|
- (djm) Update README.privsep; spotted by fries@
|
||||||
- (djm) Release 3.3p1
|
- (djm) Release 3.3p1
|
||||||
@ -1006,4 +1009,4 @@
|
|||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2241 2002/06/22 00:26:59 mouring Exp $
|
$Id: ChangeLog,v 1.2242 2002/06/22 18:51:48 stevesk Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.67 2002/06/21 00:01:19 mouring Exp $
|
# $Id: configure.ac,v 1.68 2002/06/22 18:51:48 stevesk Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
@ -76,6 +76,7 @@ case "$host" in
|
|||||||
AC_DEFINE(BROKEN_REALPATH)
|
AC_DEFINE(BROKEN_REALPATH)
|
||||||
dnl AIX handles lastlog as part of its login message
|
dnl AIX handles lastlog as part of its login message
|
||||||
AC_DEFINE(DISABLE_LASTLOG)
|
AC_DEFINE(DISABLE_LASTLOG)
|
||||||
|
AC_DEFINE(LOGIN_NEEDS_UTMPX)
|
||||||
;;
|
;;
|
||||||
*-*-cygwin*)
|
*-*-cygwin*)
|
||||||
LIBS="$LIBS /usr/lib/textmode.o"
|
LIBS="$LIBS /usr/lib/textmode.o"
|
||||||
|
Loading…
Reference in New Issue
Block a user