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

⟦4b079e058⟧ TextFile

    Length: 227 (0xe3)
    Types: TextFile
    Notes: UNIX file
    Names: »S33scsi«, »scsi«

Derivation

└─⟦fdc69b24d⟧ Bits:30004152 SW95705I 386/ix Multi User Update 1
└─⟦fdc69b24d⟧ UNIX Filesystem
    └─⟦this⟧ »U1/new/etc/init.d/scsi« 
    └─⟦this⟧ »U1/new/etc/rc2.d/S33scsi« 

TextFile

#	Copyright (c) 1989 Regnecentralen
#	  All Rights Reserved
#ident	"@(#)scsi	1.0"

case $1 in
'start')
	if [ -x /lib/whatscsi ]
	then
		/lib/whatscsi
	fi
	;;
'stop')
	;;
*)
	echo "usage: /etc/init.d/scsi {start|stop}"
	;;
esac