spider/cmd/shutdown.pl
djk 6b6a800292 Started on the dx cluster database stuff
added a load of real and dummy commands to be getting on with
Started some DOCUMENTATION (shock horror)
1998-06-20 17:11:50 +00:00

11 lines
111 B
Perl

#
# the shutdown command
#
# $Id$
#
my $self = shift;
if ($self->priv >= 5) {
&main::cease();
}
return (0);