|
|
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: 274 (0x112)
Types: TextFile
Notes: UNIX file
Names: »dependencies«
└─⟦352fcb75b⟧ Bits:30004777 INTERACTIVE Motif Environment Window Manager
└─⟦352fcb75b⟧ UNIX Filesystem
└─⟦this⟧ »xm/install/dependencies«
# Check that the X11 Windowing System (clients) has already been installed.
#
QUIT=0
if test ! -s /usr/options/xu.name
then
echo "**ERROR** ${PKGNAME} cannot be installed --"
echo "It requires the X11 Windowing System to be installed first."
exit 1
fi
exit 0