mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
things that happened in 2008
This commit is contained in:
parent
8f98522570
commit
94530cc322
136 changed files with 3222 additions and 2873 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: psyced.ini,v 1.22 2008/01/22 09:30:06 lynx Exp $
|
||||
; $Id: psyced.ini,v 1.23 2008/04/28 16:35:29 lynx Exp $
|
||||
;
|
||||
; this is the sample psyced configuration file. in fact it is the one
|
||||
; being used for the gentoo default installation. you can use this if
|
||||
|
@ -119,8 +119,15 @@ _console_debug = 0
|
|||
;_charset_console = ISO-8859-15
|
||||
; '0' is tranquility unless something serious happens. best choice.
|
||||
; '1' gives you slightly interesting output and LPC development debug.
|
||||
; '2' or '3' is too much and too detailed. we hardly ever use that ourselves.
|
||||
; '2' or '3' is too much and too detailed. we only use this as shown below.
|
||||
_level_debug = 0
|
||||
; Advanced extra debug flags for the psyclpc command line. You can debug
|
||||
; specific parts of psyced like for example the textdb subsystem by adding
|
||||
; -DDtext=2 here. You can figure out which other parts of psyced are debuggable
|
||||
; by doing a "grep -r 'define DEBUG D' ." in the world directory, then assign
|
||||
; a debug level in the same way as the global debug level above.
|
||||
;_extra_debug =
|
||||
|
||||
|
||||
; We create files that are editable by the psyc group
|
||||
_umask = 007
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue