remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

@@ -143,7 +143,6 @@ XCOMM Return
XCOMM "hpux"
XCOMM "aix"
XCOMM "sun"
XCOMM "dec"
XCOMM ==========================================================================
GetPlatform()
@@ -154,7 +153,6 @@ GetPlatform()
*HP-UX*) getPlatform=hp;;
*AIX*) getPlatform=ibm;;
*SunOS*) getPlatform=sun;;
*OSF1*) getPlatform=dec;;
esac
fi
DtiReturn $getPlatform
@@ -172,14 +170,13 @@ XCOMM Return
XCOMM "hpux"
XCOMM "aix"
XCOMM "sun"
XCOMM "dec"
XCOMM ==========================================================================
ValidOS()
{
platform=$(GetPlatform)
case "$platform" in
hp|ibm|sun|dec)
hp|ibm|sun)
DtiReturn $platform
;;
*) Exit $INVALID_OS_MSG 1
@@ -672,8 +669,6 @@ XCOMM set up the path for whoami command
;;
sun) WHOAMI_PATH=/usr/ucb
;;
dec) WHOAMI_PATH=/usr/bin
;;
esac
DTIDINSTALLDT=dinstall.dt