Remove UXPDS support

This commit is contained in:
chase
2018-05-15 20:11:08 -05:00
committed by Jon Trulson
parent 0f8233dadd
commit 8a4f389634
319 changed files with 317 additions and 8776 deletions

View File

@@ -6,7 +6,7 @@ XCOMM ==========================================================================
XCOMM install.dt
XCOMM
XCOMM Script to install the April 1994 Snapshot Desktop on
XCOMM HP, IBM, Sun, UXP, USL, or DEC Unix systems from a CDROM
XCOMM HP, IBM, Sun, USL, or DEC Unix systems from a CDROM
XCOMM
XCOMM ==========================================================================
XCOMM ==========================================================================
@@ -167,7 +167,6 @@ XCOMM Return
XCOMM "hpux"
XCOMM "aix"
XCOMM "sun"
XCOMM "uxp"
XCOMM "usl"
XCOMM "dec"
XCOMM ==========================================================================
@@ -180,7 +179,6 @@ GetPlatform()
*HP-UX*) getPlatform=hp;;
*AIX*) getPlatform=ibm;;
*SunOS*) getPlatform=sun;;
*UNIX_System_V*) getPlatform=uxp;;
*UNIX_SV*) getPlatform=usl;;
*OSF1*) getPlatform=dec;;
esac
@@ -408,7 +406,7 @@ Main()
HASH 3) verify platform is supported
HASH
case "$dtiPlatform" in
hp|ibm|sun|uxp|usl|dec)
hp|ibm|sun|usl|dec)
NewState 4.1
;;
*)