1 # These are a load of system variables that used to live in DXVars.pm.
3 # They have been broken out into a separate module which must be called AFTER 'use DXVars' if that is in fact called at all.
5 # It is a replacement for DXVars.pm wherever it is used just for these paths
12 ## DXVars.pm overrides
18 $local_data = "$root/local_data";
20 # system files live in (except they don't, not really)
21 $system = "$root/sys";
23 # command files live in
26 # local command files live in (and overide $cmd)
27 $localcmd = "$root/local_cmd";
33 $local_data = "$root/local_data";
35 # where the user data lives
36 $userfn = "$local_data/users";
38 # the "message of the day" file
39 $motd = "$local_data/motd";