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

⟦9721fd5b0⟧ TextFile

    Length: 346 (0x15a)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦82ee0715d⟧ Bits:30004771 Terminal Driver Rel. 1.2 (3.5 inch)
└─⟦82ee0715d⟧ UNIX Filesystem
    └─⟦this⟧ »RCTDR.ISC/install/dependencies« 
    └─⟦this⟧ »RCTDR.SCO/install/dependencies« 
└─⟦ca69fd3f9⟧ Bits:30004770 Terminal Driver Rel. 1.2 (5.25 inch)
└─⟦ca69fd3f9⟧ UNIX Filesystem
    └─⟦this⟧ »RCTDR.ISC/install/dependencies« 
    └─⟦this⟧ »RCTDR.SCO/install/dependencies« 

TextFile

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

# Terminal Driver dependencies script
#
# Check for the following packages:
#	Controller Environment
#

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