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 - download

⟦89e1f1bbe⟧ TextFile

    Length: 327 (0x147)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦40f9239c0⟧ Bits:30004676 MUX Basics Rel. 1.2 (5.25 inch)
└─⟦40f9239c0⟧ UNIX Filesystem
    └─ ⟦this⟧ »RCMUX/install/dependencies« 
└─⟦f022668d5⟧ Bits:30004677 MUX Basics Rel. 1.2 (3.5 inch)
└─⟦f022668d5⟧ UNIX Filesystem
    └─ ⟦this⟧ »RCMUX/install/dependencies« 

TextFile

#ident @(#)dependencies	1.1, RC International, 91/06/18

# MUX Basics dependencies script
#
# Check for the following packages:
#	Terminal Driver
#

if [ ! -s /usr/options/RCTDR.name ] ; then
	echo "**ERROR**   ${PKGNAME} cannot be installed --"
	echo "It requires the Terminal Driver to be installed first."
	exit 1
fi
exit 0