From: djk Date: Sat, 1 Jan 2000 15:14:59 +0000 (+0000) Subject: added y2k.sh shell script X-Git-Tag: R_1_38~1 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=eae05824b7b6274bd3f4c7167a870a407b96c642;p=spider.git added y2k.sh shell script --- diff --git a/perl/y2k.sh b/perl/y2k.sh new file mode 100755 index 00000000..d465f847 --- /dev/null +++ b/perl/y2k.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# +# fix the stupid y2k bug in 1.37, just run this once +# and all should be OK. +# +# BEFORE running this script, kill off and otherwise prevent any +# cluster.pl scripts from running. +# +# This means that if you are running cluster.pl from /etc/inittab or using +# some other means of dealing with automatically restarting cluster.pl - +# MAKE SURE that you disable them. +# +# PLEASE make sure that no cluster.pl process is running whilst +# this shell script is running +# +cd /spider/data +mv wwv/100 wwv/200 +mv spots/100 spots/2000 +mv debug/100 debug/2000 +mv log/100 log/2000