]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
authortim <tim>
Sun, 12 Feb 2006 02:37:48 +0000 (02:37 +0000)
committertim <tim>
Sun, 12 Feb 2006 02:37:48 +0000 (02:37 +0000)
ChangeLog
configure.ac

index c4cc350af8af0226ecf63bc348d8d3d5b283e763..2ff6abae58ad76ccef57e1570b10bfe43e7611ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20060212
  - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
    to silence compiler warning, from vinschen at redhat.com.
+ - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
 
 20060208
  - (tim) [session.c] Logout records were not updated on systems with
index f2c86a53acd51ef4f3ccac87590ce32f591d7f0f..7fb54781152fcfbc6448ccf6d5c6cfce958d1e41 100644 (file)
@@ -584,6 +584,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems])
        AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems])
        AC_DEFINE(DISABLE_LASTLOG)
+       enable_etc_default_login=no     # has incompatible /etc/default/login
        ;;
 
 *-*-ultrix*)
This page took 0.131092 seconds and 5 git commands to generate.