diff options
author | Tom Yu <tlyu@mit.edu> | 2014-01-14 15:43:35 -0500 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 2014-01-15 14:43:40 -0500 |
commit | e972ce069dd45aad74e4f4853570ab27cfea05c2 (patch) | |
tree | d04d1399f105e31e6c155648f6efcb5fac5ff383 | |
parent | 4d30cc5d0838f6b5b3873046b0dfe72df2bdad11 (diff) | |
download | krb5-e972ce069dd45aad74e4f4853570ab27cfea05c2.tar.gz krb5-e972ce069dd45aad74e4f4853570ab27cfea05c2.tar.xz krb5-e972ce069dd45aad74e4f4853570ab27cfea05c2.zip |
Remove mentions of krb5-send-pr
Start the process of deprecating krb5-send-pr. In practice, it causes
frustration for some users, and free-form email is good enough for
most bug reports.
Continue to install krb5-send-pr for now, but plan to remove it from
the tree in the future, probably replaced by a script that instructs
the user to send email manually.
ticket: 5566
target_version: 1.12.1
tags: pullup
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | src/plugins/kdb/db2/libdb2/README | 3 |
2 files changed, 5 insertions, 10 deletions
@@ -53,20 +53,16 @@ src/windows/README file. Reporting Bugs -------------- -Please report any problems/bugs/comments using the krb5-send-pr -program. The krb5-send-pr program will be installed in the sbin -directory once you have successfully compiled and installed Kerberos -V5 (or if you have installed one of our binary distributions). - -If you are not able to use krb5-send-pr because you haven't been able -compile and install Kerberos V5 on any platform, you may send mail to +Please report any problems/bugs/comments by sending email to krb5-bugs@mit.edu. You may view bug reports by visiting http://krbdev.mit.edu/rt/ -and logging in as "guest" with password "guest". +and using the "Guest Login" button. Please note that the web +interface to our bug database is read-only for guests, and the primary +way to interact with our bug database is via email. DES transition -------------- diff --git a/src/plugins/kdb/db2/libdb2/README b/src/plugins/kdb/db2/libdb2/README index 70118bef5f..25dda0e2fa 100644 --- a/src/plugins/kdb/db2/libdb2/README +++ b/src/plugins/kdb/db2/libdb2/README @@ -4,8 +4,7 @@ This directory contains code of somewhat unknown origin that is INCOMPATIBLE with both Berkeley DB 1.85 and Sleepycat DB 2.x. Do NOT contact Sleepycat regarding bugs in code found here; they do not appreciate it. All bug reports about this code should go to the MIT -Kerberos team via krb5-send-pr or email to krb5-bugs@mit.edu, as -usual. +Kerberos team via email to krb5-bugs@mit.edu, as usual. It is believed that this "db" code originated from Berkeley DB 1.85 and was further modified by Cygnus and the MIT Kerberos team. Some |