]> jfr.im git - solanum.git/blobdiff - INSTALL
Chase change from example.conf to ircd.conf.example in various places.
[solanum.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index cc6c7825f282d782f9f02322be7418b88d78b9e9..c11e942d85f700fd8393ac7ed4d3bfedabbdc491 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -17,7 +17,7 @@
    1. 
 
        Read the NEWS file to find out about the exciting new features in
-       this version. Other good reads are BUGS, doc/example.conf, and
+       this version. Other good reads are BUGS, doc/ircd.conf.example, and
        README.FIRST.
 
    2. 
 
           * 
 
-            --disable-assert - Disable some of the debugging code. This
-            should be used on all production servers for maximum speed and to
-            prevent cores from things that shouldn't normally happen.
+            --enable-assert[=OPTION] - Enable some debugging code. OPTION is
+            either 'soft' or 'hard' (default: hard). 'hard' should never be
+            used on production servers as it may generate unnecessary cores.
+            'soft' prevents cores from being generated but still imposes some
+            additional load.
 
           *