put dx.pl into an explicit handle sub
[spider.git] / perl / y2k.sh
1 #!/bin/sh
2 #
3 # fix the stupid y2k bug in 1.37, just run this once
4 # and all should be OK.
5 #
6 # BEFORE running this script, kill off and otherwise prevent any 
7 # cluster.pl scripts from running.
8 #
9 # This means that if you are running cluster.pl from /etc/inittab or using
10 # some other means of dealing with automatically restarting cluster.pl - 
11 # MAKE SURE that you disable them.
12 #
13 # PLEASE make sure that no cluster.pl process is running whilst
14 # this shell script is running
15 #
16 cd /spider/data
17 mv wwv/100 wwv/2000
18 mv spots/100 spots/2000
19 mv debug/100 debug/2000
20 mv log/100 log/2000