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

⟦2150e42db⟧ TextFile

    Length: 244 (0xf4)
    Types: TextFile
    Notes: UNIX file
    Names: »preinstall«

Derivation

└─⟦12e2d81bc⟧ Bits:30004155/disk1.imd SW95713I 386/ix Software Development System Rel. 2.0
└─⟦12e2d81bc⟧ UNIX Filesystem
    └─⟦this⟧ »sd/install/preinstall« 
└─⟦3be13f768⟧ Bits:30004042/swdev1.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦3be13f768⟧ UNIX Filesystem
    └─⟦this⟧ »sd/install/preinstall« 

TextFile

#
# Check if domestic version of libcrypt must be saved
#

if [ -s /usr/options/sa.name -a -s /usr/lib/libcrypt.a ]
then
	echo "Saving domestic version of libcrypt in /usr/lib/libcrypt_d.a."
	mv -f /usr/lib/libcrypt.a /usr/lib/libcrypt_d.a
fi