X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=55e0badbcfd0484abd98606facb4253b00c4f2aa;hb=cafedfc0df4b2c519a8227e091f746a44af07ce2;hp=d4e9981a2e3df54c649d2dbd806139041ef7f316;hpb=b1c75fc83d3dd1d82a2022f6ace2cc20ced19194;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index d4e9981a..55e0badb 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -545,6 +545,12 @@ sub setup_start $SIG{__DIE__} = $w; } + # setup location of motd & issue + localdata_mv($motd); + $motd = localdata($motd); + localdata_mv("issue"); + + # try to load XML::Simple DXXml::init();