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

⟦c8476378c⟧ TextFile

    Length: 512 (0x200)
    Types: TextFile
    Notes: UNIX file
    Names: »dependencies«

Derivation

└─⟦a0a611847⟧ Bits:30004636/disk1.imd INTERACTIVE Motif Environment Development System
└─⟦a0a611847⟧ UNIX Filesystem
    └─⟦this⟧ »xt/install/dependencies« 

TextFile

# Check that OSF/Motif Window Manager has already been installed.
#

QUIT=0
if test ! -s /usr/options/xm.name
then
    echo "**ERROR**   ${PKGNAME} cannot be installed --"
    echo "It requires the OSF/Motif Window Manager to be installed first."
    QUIT=1
fi

if test ! -s /usr/options/xd.name
then
    echo "**ERROR**   ${PKGNAME} cannot be installed --"
    echo "It requires the X11 Windowing System Development Package to be installed first."
    QUIT=1
fi

if test "$QUIT" = "1"
then
    exit 1
fi
exit 0