:
:	basic sequence for updating VENIX TAP users to
:	version2 of TAP.
:
:					Roy Blackmer, AED
:					12/11/83
:
echo "making directory /u0/tap_update"
mkdir /u0/tap_update;cd /u0/tap_update;pwd
echo "extracting update from floppy"
tar xvf /dev/rx02 
echo "copying TAP library to /usr/lib"
cp libAED2.a /usr/lib
cp tapc /usr/bin
echo "installing new AED graphics terminal driver."
ar r /usr/sys/DEVLIB aedv_2.o
echo "making new VENIX"
cd /usr/sys/conf
make venix23
echo "now reboot and respond to the & prompt with"
echo "usr/sys/conf/venix"

