blob: 1b2da615756753cbe65306fc04a033899a5d3d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
$NetBSD: patch-aw,v 1.2 2001/02/21 20:40:57 tv Exp $
--- misc/config-global.orig Wed Feb 21 12:29:10 2001
+++ misc/config-global Wed Feb 21 12:33:02 2001
@@ -20,7 +20,7 @@
# Primary nodelist (serves "outbound" directory and domain from the
# first "address" statement). Name expanded with ".NNN" if neccessary.
-nodelist /var/spool/ifmail/nl.d/nodelist 2:0/0@fidonet
+nodelist /var/spool/fido/nodelist/nodelist 2:0/0@fidonet
# Secondary nodelists and nodelists for other domains.
# use directory name from the first "nodelist" statement.
@@ -28,19 +28,19 @@
nodelist gernet 21:0/0@gernet
# Directory for incoming packets/files:
-inbound /var/spool/ifmail/inb
+inbound /var/spool/bt/in
# Directories for "listed" and "protected" sessions
-listinbound /var/spool/ifmail/inb
-protinbound /var/spool/ifmail/inb
+listinbound /var/spool/bt/in
+protinbound /var/spool/bt/pin
# Directory for outgoing packets (default domain and zone):
# other zones will be like "/usr/spool/fnet/outb.003",
# other domains will be like "/usr/spool/fnet/<domain>.<zone>"
-outbound /var/spool/ifmail/outb
+outbound /var/spool/bt/out
# If you specify this, outgoing arcmail files will go to `outbound',
# but be reffered as being in dosoutbound' in the .flo files
#dosoutbound h:\spool\ifmail\outb
# Sequencer file (used to generate unique IDs)
-sequencer /var/spool/ifmail/seq
+sequencer /var/spool/fido/seq/seq.ifcico
|