mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 10:53:24 +08:00
Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
This commit is contained in:
parent
42d30828a4
commit
7a74c6b428
@ -24,6 +24,7 @@
|
||||
thewrittenword.com
|
||||
- (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
|
||||
higher.
|
||||
- (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
|
||||
|
||||
20030919
|
||||
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
||||
@ -1160,4 +1161,4 @@
|
||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3020 2003/09/22 03:28:36 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3021 2003/09/22 04:00:59 tim Exp $
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: configure.ac,v 1.162 2003/09/22 02:08:23 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.163 2003/09/22 04:01:00 tim Exp $
|
||||
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ssh.c])
|
||||
@ -409,7 +409,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
||||
fi
|
||||
AC_DEFINE(DISABLE_FD_PASSING)
|
||||
AC_DEFINE(BROKEN_GETADDRINFO)
|
||||
AC_DEFINE(SETEIUD_BREAKS_SETUID)
|
||||
AC_DEFINE(SETEUID_BREAKS_SETUID)
|
||||
AC_DEFINE(BROKEN_SETREUID)
|
||||
AC_DEFINE(BROKEN_SETREGID)
|
||||
AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin")
|
||||
|
Loading…
Reference in New Issue
Block a user