]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] set TEST_SHELL for OpenServer 6
authortim <tim>
Thu, 2 Jun 2005 03:09:28 +0000 (03:09 +0000)
committertim <tim>
Thu, 2 Jun 2005 03:09:28 +0000 (03:09 +0000)
ChangeLog
configure.ac

index 721109f24b9ffdd42b85532eb22d7475248ebf95..ec048a7d49c026a046d8c997fedd2d4d3c5ecbcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ead62a87a309b44dda5a83c3e46e8ca2b2bf440c..7b86760c9991e7abd4cf1ca1e4b3970c30d7a4ee 100644 (file)
@@ -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*)
        ;;
This page took 0.075089 seconds and 5 git commands to generate.