--- telnetbbs/telnetbbs.conf 2010/12/16 14:12:27 1.2 +++ telnetbbs/telnetbbs.conf 2010/12/17 20:15:24 1.4 @@ -4,7 +4,7 @@ ## commented out the defaults will be used. ## ## Nicholas DeClario -## $Id: telnetbbs.conf,v 1.2 2010/12/16 14:12:27 nick Exp $ +## $Id: telnetbbs.conf,v 1.4 2010/12/17 20:15:24 nick Exp $ ## December 2010 ## ############################################################################### @@ -32,6 +32,9 @@ pidfile = /tmp/telnetbbs.pid ## If running more than one BBS, you will need to run each BBS on a different ## port. ## +## Also note, this can be set at the command line with the '-p' option and +## will overwrite the setting in here. This can be usefull for testing. +## port = 3023 ## @@ -62,7 +65,7 @@ base_port = 7000 ## ## 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 @@ -77,8 +80,10 @@ bbs_name = Hell's Dominion BBS ## The lock_path specified where the individual lock files for the BBS nodes ## will be stored. Once someone connects and a node has been allocated for ## that user a node lock file is put in place. It is only removed once that -## node has been shutdown. If the server is killed (ctrl-c/HUP) these will -## currently not be cleaned up. +## node has been shutdown. +## +## If the server is killed with a HUP (kill -HUP), INT (kill -2) or TERM +## (ctrl-C) these will be cleanly removed. ## ## As above, lock files are normally in '/var/run'. If running as non-root, ## which is recommended, using the lock directory created above is perfectly @@ -105,7 +110,7 @@ dosboxt = dosbox.conf.template ## 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. ## -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 @@ -126,5 +131,5 @@ log_path = /tmp/bbs.log ## 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. ## -nodes = 1 +nodes = 3