|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 257 (0x101)
Types: TextFile
Notes: UNIX file
Names: »dependencies«
└─⟦b453d7f29⟧ Bits:30004042/rcutil.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦b453d7f29⟧ UNIX Filesystem
└─⟦this⟧ »BN/install/dependencies«
# Check that the Basic Networking Package has already been installed.
#
if
test ! -s /usr/options/bn.name
then
echo "**ERROR** ${PKGNAME} cannot be installed --"
echo "It requires the Basic Networking Package to be installed first."
exit 1
fi
exit 0