#!/bin/csh -f
#
# This script must be run as super-user on pokey to work correctly.  Mount
# this directory on pokey and run it there.
#
# shorty
echo Shorty
rdist -c manl shorty:/usr/man/manl

## bsd vaxen
echo BSD Vaxen
echo "No BSD Vaxen servers"
#uwrdist -T BSDVAXSERVER -F /usr/man -c manl

## ultrix vaxen
echo Ultrix Vaxen
uwrdist -T ULTRIXVAXSERVER -F /usr/man -c manl

## sun3s
echo Sun3s
rdist -c manl daffy:/usr/man/manl

## mips
echo MIPS
uwrdist -T CSMIPSSERVER -F /usr/man -c manl

## sun4s
echo Sun4s
uwrdist -T SPARCSERVER -F /usr/man -c manl

## research rts
echo RTs
uwrdist -T RESRTSERVER -F /usr/man -c manl

## research cats
echo Cats
uwrdist -T RESCATSERVER -F /usr/man -c manl
