checkpoint for network tape
[unix-history] / usr / src / usr.sbin / amd / config / os-type
index 378bda3..2be469b 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/sh
 #
 #!/bin/sh
 #
-# $Id: os-type,v 5.2.1.3 91/03/03 20:53:30 jsp Alpha $
-#
 # Copyright (c) 1989 Jan-Simon Pendry
 # Copyright (c) 1989 Imperial College of Science, Technology & Medicine
 # Copyright (c) 1989 The Regents of the University of California.
 # Copyright (c) 1989 Jan-Simon Pendry
 # Copyright (c) 1989 Imperial College of Science, Technology & Medicine
 # Copyright (c) 1989 The Regents of the University of California.
@@ -12,7 +10,9 @@
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)os-type     5.3 (Berkeley) %G%
+#      @(#)os-type     5.4 (Berkeley) %G%
+#
+# $Id: os-type,v 5.2.1.5 91/05/07 22:20:32 jsp Alpha $
 #
 
 #
 #
 
 #
@@ -30,6 +30,7 @@ case "`exec 2>/dev/null; head -2 /etc/motd`" in
 *"HP-UX on the HP"*)           OS=hpux;;
 *"Iris"*)                      OS=irix;;
 *"Ultrix V2."*)                        OS=u2_2;;
 *"HP-UX on the HP"*)           OS=hpux;;
 *"Iris"*)                      OS=irix;;
 *"Ultrix V2."*)                        OS=u2_2;;
+*"Ultrix V3."*)                        OS=u3_0;;
 *"Ultrix-32 V3."*)             OS=u3_0;;
 *"Ultrix Worksystem V2."*)     OS=u3_0;;
 *"ULTRIX V4."*)                        OS=u4_0;;
 *"Ultrix-32 V3."*)             OS=u3_0;;
 *"Ultrix Worksystem V2."*)     OS=u3_0;;
 *"ULTRIX V4."*)                        OS=u4_0;;
@@ -85,7 +86,6 @@ case "`exec 2>/dev/null; head -2 /etc/motd`" in
                                        OS=irix
                                else
                                        case "`(sh ../config/arch)2>/dev/null`" in
                                        OS=irix
                                else
                                        case "`(sh ../config/arch)2>/dev/null`" in
-                                       powernode) OS=utx32;;
                                        ibm032)    OS=acis43;;
                                        aviion)    OS=dgux;;
                                        *)         OS=unknown;;
                                        ibm032)    OS=acis43;;
                                        aviion)    OS=dgux;;
                                        *)         OS=unknown;;
@@ -95,5 +95,4 @@ esac
 
 echo "#        ... OS appears to be \"${OS}\"" >&2
 echo "${OS}"
 
 echo "#        ... OS appears to be \"${OS}\"" >&2
 echo "${OS}"
- * %sccs.include.redist.sh%
 exit 0
 exit 0