Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / support / bboards / mmdfII / bboards / READ-ME
1 0.  Replace the directory ${MMDF-II-SOURCE-ROOT}/src/bboards/ with
2     the directory ${MH-SOURCE-ROOT}/support/bboards/mmdfII/bboards/.
3     The sources for the BBoards channel that come with MH are always
4     much more current than the ones that come with MMDF-II.
5
6
7 1.  In ${MMDF-II-SOURCE-ROOT}/src/Makefile, add bboards to SUBDIR, so it
8     looks something like:
9
10     SUBDIR= tools uip submit deliver local phone pobox bboards smtp uucp
11
12
13 2.  In mmdftailor, add these lines
14
15 MTBL    name=cbboards, file="c-bboards"
16 MTBL    name=dbboards, file="d-bboards", show="BBOARDS pseudo-Domain"
17 MCHN    bboards, show="BBoards Delivery",
18         que=bboards, tbl=cbboards, pgm=bboards, mod=reg, ap=822
19 MDMN    bboards, tbl=dbboards, name="", dmn=""
20
21
22 3.   Create the table for the BBoards domain, one line:
23
24         bboards:                bboards
25
26
27 4.   Create the table for the BBoards channel, one line:
28         bboards:                bboards
29
30
31 5.    Run dbmbuild
32
33
34 6.    In your mmdf.start file, either add the bboards channel to an
35       existing background deliver, or give it one of its own:
36
37         deliver -b -cbboards &