|
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: 506 (0x1fa) Types: TextFile Notes: UNIX file Names: »_deviceprint«
└─⟦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«
#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