1# Linux / UNIX  sample configuration for the nodelist tools
2
3# use "export FIDOCONFIG=/path/to/this/config.file" in the batch that
4# calls the tools, or in /etc/profile
5
6# === Generic settings ===
7
8# Make sure these unpackers are in your search path, esp. ARC 5.21!
9Unpack "/usr/local/bin/unzip -joLqq $a -d $p" 0 504b0304
10Unpack "/usr/local/bin/unrar e -o+ -y -c- -p- $a $p/ >/dev/null" 0 52617221
11Unpack "/usr/local/bin/arc eno $a $p'/*.*'" 0 1a
12
13# Directory in which the nltools.log file will be stored:
14logFileDir /var/fido/log
15
16# Where the nodelist is and where the fidouser.lst goes:
17nodelistDir /var/fido/nodelist
18
19# Point this to any existing directory, the nltools do not use it:
20msgBaseDir /var/fido/msgbase
21
22# Filename of fidouser list (without path!)
23fidoUserList fidouser.lst
24
25# === Fidonet Worldwide Nodelist ===
26
27# nodelist base file name
28Nodelist nodelist
29
30# where nodediffs can be found (path + base filename)
31DiffUpdate /var/fido/filebase/nodediff/nodediff
32
33# where full updates can be found, if any (path + base filename)
34FullUpdate /var/fido/filebase/complete_nodelist/nodelist
35
36# format of this nodelist
37NodelistFormat Standard
38
39# === German R24 Fidonet Point list ===
40
41# nodelist base file name
42Nodelist points24
43
44# where nodediffs can be found (path + base filename)
45DiffUpdate /var/fido/filebase/24000/pr24diff
46
47# format of this nodelist
48Nodelistformat Point24
49
50# Points24 requires a default zone!
51DefaultZone 2
52
53
54