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

⟦bf46dca3d⟧ TextFile

    Length: 506 (0x1fa)
    Types: TextFile
    Notes: UNIX file
    Names: »_deviceprint«

Derivation

└─⟦50c223e0a⟧ Bits:30004042/network1.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦50c223e0a⟧ UNIX Filesystem
    └─⟦this⟧ »bn/new/usr/admin/menu/packagemgmt/uucpmgmt/_deviceprint« 

TextFile

#ident	"@(#)bne.admin:_deviceprint	2.6"
#
#	This internal program prints device entries in
#	user readable form

if [ "$5" = "direct" ]; then
	TYPE="Direct"
else
	TYPE=$1
fi

#	don't print protocol subfield (for TLI device)
TYPE="`echo $TYPE | sed -e 's%,.*%%'`"

echo "
CALLER TYPE:	$TYPE
PORT NAME:	$2
SPEED:		$4"

if [ -n "$5" ]; then
	case $5 in
	801) echo "DIALER PORT:	$3"
	     echo "DEVICE TYPE:	$5" ;;
	ventel|penril|hayes|att2212c|att2224|att4000)
	     echo "DEVICE TYPE:	$5" ;;
	*) ;;
	esac
fi