|
|
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: 507 (0x1fb)
Types: TextFile
Notes: UNIX file
Names: »dependencies«
└─⟦104d96909⟧ Bits:30004765 SW95718I UNIX LAN Server Rel. 1.1
└─⟦104d96909⟧ UNIX Filesystem
└─⟦this⟧ »LS/install/dependencies«
#ident @(#)dependencies 1.1, RC International, 90/02/26
# Check that the RC Adapter Environment and
# RC Mux Environment has already been installed.
#
if
test ! -s /usr/options/AE.name
then
echo "**ERROR** ${PKGNAME} cannot be installed --"
echo "It requires the RC Adapter Environment to be installed first."
exit 1
fi
if
test ! -s /usr/options/ME.name
then
echo "**ERROR** ${PKGNAME} cannot be installed --"
echo "It requires the RC Mux Environment to be installed first."
exit 1
fi
exit 0