[Jdvb-cvs] jdvb-server/conf tvb.conf,1.1,1.2
Status: Inactive
Brought to you by:
hundalz
|
From: pinder <hu...@us...> - 2006-02-25 15:19:59
|
Update of /cvsroot/jdvb/jdvb-server/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3917/conf Modified Files: tvb.conf Log Message: added start/stop scripts no more commands line params. all use -Dprops.filename Index: tvb.conf =================================================================== RCS file: /cvsroot/jdvb/jdvb-server/conf/tvb.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tvb.conf 19 Feb 2006 11:34:40 -0000 1.1 --- tvb.conf 25 Feb 2006 15:19:51 -0000 1.2 *************** *** 2,7 **** --- 2,9 ---- #server=your.own.server.com server=www.eample.org + daemon=false # port number, please make sure it's > 1024 port=1253 + channels.file=channels.conf # tzap location, change this to something useful, # run 'which tzap' to get the location. |