DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦5663a6d0d⟧ TextFile

    Length: 2198 (0x896)
    Types: TextFile
    Notes: UNIX file
    Names: »uniplex.sh«

Derivation

└─⟦bee8f15db⟧ Bits:30004169/disk2.imd Uniplex II+ V.6 release 1.0 (dansk)
└─⟦bee8f15db⟧ UNIX Filesystem
    └─⟦this⟧ »up/new/usr/UAP/install.cmds/uniplex.sh« 

TextFile



: 'uniplex.sh - proforma UNIPLEX front-end program

L..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..R

Usage:   name defined at UNIPLEX installation time - defaults to "uniplex"

Exits:   undefined

Notes:   this file is used to build the installed front-end. The following
         changes are made:

         Set "Uredirect"
         Set "TERMINFO/TERMCAP"
         Set "INFORMIXDIR" (optionally)


Ufrontend test/set prevents loop if no real "uniplex"
'
case "$Ufrontend" in
  "$0" ) exec echo "ERROR: you are already running \"$0\";
EXIT from this shell to return to UNIPLEX"
         ;;
esac
Ufrontend="$0"

echo "

Welcome to
          *********************************************************
             U N I P L E X    B U S I N E S S    S O F T W A R E
          *********************************************************

                               Copyright Notice
                               ----------------
      UNIPLEX  (C) 1985-88, Uniplex Limited.  All rights reserved.  This
      software  has  been provided under a Software  License  Agreement;
      use of this software implies acceptance of all the terms contained
      therein.

"

: the following 3 commands are modified at install time
test -z \
: Uredirect
test -z \
: TERMCMD
: INFORMIXCMD

PATH=$Uredirect/UAP/bin:$PATH:$Uredirect/UAP/cmds
export PATH Ufrontend Uredirect

: If your shell supports "unset" uncomment the following line
: unset DBDATE

: 'If global/local compiled terminal files exist, replace this program
   with the main UNIPLEX binary
'
if test \( -f $Uredirect/UAP/termdef/$TERM  -o -f $HOME/UAP/termdef/$TERM \) \
     -a \( -f $Uredirect/UAP/commands/$TERM -o -f $HOME/UAP/commands/$TERM \);
   then exec uniplex $*
fi

: 'Test above shows we need to compile TERM definitions before trying to
   load UNIPLEX
'

echo "
There is no UNIPLEX system description available for your terminal.
UNIPLEX is creating a description of your terminal type ($TERM)...."

if syscomp >/dev/null
  then exec uniplex $*
fi

echo "
No UNIPLEX system description available for your terminal type ($TERM)
Please consult your System Administrator or UNIPLEX supplier"
exit 1