CVSROOT : /home/coder-com/cvs
Module : ircu2.10
Branch tags: u2_10_11
Commit time: 2002-08-12 00:30:08 UTC
Modified files:
Tag: u2_10_11
ChangeLog doc/readme.log
Log message:
Author: Kev <[EMAIL PROTECTED]>
Log message:
Correct a bug in the documentation...
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.290.2.111 ircu2.10/ChangeLog:1.290.2.112
--- ircu2.10/ChangeLog:1.290.2.111 Fri Aug 9 11:28:41 2002
+++ ircu2.10/ChangeLog Sun Aug 11 19:29:58 2002
@@ -1,3 +1,8 @@
+2002-08-11 Kevin L Mitchell <[EMAIL PROTECTED]>
+
+ * doc/readme.log: correct a bug in the documentation--it's
+ FACILITY, not SYSLOG
+
2002-08-09 Kevin L Mitchell <[EMAIL PROTECTED]>
* ircd/random.c (memxor): oops, off by one error would keep the
Index: ircu2.10/doc/readme.log
diff -u ircu2.10/doc/readme.log:1.1 ircu2.10/doc/readme.log:1.1.2.1
--- ircu2.10/doc/readme.log:1.1 Fri Jun 22 14:46:18 2001
+++ ircu2.10/doc/readme.log Sun Aug 11 19:29:58 2002
@@ -160,7 +160,7 @@
By default, except for the CONFIG subsystem, no logs are sent to
syslog. This can be overridden using an F-line like
-"F:LOG:<subsys>:SYSLOG:<facility>"; <subsys>, as above, should be
+"F:LOG:<subsys>:FACILITY:<facility>"; <subsys>, as above, should be
replaced with one of the subsystem names described above, and
<facility> must be one of the facility strings mentioned under
"Default Syslog Facility." The facility string may also be "NONE," to
----------------------- End of diff -----------------------