#!/bin/sh
/bin/echo -n "attaching lockers... "
# have we been here before?
# if not, then don't bother with this mess
if [ ${ATTACHED=f} = f ];then
  # set a marker so we don't repeat this
  ATTACHED=t;export ATTACHED
  /bin/athena/aklog sipb.mit.edu athena.mit.edu rel-eng.athena.mit.edu
  # attach stuff that breaks if we don't go through attached locker....
  /bin/athena/attach -n -h sipb gnu watchmaker consult rune snmp>/dev/null 2>&1
fi
