fix usdb, console.pl, sh/dx /p and sh/register
[spider.git] / perl / cluster.pl
index d4e9981a2e3df54c649d2dbd806139041ef7f316..55e0badbcfd0484abd98606facb4253b00c4f2aa 100755 (executable)
@@ -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();