bash-bashbug.patch 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. diff -up bash-4.2-rc2/doc/bash.1.bashbug bash-4.2-rc2/doc/bash.1
  2. --- bash-4.2-rc2/doc/bash.1.bashbug 2011-01-16 21:31:39.000000000 +0100
  3. +++ bash-4.2-rc2/doc/bash.1 2011-02-09 08:52:14.000000000 +0100
  4. @@ -9857,7 +9857,7 @@ The latest version is always available f
  5. .PP
  6. Once you have determined that a bug actually exists, use the
  7. .I bashbug
  8. -command to submit a bug report.
  9. +command (from the source package) to submit a bug report.
  10. If you have a fix, you are encouraged to mail that as well!
  11. Suggestions and `philosophical' bug reports may be mailed
  12. to \fIbug-bash@gnu.org\fP or posted to the Usenet
  13. @@ -9879,10 +9879,6 @@ A description of the bug behaviour
  14. A short script or `recipe' which exercises the bug
  15. .PD
  16. .PP
  17. -.I bashbug
  18. -inserts the first three items automatically into the template
  19. -it provides for filing a bug report.
  20. -.PP
  21. Comments and bug reports concerning
  22. this manual page should be directed to
  23. .IR chet.ramey@case.edu .
  24. diff -up bash-4.2-rc2/doc/bashref.texi.bashbug bash-4.2-rc2/doc/bashref.texi
  25. --- bash-4.2-rc2/doc/bashref.texi.bashbug 2011-01-16 21:31:57.000000000 +0100
  26. +++ bash-4.2-rc2/doc/bashref.texi 2011-02-09 08:47:07.000000000 +0100
  27. @@ -7635,7 +7635,7 @@ The latest version of Bash is always ava
  28. @uref{ftp://ftp.gnu.org/pub/gnu/bash/}.
  29. Once you have determined that a bug actually exists, use the
  30. -@code{bashbug} command to submit a bug report.
  31. +@code{bashbug} command (from the source package) to submit a bug report.
  32. If you have a fix, you are encouraged to mail that as well!
  33. Suggestions and `philosophical' bug reports may be mailed
  34. to @email{bug-bash@@gnu.org} or posted to the Usenet
  35. @@ -7657,9 +7657,6 @@ to reproduce it.
  36. @end itemize
  37. @noindent
  38. -@code{bashbug} inserts the first three items automatically into
  39. -the template it provides for filing a bug report.
  40. -
  41. Please send all reports concerning this manual to
  42. @email{bug-bash@@gnu.org}.
  43. diff -up bash-4.2-rc2/shell.c.bashbug bash-4.2-rc2/shell.c
  44. --- bash-4.2-rc2/shell.c.bashbug 2011-01-02 22:04:51.000000000 +0100
  45. +++ bash-4.2-rc2/shell.c 2011-02-09 08:47:07.000000000 +0100
  46. @@ -1823,7 +1823,6 @@ show_shell_usage (fp, extra)
  47. {
  48. fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name);
  49. fprintf (fp, _("Type `%s -c help' for more information about shell builtin commands.\n"), shell_name);
  50. - fprintf (fp, _("Use the `bashbug' command to report bugs.\n"));
  51. }
  52. }