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

⟦c661c1ceb⟧ TextFile

    Length: 290 (0x122)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦270712047⟧ Bits:30004042/spell.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦270712047⟧ UNIX Filesystem
    └─⟦this⟧ »su/install/dependencies« 

TextFile

#
# Check that the necessary packages have already been installed.
#

#  Need comm command (dfm package)
if
	test ! -s /usr/options/fm.name
then
	echo "**ERROR**   ${PKGNAME} cannot be installed --"
	echo "It requires the File Management Utilities to be installed first."
	exit 1
fi
exit 0