Started on the dx cluster database stuff
[spider.git] / cmd / shutdown.pl
1 #
2 # the shutdown command
3
4 # $Id$
5 #
6 my $self = shift;
7 if ($self->priv >= 5) {
8   &main::cease();
9 }
10 return (0);