File:  [Local Repository] / telnetbbs / telnetbbs.conf
Revision 1.1: download - view: text, annotated - select for diffs
Tue Dec 14 20:32:49 2010 UTC (13 years, 10 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Fixed broken node code.
Added configuration file support.
Changed root requirement.  Root is only required if running on a
privlidged port.

###############################################################################
##
##  This is the configuration file for telnetbbs.pl.  If everything is 
##  commented out the defaults will be used.
##
##  Nicholas DeClario <nick@demandred.dyndns.org>
##  $Id: telnetbbs.conf,v 1.1 2010/12/14 20:32:49 nick Exp $
##  December 2010
##
###############################################################################
pidfile = /tmp/telnetbbs.pid
port = 3023
display = :0.0
bbs_name = Hell's Dominion BBS
dosbox_cfg = /tmp/dosbox-__NODE__.conf
bbs_cmd = DISPLAY=$DISPLAY /usr/bin/dosbox -conf 
logging = 0
log_path = /tmp/bbs.log
nodes = 1
dosboxt = dosbox.conf.template
base_port = 7000
lock_path = /tmp

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