|
|
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: 450 (0x1c2)
Types: TextFile
Notes: UNIX file
Names: »dependencies«
└─⟦6c3d40b06⟧ Bits:30004150 SW95702I LANCOM 2.1
└─⟦6c3d40b06⟧ UNIX Filesystem
└─⟦this⟧ »LM/install/dependencies«
# 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