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

⟦539621704⟧ TextFile

    Length: 1208 (0x4b8)
    Types: TextFile
    Notes: UNIX file
    Names: »setup«

Derivation

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

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  "@(#)setup	1.1 - 88/09/12"

#
#       Setup script for 386/ix HPDD Package.
#

CONF=/etc/atconf export CONF

cd /etc/atconf/systems

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