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

@@ -1,4 +1,4 @@
XCOMM!/bin/ksh
wXCOMM!/bin/ksh
XCOMM $XConsortium: dinstall.dt.src /main/6 1996/04/23 11:18:22 drk $
XCOMM ==========================================================================
@@ -6,7 +6,7 @@ XCOMM ==========================================================================
XCOMM deinstall.dt
XCOMM
XCOMM Script to deinstall the April 1994 Snapshot Desktop on
XCOMM HP, IBM, Sun, Fujitsu, or Novell Unix systems from a CDROM
XCOMM HP, IBM, Sun or Novell Unix systems from a CDROM
XCOMM
XCOMM ==========================================================================
XCOMM ==========================================================================
@@ -143,7 +143,6 @@ XCOMM Return
XCOMM "hpux"
XCOMM "aix"
XCOMM "sun"
XCOMM "uxp"
XCOMM "usl"
XCOMM "dec"
XCOMM ==========================================================================
@@ -156,7 +155,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
@@ -176,7 +174,6 @@ XCOMM Return
XCOMM "hpux"
XCOMM "aix"
XCOMM "sun"
XCOMM "uxp"
XCOMM "usl"
XCOMM "dec"
XCOMM ==========================================================================
@@ -185,7 +182,7 @@ ValidOS()
{
platform=$(GetPlatform)
case "$platform" in
hp|ibm|sun|uxp|usl|dec)
hp|ibm|sun|usl|dec)
DtiReturn $platform
;;
*) Exit $INVALID_OS_MSG 1
@@ -678,8 +675,6 @@ XCOMM set up the path for whoami command
;;
sun) WHOAMI_PATH=/usr/ucb
;;
uxp) WHOAMI_PATH=/usr/ucb
;;
usl) WHOAMI_PATH=/usr/ucb
;;
dec) WHOAMI_PATH=/usr/bin