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

⟦f94262531⟧ TextFile

    Length: 694 (0x2b6)
    Types: TextFile
    Notes: UNIX file
    Names: »install.TERM«

Derivation

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

TextFile


: 'install.TERM

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:   install.TERM

Assumes: TERM and TERMINFO/TERMCAP (as appropriate) set to address temporary
           (and valid) terminal description.
         TERM_DATA set to "TERMINFO" on that sort of machine
         Uredirect set
         "PWD" is UAP

Exits:   0 - OK
         other - fatal error, already reported
'

if test -f $Uredirect/UAP/termdef/$TERM -a -f $Uredirect/UAP/commands/$TERM
then
   exit 0
fi

: ensure we only use Uredirect
HOME=$Uredirect
export HOME

if syscomp >/dev/null 2>&1; then
   exit 0
fi
echo "ERROR: Cannot compile \"$TERM\" - compiler says:$BELL"
syscomp
exit 1