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

⟦fff0bf7c7⟧ TextFile

    Length: 267 (0x10b)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/install/dependencies« 

TextFile

# Check that the Kernel Configuration Package has already been installed.
#

if
	test ! -s /usr/options/kc.name
then
	echo "**ERROR**   ${PKGNAME} cannot be installed --"
	echo "It requires the Kernel Configuration Utilities to be installed first."
	exit 1
fi
exit 0