- (tim) [configure.ac] set TEST_SHELL for OpenServer 6
This commit is contained in:
parent
5f7075800a
commit
4dbacffe7b
|
@ -18,6 +18,7 @@
|
||||||
fix -O for cases where no ControlPath has been specified or socket at
|
fix -O for cases where no ControlPath has been specified or socket at
|
||||||
ControlPath is not contactable; spotted by and ok avsm@
|
ControlPath is not contactable; spotted by and ok avsm@
|
||||||
- (tim) [config.guess config.sub] Update to '2005-05-27' version.
|
- (tim) [config.guess config.sub] Update to '2005-05-27' version.
|
||||||
|
- (tim) [configure.ac] set TEST_SHELL for OpenServer 6
|
||||||
|
|
||||||
20050531
|
20050531
|
||||||
- (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at
|
- (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at
|
||||||
|
@ -2666,4 +2667,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.3808 2005/06/02 02:57:45 tim Exp $
|
$Id: ChangeLog,v 1.3809 2005/06/02 03:09:28 tim Exp $
|
||||||
|
|
|
@ -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
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
|
@ -371,6 +371,11 @@ mips-sony-bsd|mips-sony-newsos4)
|
||||||
AC_DEFINE(BROKEN_SETREUID)
|
AC_DEFINE(BROKEN_SETREUID)
|
||||||
AC_DEFINE(BROKEN_SETREGID)
|
AC_DEFINE(BROKEN_SETREGID)
|
||||||
AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
|
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*)
|
*-*-sysv*)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue