2 # The system variables - those indicated will need to be changed to suit your
3 # circumstances (and callsign)
5 # Copyright (c) 1998 - Dirk Koopman G1TLH
15 @EXPORT_OK = qw($mycall $myname $myalias $mylatitude $mylongtitude $mylocator
16 $myqth $myemail $myprot_version
17 $clusterport $clusteraddr $debugfn
18 $def_hopcount $data $system $cmd
19 $userfn $motd $local_cmd $mybbsaddr
20 $pc50_interval, $user_interval
24 # this really does need to change for your system!!!!
30 # Your 'normal' callsign
33 # Your latitude (+)ve = North (-)ve = South in degrees and decimal degrees
34 $mylatitude = +52.68584579;
36 # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees
37 $mylongtitude = +0.94518260;
39 # Your locator (yes I know I can calculate it - eventually)
40 $mylocator = "JO02LQ";
43 $myqth = "East Dereham, Norfolk";
46 $myemail = "djk\@tobit.co.uk";
49 $mybbsaddr = "G1TLH\@GB7TLH.#35.GBR.EU";
51 # the tcp address of the cluster and so does this !!!
52 $clusteraddr = "dirk1.tobit.co.uk";
54 # the port number of the cluster (just leave this, unless it REALLY matters to you)
58 $debugfn = "/tmp/debug_cluster";
60 # your favorite way to say 'Yes'
63 # your favorite way to say 'No'
66 # the interval between unsolicited prompts if not traffic
67 $user_interval = 11*60;
72 # system files live in
73 $system = "$root/sys";
75 # command files live in
78 # local command files live in (and overide $cmd)
79 $localcmd = "$root/local_cmd";
81 # where the user data lives
82 $userfn = "$data/users";
84 # the "message of the day" file