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

⟦cbd21457e⟧ TextFile

    Length: 470 (0x1d6)
    Types: TextFile
    Notes: UNIX file
    Names: »preinstall«

Derivation

└─⟦5a9f1bdbd⟧ Bits:30004698 RC900 Environment Rel. 2.0 (5.25 inch)
└─⟦5a9f1bdbd⟧ UNIX Filesystem
    └─⟦this⟧ »RCENV.ISC/install/preinstall« 
└─⟦de58d8f44⟧ Bits:30004699 RC900 Environment Rel. 2.0 (3.5 inch)
└─⟦de58d8f44⟧ UNIX Filesystem
    └─⟦this⟧ »RCENV.ISC/install/preinstall« 

TextFile

#ident	@(#)preinstall	1.2 - 92/09/09

# Save original kd driver

if [ ! -d /etc/rci.d/kd.org ] ; then
	mkdir -p /etc/rci.d/kd.org
	echo "Saving original kd driver"
	cp /etc/conf/pack.d/kd/Driver.o /etc/rci.d/kd.org/Driver.o
	cp /etc/conf/pack.d/kd/space.c /etc/rci.d/kd.org/Space.c
	cp /etc/conf/sdevice.d/kd /etc/rci.d/kd.org/System
	mkdir -p /etc/rci.d/kd.org/sys
	cp /usr/include/sys/kd.h /etc/rci.d/kd.org/sys
	cp /usr/include/sys/at_ansi.h /etc/rci.d/kd.org/sys
fi