diff INSTALL @ 266:505a88ee6782 noffle

[svn] * INSTALL,README,docs/FAQ: Remove online mode from introductory documentation. It causes confusion. Add it to FAQ list.
author bears
date Mon, 05 Aug 2002 23:05:53 +0100
parents 24d4cd032da5
children
line wrap: on
line diff
--- a/INSTALL	Mon Aug 05 23:05:32 2002 +0100
+++ b/INSTALL	Mon Aug 05 23:05:53 2002 +0100
@@ -75,14 +75,9 @@
 
    (Change the path of noffle if necessary)
 
- * Add the following lines to your 'ip-up' script:
+ * Add the following line to your 'ip-up' script:
 
     /usr/local/bin/noffle --fetch
-    /usr/local/bin/noffle --online
-
-   Add the following line to your 'ip-down' script:
-
-    /usr/local/bin/noffle --offline
 
  * Add a line for running noffle to the crontab of news (by running
    'crontab -u news -e' as root):
@@ -99,8 +94,8 @@
 and/or create the file /etc/nntpserver containing "localhost".
 
 If something goes wrong, have a look at '/var/log/news' for error and
-logging messages.
-
+logging messages. Try setting 'log-debug all' in noffle.conf to enable
+every debug message.
 
 It can be helpful to recompile NOFFLE with 
 
@@ -108,10 +103,9 @@
  make
  make install
 
-to increase the level of logged details. Additionally, this will create
-a core file in the spool directory if NOFFLE should crash.
-This will allow those of you familiar with a debugger to send me a detailed
-bug report :-)
+This enable various internal consistency checks and ensures NOFFLE is
+built with full debugging symbol information. This will allow those of
+you familiar with a debugger to send me a detailed bug report :-)
 
 
 Read below for more (generic) information about ./configure.