- (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP

-> NEED_SETPGRP), reported by Berhard Simon.  ok tim@
This commit is contained in:
Darren Tucker 2006-02-08 22:11:27 +11:00
parent 83d2f5fedf
commit 988b3fd161
2 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,8 @@
- (tim) [session.c] Logout records were not updated on systems with - (tim) [session.c] Logout records were not updated on systems with
post auth privsep disabled due to bug 1086 changes. Analysis and patch post auth privsep disabled due to bug 1086 changes. Analysis and patch
by vinschen at redhat.com. OK tim@, dtucker@. by vinschen at redhat.com. OK tim@, dtucker@.
- (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP
-> NEED_SETPGRP), reported by Berhard Simon. ok tim@
20060206 20060206
- (tim) [configure.ac] Remove unnecessary tests for net/if.h and - (tim) [configure.ac] Remove unnecessary tests for net/if.h and
@ -3845,4 +3847,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4124 2006/02/07 23:17:44 tim Exp $ $Id: ChangeLog,v 1.4125 2006/02/08 11:11:27 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.327 2006/02/05 19:27:10 tim Exp $ # $Id: configure.ac,v 1.328 2006/02/08 11:11:28 dtucker Exp $
# #
# Copyright (c) 1999-2004 Damien Miller # Copyright (c) 1999-2004 Damien Miller
# #
@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
AC_REVISION($Revision: 1.327 $) AC_REVISION($Revision: 1.328 $)
AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
@ -345,7 +345,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
fi fi
;; ;;
mips-sony-bsd|mips-sony-newsos4) mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(NEED_SETPRGP, 1, [Need setpgrp to acquire controlling tty]) AC_DEFINE(NEED_SETPGRP, 1, [Need setpgrp to acquire controlling tty])
SONY=1 SONY=1
;; ;;
*-*-netbsd*) *-*-netbsd*)
@ -589,7 +589,7 @@ mips-sony-bsd|mips-sony-newsos4)
*-*-ultrix*) *-*-ultrix*)
AC_DEFINE(BROKEN_GETGROUPS, 1, [getgroups(0,NULL) will return -1]) AC_DEFINE(BROKEN_GETGROUPS, 1, [getgroups(0,NULL) will return -1])
AC_DEFINE(BROKEN_MMAP, 1, [Ultrix mmap can't map files]) AC_DEFINE(BROKEN_MMAP, 1, [Ultrix mmap can't map files])
AC_DEFINE(NEED_SETPRGP) AC_DEFINE(NEED_SETPGRP)
AC_DEFINE(HAVE_SYS_SYSLOG_H, 1, [Force use of sys/syslog.h on Ultrix]) AC_DEFINE(HAVE_SYS_SYSLOG_H, 1, [Force use of sys/syslog.h on Ultrix])
;; ;;