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

⟦a2c911ee1⟧ TextFile

    Length: 1645 (0x66d)
    Types: TextFile
    Notes: UNIX file
    Names: »preinstall«

Derivation

└─⟦5fb5a153b⟧ Bits:30004042/hpdd.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦5fb5a153b⟧ UNIX Filesystem
    └─⟦this⟧ »hp/install/preinstall« 

TextFile

# Copyrighted as an unpublished work.
# (c) Copyright 1988 INTERACTIVE Systems Corporation
# All rights reserved.
#
# RESTRICTED RIGHTS
#
# These programs are supplied under a license.  They may be used,
# disclosed, and/or copied only as permitted under such license
# agreement.  Any copy must contain the above copyright notice and
# this restricted rights notice.  Use, copying, and/or disclosure
# of the programs is strictly prohibited unless otherwise provided
# in the license agreement.
#ident  "@(#)preinstall	1.3 - 88/09/13"

#
#       Preinstall script for 386/ix HPDD Package.
#	"@(#)preinstall	1.3 - 88/09/13"
#
CONF=/etc/atconf export CONF

DESC=$CONF/modules/description

cd $CONF/systems

if fgrep "386/ix High Performance Disk Driver" $DESC >/dev/null 2>&1
then :
	echo 386/ix High Performance Disk Driver already in description file.
else
	cat <<-\! | ed -s $DESC
$a
-       -    -     hpdd    -             386/ix High Performance Disk Driver
gendev  -    -     hpdd    -             hpdd
dsk     -    -     hpdd    -             hpdd
tape    -    -     hpdd    -             hpdd
athd    -    -     hpdd    -             hpdd
gramd   -    -     hpdd    -             hpdd
aha1540 -    -     hpdd    -             hpdd
tmc830  -    -     hpdd    -             hpdd
.
w
q
!
fi

/etc/kconfig -l -c $CONF -s system.std <<!
D hd
A gendev
A dsk
A tape
A athd
A gramd
A aha1540
A tmc830
!

fgrep "/etc/" /install/hp/install/Rlist.hp | while read i
do
	[ -f $i ] && mv $i $i.old
done

rm -f /etc/atconf/modules/gendev/space*.o

fgrep "/usr/include/sys" /install/hp/install/Rlist.hp | while read i
do
	[ -f $i ] && mv $i $i.old
done