#!/bin/sh

### sample start servers file (copy to /usr/local/lib)
### start from '/etc/rc.local'

LOGd=/usr/tmp
LOGf=/dev/null
CAP=/usr/local/cap
LIB=/usr/local/lib/cap

LWARGS="-a ${LIB}/procsets -f ${LIB}/LW+Fonts"

#
# Start UAB first if used
#
# /usr/local/cap/uab
# sleep 10

#
# Otherwise start aarpd first for Native EtherTalk
#
# /usr/local/cap/aarpd "interface" "zone"

#
# allow atis to startup before other CAP programs
#
${CAP}/atis

#
# Make this 15 seconds if using aarpd
#
sleep 5

${CAP}/snitch -S -f "SUN 4 SunOS 4.0 UNIX" -l lwsrv
${CAP}/aufs -U 20 -V ${LIB}/afpvols -l ${LOGf} -n `hostname`
${CAP}/lwsrv -n "Technical Services Spool" -p lw.tsa ${LWARGS}
