summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS18
-rw-r--r--INSTALL3
-rw-r--r--README4
3 files changed, 2 insertions, 23 deletions
diff --git a/BUGS b/BUGS
deleted file mode 100644
index ff07155..0000000
--- a/BUGS
+++ /dev/null
@@ -1,18 +0,0 @@
- Known Bugs worthy of a mention:
---------------------------------------------------------------------------------
-
-* None
-
-
- BUG REPORTS: If you run this code and encounter problems, you should report
- the bug on our SourceForge.net bug tracker, which you can find at this URL:
-
- https://sourceforge.net/tracker/?atid=409046&group_id=33573&func=browse
-
- Please include a gdb backtrace and a copy of your config.h and ircd.conf with
- any report (with passwords and other sensitive information masked).
-
- For information how to get a gdb backtrace, see INSTALL (near the end of file).
-
---------------------------------------------------------------------------------
-$Id$
diff --git a/INSTALL b/INSTALL
index de69226..949730a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,8 +30,7 @@
ircd-hybrid.
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
- README.
+ this version. Other good reads are doc/example.conf, and README.
2. Run the configure script. It will create config.h and the
Makefiles to match your system. The paths are now handled
diff --git a/README b/README
index 3343d31..366aa18 100644
--- a/README
+++ b/README
@@ -48,8 +48,6 @@ Feature Specific Requirements:
- Please read doc/index.txt to get an overview of the current documentation.
-- Known bugs are listed in the BUGS file
-
- TESTED PLATFORMS: The code has been tested on the following platforms, and
is known to run properly.
(FIXME: this list is out of date)
@@ -69,7 +67,7 @@ Feature Specific Requirements:
- Please read NEWS for information about what is in this release.
-- Other files recommended for reading: BUGS, INSTALL
+- Other files recommended for reading: INSTALL
--------------------------------------------------------------------------------
$Id$