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

⟦cbad55d91⟧ TextFile

    Length: 274 (0x112)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦352fcb75b⟧ Bits:30004777 INTERACTIVE Motif Environment Window Manager
└─⟦352fcb75b⟧ UNIX Filesystem
    └─⟦this⟧ »xm/install/dependencies« 

TextFile

# 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