- (tim) [configure.ac] set TEST_SHELL for OpenServer 6

This commit is contained in:
Tim Rice 2005-06-01 20:09:28 -07:00
parent 5f7075800a
commit 4dbacffe7b
2 changed files with 8 additions and 2 deletions

View File

@ -18,6 +18,7 @@
fix -O for cases where no ControlPath has been specified or socket at
ControlPath is not contactable; spotted by and ok avsm@
- (tim) [config.guess config.sub] Update to '2005-05-27' version.
- (tim) [configure.ac] set TEST_SHELL for OpenServer 6
20050531
- (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at
@ -2666,4 +2667,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3808 2005/06/02 02:57:45 tim Exp $
$Id: ChangeLog,v 1.3809 2005/06/02 03:09:28 tim Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.270 2005/06/01 11:39:33 dtucker Exp $
# $Id: configure.ac,v 1.271 2005/06/02 03:09:28 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -371,6 +371,11 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
case "$host" in
*-*-sysv5SCO_SV*) # SCO OpenServer 6.x
TEST_SHELL=/u95/bin/sh
;;
esac
;;
*-*-sysv*)
;;