X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=b4058cf0271595bc53eaf89377cb103b792b2151;hb=c94ff1bf2cbe16ed59c5b273c7f6730fd7314cab;hp=3f05a7b639ca18da495e34ef1a87736fafdf572e;hpb=68fa2f8ae34d78464cb196851a7ce09ebef61b1b;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index 3f05a7b6..b4058cf0 100644 --- a/perl/DXVars.pm.issue +++ b/perl/DXVars.pm.issue @@ -64,23 +64,6 @@ $no = 'No'; # the interval between unsolicited prompts if not traffic $user_interval = 11*60; -# data files live in -$data = "$root/data"; - -# system files live in -$system = "$root/sys"; - -# command files live in -$cmd = "$root/cmd"; - -# local command files live in (and overide $cmd) -$localcmd = "$root/local_cmd"; - -# where the user data lives -$userfn = "$data/users"; - -# the "message of the day" file -$motd = "$data/motd"; # are we debugging ? @debug = qw(chan state msg cron connect);