]> andersk Git - openssh.git/commitdiff
Disable lastlog for AIX, as it's handled by the OS as part of the login
authorandre <andre>
Sat, 3 Jun 2000 16:18:19 +0000 (16:18 +0000)
committerandre <andre>
Sat, 3 Jun 2000 16:18:19 +0000 (16:18 +0000)
  message

configure.in
loginrec.c

index 8bb647c1257887dcdf86a1a58e6c678ee0674f5d..cab5b7acc307eb0e3cdbea991f3b1c53288fffc0 100644 (file)
@@ -36,6 +36,8 @@ case "$host" in
        fi
        AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
        AC_DEFINE(BROKEN_GETADDRINFO)
+       dnl AIX handles lastlog as part of its login message
+       AC_DEFINE(DISABLE_LASTLOG)
        ;;
 *-*-hpux10*)
        if test -z "$GCC"; then
index 432e6f875c22d9815cafe97a1508d6ba5cb2a77b..429fe9c1d655d637e24299c672c8a8196977c7a4 100644 (file)
@@ -47,9 +47,9 @@
  **   IRIX
  **   NetBSD
  **   HP-UX 11
+ **   AIX
  **
  ** Platforms with known problems:
- **   AIX (need to port AIX stuff from old login code
  **   NeXT
  **
  **/
This page took 0.450074 seconds and 5 git commands to generate.