#!/bin/csh
#
set LOGFILE = /usr/adm/power.log
#
echo `date` halt: $* >>$LOGFILE
/usr/local/etc/setpower  >>$LOGFILE
/usr/etc/halt.dist $*
