From 1743f256af3a34eb6b4c21ea4e415a1e96800a39 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 1 Apr 2013 11:58:39 +0000 Subject: - Remove BUGS file git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1804 82007160-df01-0410-b94d-b575c5fd34c7 --- BUGS | 18 ------------------ INSTALL | 3 +-- README | 4 +--- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 BUGS 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$ -- cgit