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

⟦398e6e8ff⟧ TextFile

    Length: 313 (0x139)
    Types: TextFile
    Notes: UNIX file
    Names: »setup«

Derivation

└─⟦9ccc12dab⟧ Bits:30004155/disk7.imd SW95713I 386/ix Software Development System Rel. 2.0
└─⟦9ccc12dab⟧ UNIX Filesystem
    └─⟦this⟧ »sd/install/setup« 

TextFile

#ident "@(#)setup	2.1 - 88/08/11"
#
# restore domestic version of libcrypt and save international version
# if necessary
#
ULIB=/usr/lib

if [ -s /usr/options/sa.name -a -s $ULIB/libcrypt.a -a -s $ULIB/libcrypt_d.a ]
then
	mv -f $ULIB/libcrypt.a   $ULIB/libcrypt_i.a
	mv -f $ULIB/libcrypt_d.a $ULIB/libcrypt.a
fi