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

⟦b7278d17d⟧ TextFile

    Length: 253 (0xfd)
    Types: TextFile
    Notes: UNIX file
    Names: »setup«

Derivation

└─⟦67601fab8⟧ Bits:30004042/swdev5.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦67601fab8⟧ UNIX Filesystem
    └─⟦this⟧ »sd/install/setup« 

TextFile

#
# restore domestic version of libcrypt and save international version
# if necessary
#

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