From eae05824b7b6274bd3f4c7167a870a407b96c642 Mon Sep 17 00:00:00 2001 From: djk Date: Sat, 1 Jan 2000 15:14:59 +0000 Subject: [PATCH] added y2k.sh shell script --- perl/y2k.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 perl/y2k.sh 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 -- 2.34.1