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

⟦f3bd858b1⟧ TextFile

    Length: 507 (0x1fb)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦104d96909⟧ Bits:30004765 SW95718I UNIX LAN Server Rel. 1.1
└─⟦104d96909⟧ UNIX Filesystem
    └─ ⟦this⟧ »LS/install/dependencies« 

TextFile

#ident @(#)dependencies	1.1, RC International, 90/02/26

# Check that the RC Adapter Environment and
# RC Mux Environment has already been installed.
#

if
	test ! -s /usr/options/AE.name
then
	echo "**ERROR**   ${PKGNAME} cannot be installed --"
	echo "It requires the RC Adapter Environment to be installed first."
	exit 1
fi

if
	test ! -s /usr/options/ME.name
then
	echo "**ERROR**   ${PKGNAME} cannot be installed --"
	echo "It requires the RC Mux Environment to be installed first."
	exit 1
fi
exit 0