]> andersk Git - gssapi-openssh.git/blobdiff - openssh/config.guess
Import of OpenSSH 4.1p1
[gssapi-openssh.git] / openssh / config.guess
index 500ee74b047e6c6ea95e13d9786e01defba86328..5adbef1f9eacaa73ebb668fd19df3aa75a1d0e6e 100755 (executable)
@@ -995,7 +995,8 @@ EOF
                echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
        fi
        exit 0 ;;
-    i*86:*:5:[78]*)
+    i*86:*:5:[678]*)
+       # Unixware 7.x, OpenUNIX 8, & OpenServer 6
        case `/bin/uname -X | grep "^Machine"` in
            *486*)           UNAME_MACHINE=i486 ;;
            *Pentium)        UNAME_MACHINE=i586 ;;
This page took 0.403375 seconds and 4 git commands to generate.