|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 409 (0x199)
Types: TextFile
Notes: UNIX file
Names: »preinstall«
└─⟦ce621b962⟧ Bits:30004623 Controller Environment R. 1.2 (5.25 inch)
└─⟦ce621b962⟧ UNIX Filesystem
└─⟦this⟧ »CTENV.ISC/install/preinstall«
└─⟦this⟧ »CTENV.SCO/install/preinstall«
└─⟦e03896eec⟧ Bits:30004624 Controller Environment R. 1.2 (3.5 inch)
└─⟦e03896eec⟧ UNIX Filesystem
└─⟦this⟧ »CTENV.ISC/install/preinstall«
└─⟦this⟧ »CTENV.SCO/install/preinstall«
#ident @(#)preinstall 1.1, RC International, 91/10/25
# Save sdevice files
for file in card crd0 crd1 crd3 crd5 crd7
do
if [ -r /etc/conf/sdevice.d/${file} ] ; then
cp /etc/conf/sdevice.d/${file} /tmp/${file}.S
fi
if [ -r /etc/conf/init.d/${file} ] ; then
cp /etc/conf/init.d/${file} /tmp/${file}.I
fi
if [ -r /etc/conf/node.d/${file} ] ; then
cp /etc/conf/node.d/${file} /tmp/${file}.N
fi
done