CVSROOT : /home/coder-com/cvs
Module : ircu2.10
Branch tags: u2_10_11_01
Commit time: 2002-09-06 03:56:49 UTC
Modified files:
Tag: u2_10_11_01
ChangeLog INSTALL
Log message:
Author: Kev <[EMAIL PROTECTED]>
Log message:
correct a one-character typo in documentation.
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.290.2.123.4.2 ircu2.10/ChangeLog:1.290.2.123.4.3
--- ircu2.10/ChangeLog:1.290.2.123.4.2 Wed Sep 4 18:44:18 2002
+++ ircu2.10/ChangeLog Thu Sep 5 22:56:39 2002
@@ -1,3 +1,7 @@
+2002-09-05 Kevin L Mitchell <[EMAIL PROTECTED]>
+
+ * INSTALL: one-character typo
+
2002-09-04 Kevin L Mitchell <[EMAIL PROTECTED]>
* doc/readme.features: add documentation for NETWORK and
Index: ircu2.10/INSTALL
diff -u ircu2.10/INSTALL:1.3.2.2.4.1 ircu2.10/INSTALL:1.3.2.2.4.2
--- ircu2.10/INSTALL:1.3.2.2.4.1 Wed Sep 4 18:44:18 2002
+++ ircu2.10/INSTALL Thu Sep 5 22:56:39 2002
@@ -28,7 +28,7 @@
Once ircu is compiled, install it by running "make install".
Next, you will have to configure your IRC server by setting up your ircd.conf
-file. Use the included doc/ircd.cond.sample as a starting point.
+file. Use the included doc/ircd.conf.sample as a starting point.
Setting up ircd.conf can be a bit tricky, so if this is your first time doing
it, begin with a bare-bones configuration and extend it as you go.
----------------------- End of diff -----------------------