|
|
| version 1.3, 2010/12/16 14:24:25 | version 1.4, 2010/12/17 20:15:24 |
|---|---|
| Line 65 base_port = 7000 | Line 65 base_port = 7000 |
| ## | ## |
| ## Multiple BBS' can share this display setting. | ## Multiple BBS' can share this display setting. |
| ## | ## |
| display = :0.0 | display = :1025.0 |
| ## | ## |
| ## Enter the name of your BBS here. This name gets displayed when a | ## Enter the name of your BBS here. This name gets displayed when a |
| Line 110 dosboxt = dosbox.conf.template | Line 110 dosboxt = dosbox.conf.template |
| ## This is the command that will launch dosbox and pass it the configuration | ## This is the command that will launch dosbox and pass it the configuration |
| ## file. You can add custom dosbox options to the command line below. | ## file. You can add custom dosbox options to the command line below. |
| ## | ## |
| bbs_cmd = DISPLAY=$DISPLAY /usr/bin/dosbox -conf | bbs_cmd = DISPLAY=__DISPLAY__ /usr/bin/dosbox -conf |
| ## | ## |
| ## This will enable logging to a file on the system. By default any system | ## This will enable logging to a file on the system. By default any system |
| Line 131 log_path = /tmp/bbs.log | Line 131 log_path = /tmp/bbs.log |
| ## This specifies the number of nodes the telnet BBS server will spawn. | ## This specifies the number of nodes the telnet BBS server will spawn. |
| ## This starts counting from 1. EG: for a 5 node BBS, enter 5. | ## This starts counting from 1. EG: for a 5 node BBS, enter 5. |
| ## | ## |
| nodes = 1 | nodes = 3 |