X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSysVar.pm;h=7dba2beadfe185918ed4a23ad85ed072a209d311;hb=a893c459de8e5d31f7b3dc67d4cda11a389df45b;hp=92a81e4b4d584422ebcb879190e54a1cd0d7617c;hpb=c94ff1bf2cbe16ed59c5b273c7f6730fd7314cab;p=spider.git diff --git a/perl/SysVar.pm b/perl/SysVar.pm index 92a81e4b..7dba2bea 100644 --- a/perl/SysVar.pm +++ b/perl/SysVar.pm @@ -6,7 +6,8 @@ # package main; -use warnings; + +use vars qw($data $local_data $system $cmd $localcmd $userfn $motd); ## ## DXVars.pm overrides @@ -26,14 +27,10 @@ $cmd = "$root/cmd"; # local command files live in (and overide $cmd) $localcmd = "$root/local_cmd"; -# data files live in -$data = "$root/data"; - -# for local data -$local_data = "$root/local_data"; - # where the user data lives $userfn = "$local_data/users"; # the "message of the day" file -$motd = "$local_data/motd"; +$motd = "motd"; + +1;