krb5 commit: Remove bug-report.texinfo
Benjamin Kaduk
kaduk at MIT.EDU
Mon Oct 8 21:55:06 EDT 2012
https://github.com/krb5/krb5/commit/0a735e18e1e9d4e3f25fd04dad841221e5d5d46a
commit 0a735e18e1e9d4e3f25fd04dad841221e5d5d46a
Author: Ben Kaduk <kaduk at mit.edu>
Date: Wed Sep 26 12:00:58 2012 -0400
Remove bug-report.texinfo
It is unused; send-pr.texinfo supercedes it at the moment anyway.
ticket: 7408
doc/Makefile | 2 +-
doc/bug-report.texinfo | 10 ----------
2 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 599da3f..7e6d637 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -18,7 +18,7 @@ ADMIN_INCLUDES=definitions.texinfo copyright.texinfo document-list.texinfo \
ADMIN_DEPS=admin.texinfo $(ADMIN_INCLUDES)
INSTALL_INCLUDES=definitions.texinfo copyright.texinfo document-list.texinfo \
- dnstxt.texinfo dnssrv.texinfo build.texinfo bug-report.texinfo \
+ dnstxt.texinfo dnssrv.texinfo build.texinfo \
krb5conf.texinfo kdcconf.texinfo send-pr.texinfo
INSTALL_DEPS=install.texinfo $(INSTALL_INCLUDES)
diff --git a/doc/bug-report.texinfo b/doc/bug-report.texinfo
deleted file mode 100644
index 9a1767d..0000000
--- a/doc/bug-report.texinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-In any complex software, there will be bugs. Please send bug reports or
-other problems you may uncover using the @code{krb5-send-pr} program
-installed with the distribution. In case @code{krb5-send-pr} fails to
-work, send bug reports to @samp{krb5-bugs@@mit.edu}. Please mention
-which version of the Kerberos V5 distribution you are using, and whether
-you have made any private changes. Bug reports that include proposed
-fixes are especially welcome. If you do include fixes, please send them
-using either context diffs or unified diffs (using @samp{diff -c} or
- at samp{diff -u}, respectively).
-
More information about the cvs-krb5
mailing list