|
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 - download
Length: 846 (0x34e) Types: TextFile Notes: UNIX file Names: »setup«
└─⟦ce621b962⟧ Bits:30004623 Controller Environment R. 1.2 (5.25 inch) └─⟦ce621b962⟧ UNIX Filesystem └─ ⟦this⟧ »CTENV.ISC/install/setup« └─ ⟦this⟧ »CTENV.SCO/install/setup« └─⟦e03896eec⟧ Bits:30004624 Controller Environment R. 1.2 (3.5 inch) └─⟦e03896eec⟧ UNIX Filesystem └─ ⟦this⟧ »CTENV.ISC/install/setup« └─ ⟦this⟧ »CTENV.SCO/install/setup«
#ident "@(#)setup 1.2 - 92/09/09" # # # Setup script for RCI Controller Environment # CONF=/etc/conf export CONF if grep '^NWINDOW[ ]' $CONF/cf.d/mtune >/dev/null 2>&1 then : echo RCI intelligent card support already in mtune file. else echo '* RCI intelligent cards tunables' >> $CONF/cf.d/mtune echo 'NWINDOW 0 0 20' >> $CONF/cf.d/mtune echo 'NUNIT 9 9 9' >> $CONF/cf.d/mtune echo 'NGATE 12 12 12' >> $CONF/cf.d/mtune echo 'NEXWAIT 128 60 600' >> $CONF/cf.d/mtune echo 'CARD_ROTATE_DMAPRI 1 0 1' >> $CONF/cf.d/mtune fi cd /usr/ctlr || exit 1 for dir in config lib do test -d $dir && continue mkdir $dir chown bin $dir done for dir in 1 2 3 4 5 6 7 8 do test -d $dir && continue mkdir $dir chown bin $dir done chown bin ctlrdesc chgrp bin ctlrdesc config lib 1 2 3 4 5 6 7 8 chmod 755 ctlrdesc config lib 1 2 3 4 5 6 7 8