#!/bin/sh
# Script to notify people that a server is going down.
# This is run by shutdown
#
#       $Source: /afs/dev.mit.edu/project/sipb/repository/packs/maint/shutdown_notify.sh,v $
#       $Author: ghudson $
#       $Header: /afs/dev.mit.edu/project/sipb/repository/packs/maint/shutdown_notify.sh,v 1.1.1.1 1997/12/09 21:27:35 ghudson Exp $

exec /etc/athena/zshutdown_notify
