|
|
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: 227 (0xe3)
Types: TextFile
Notes: UNIX file
Names: »S33scsi«, »scsi«
└─⟦aca99617e⟧ Bits:30004042/update3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦aca99617e⟧ UNIX Filesystem
└─⟦this⟧ »U3/new/etc/init.d/scsi«
└─⟦this⟧ »U3/new/etc/rc2.d/S33scsi«
└─⟦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«
# 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