Annotation of telnetbbs/telnetbbs.conf, revision 1.1
1.1 ! nick 1: ###############################################################################
! 2: ##
! 3: ## This is the configuration file for telnetbbs.pl. If everything is
! 4: ## commented out the defaults will be used.
! 5: ##
! 6: ## Nicholas DeClario <nick@demandred.dyndns.org>
! 7: ## $Id$
! 8: ## December 2010
! 9: ##
! 10: ###############################################################################
! 11: pidfile = /tmp/telnetbbs.pid
! 12: port = 3023
! 13: display = :0.0
! 14: bbs_name = Hell's Dominion BBS
! 15: dosbox_cfg = /tmp/dosbox-__NODE__.conf
! 16: bbs_cmd = DISPLAY=$DISPLAY /usr/bin/dosbox -conf
! 17: logging = 0
! 18: log_path = /tmp/bbs.log
! 19: nodes = 1
! 20: dosboxt = dosbox.conf.template
! 21: base_port = 7000
! 22: lock_path = /tmp
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>