Diff for /telnetbbs/telnetbbs.conf between versions 1.2 and 1.5

version 1.2, 2010/12/16 14:12:27 version 1.5, 2010/12/20 20:51:39
Line 32  pidfile = /tmp/telnetbbs.pid Line 32  pidfile = /tmp/telnetbbs.pid
 ## If running more than one BBS, you will need to run each BBS on a different  ## If running more than one BBS, you will need to run each BBS on a different
 ## port.  ## 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  port = 3023
   
 ##  ##
Line 47  port = 3023 Line 50  port = 3023
 ## to use non-privledged ports for this and confirm there are no   ## to use non-privledged ports for this and confirm there are no 
 ## services running on the ports you wish to use.  ## services running on the ports you wish to use.
 ##  ##
 base_port = 7000  base_port = 3024
   
 ##  ##
 ## The telnet bbs server uses dosbox which requires an X server for display.  ## The telnet bbs server uses dosbox which requires an X server for display.
Line 71  display = :0.0 Line 74  display = :0.0
 ## a lock file for that node is put in place, which is based on this  ## a lock file for that node is put in place, which is based on this
 ## name as well.    ## name as well.  
 ##  ##
 bbs_name = Hell's Dominion BBS  bbs_name = My BBS
   
 ##  ##
 ## The lock_path specified where the individual lock files for the BBS nodes  ## 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  ## 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  ## 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  ## node has been shutdown.  
 ## currently not be cleaned up.  ##
   ## 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,  ## 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  ## which is recommended, using the lock directory created above is perfectly
Line 105  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 126  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
   

Removed from v.1.2  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>