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

⟦33d2140ed⟧ TextFile

    Length: 1404 (0x57c)
    Types: TextFile
    Notes: UNIX file
    Names: »unsetup«

Derivation

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

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  "@(#)unsetup	1.4 - 88/10/16"

#
#       Unsetup script for 386/ix High Performance Disk Driver Package.
#

CONF=/etc/atconf export CONF

echo Removing the High Performance Disk Driver from the system.std
/etc/kconfig -l -c $CONF -s system.std <<!
D gendev
D dsk
D tape
D athd
D gramd
D aha1540
D tmc830
A hd
!

echo "Re-build a new kernel without the High Performance Disk Driver."
echo "When finished building the kernel, install the newly built kernel,"
echo "as user root, enter:"
echo "\tcd /"
echo "\tinskern `basename $1`"

if fgrep "386/ix High Performance Disk Driver" $CONF/modules/description \
	>/dev/null 2>&1
then :
	cat <<-\! | ed - $CONF/modules/description
g/ hpdd /d
w
q
!
fi

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

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