[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-01-10 17:01:49
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-01-10 17:01:35 UTC Modified files: doc/ircd.sample-en.conf doc/ircd.sample-es.conf Log message: Actualización ircd.conf ---------------------- diff included ---------------------- Index: ircd-ircdev/doc/ircd.sample-en.conf diff -u ircd-ircdev/doc/ircd.sample-en.conf:1.10 ircd-ircdev/doc/ircd.sample-en.conf:1.11 --- ircd-ircdev/doc/ircd.sample-en.conf:1.10 Wed Jan 5 03:58:34 2005 +++ ircd-ircdev/doc/ircd.sample-en.conf Mon Jan 10 09:01:23 2005 @@ -539,7 +539,7 @@ # [Crule] # # For an advanced, real-time rule-based routing decision making system -# you can use "Crule" blocks. For more information, see doc/*/crules.txt. +# you can use "Crule" blocks. For more information, see doc/en/crules.txt. # Crule # { # server = "servermask"; @@ -725,14 +725,17 @@ # the IRCD everytime you want to change a feature. All of the features # are listed below, and at the bottom is how to set logging. # -# A Special Thanks to Kev for writing the documentation of F:lines. It can -# be found at doc/*/features.txt and the logging documentation can be found -# at doc/*/log.txt. The defaults used by the IRC-Dev.Net network are below. +# A Special Thanks to Kev for writing the documentation of F:lines. It can +# be found at doc/en/features.txt and the logging documentation can be found +# at doc/en/log.txt. The defaults used by the IRC-Dev.Net network are below. # Features { -# "LOG" = "SYSTEM:FILE:ircd.log"; -# "LOG" = "SYSTEM:LEVEL:CRIT"; +# These log features are the only way to get certain error messages +# (such as when the server dies from being out of memory). For more +# explanation of how they work, see doc/en/log.txt. + "LOG" = "SYSTEM" "FILE" "ircd.log"; + "LOG" = "SYSTEM" "LEVEL" "CRIT"; # "DOMAINNAME" = "<obtained from /etc/resolv.conf by ./configure>"; # "RELIABLE_CLOCK" = "FALSE"; # "BUFFERPOOL" = "27000000"; Index: ircd-ircdev/doc/ircd.sample-es.conf diff -u ircd-ircdev/doc/ircd.sample-es.conf:1.6 ircd-ircdev/doc/ircd.sample-es.conf:1.7 --- ircd-ircdev/doc/ircd.sample-es.conf:1.6 Wed Jan 5 03:58:34 2005 +++ ircd-ircdev/doc/ircd.sample-es.conf Mon Jan 10 09:01:24 2005 @@ -565,7 +565,7 @@ # # Para un sistema avanzado de toma de decisiones basado en las reglas de # encaminamiento en tiempo real puedes utilizar los bloques "Crule". Para -# más información, vea doc/*/crules.txt +# más información, vea doc/es/crules.txt # Crule # { # server = "máscaraservidor"; @@ -766,8 +766,12 @@ # Features { -# "LOG" = "SYSTEM:FILE:ircd.log"; -# "LOG" = "SYSTEM:LEVEL:CRIT"; +# Estas características de registro de eventos (logging) son la única +# manera de conseguir ciertos mensajes de error (por ejemplo cuando el +# servidor se muere de sin memoria.) Para más explicación de como se +# usa, vea doc/es/log.txt + "LOG" = "SYSTEM" "FILE" "ircd.log"; + "LOG" = "SYSTEM" "LEVEL" "CRIT"; # "DOMAINNAME" = "<obtenido desde /etc/resolv.conf por el ./configure>"; # "RELIABLE_CLOCK" = "FALSE"; # "BUFFERPOOL" = "27000000"; ----------------------- End of diff ----------------------- |