X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fkeps.pl;fp=cmd%2Fload%2Fkeps.pl;h=71229e1d8a8165e062d1dd2a2d479f64ddb2e1a1;hb=9cac31473878fc88778cb13d843fa77c5fd33d65;hp=0000000000000000000000000000000000000000;hpb=589de1133c9ef2ecc6567473c24cff1717fb604b;p=spider.git diff --git a/cmd/load/keps.pl b/cmd/load/keps.pl new file mode 100644 index 00000000..71229e1d --- /dev/null +++ b/cmd/load/keps.pl @@ -0,0 +1,8 @@ +# +# load the the keps file after changing it +# +my $self = shift; +return (1, $self->msg('e5')) if $self->priv < 9; +my @out = Sun::load($self); +@out = ($self->msg('ok')) if !@out; +return (1, @out);