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

⟦db22363a0⟧ TextFile

    Length: 525 (0x20d)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦12e2d81bc⟧ Bits:30004155/disk1.imd SW95713I 386/ix Software Development System Rel. 2.0
└─⟦12e2d81bc⟧ UNIX Filesystem
    └─⟦this⟧ »sd/install/dependencies« 
└─⟦3be13f768⟧ Bits:30004042/swdev1.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦3be13f768⟧ UNIX Filesystem
    └─⟦this⟧ »sd/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
# Check that the File Management Utilities have already been installed.
if
	test ! -s /usr/options/fm.name
then
	echo "**ERROR**   ${PKGNAME} cannot be installed --"
	echo "It requires the File Management Utilities"
	echo "to be installed first."
	exit 1
fi
exit 0