|
From: Peep P. <so...@us...> - 2004-07-23 14:23:58
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19737 Modified Files: options Log Message: Removed uselessness. Index: options =================================================================== RCS file: /cvsroot/agd/server/src/options,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- options 1 Apr 2004 19:10:53 -0000 1.4 +++ options 23 Jul 2004 14:23:49 -0000 1.5 @@ -10,20 +10,6 @@ # Mudlib root folder. lib: /usr/share/agd/lib -# Log file for debugging information. -# Edit this if you want debugging information (not really necessary) -# The file needs to exist, as AGD doesn't have the privileges to -# create the file under /usr/share/agd. -#errorlog: /usr/share/agd/debug.log - -# Whether to show memory statistics when quitting or not. -exitstats: 0 - # Path to master object (relative to library root) master: /sys/master -# Options below this line are not yet implemented. - -# Default error level -#errorlevel: 1 - |