rcolebaugh / rpms / bash

Forked from rpms/bash a year ago
Clone

Blame SOURCES/bash-bashbug.patch

462fb2
diff -up bash-4.2-rc2/doc/bash.1.bashbug bash-4.2-rc2/doc/bash.1
462fb2
--- bash-4.2-rc2/doc/bash.1.bashbug	2011-01-16 21:31:39.000000000 +0100
462fb2
+++ bash-4.2-rc2/doc/bash.1	2011-02-09 08:52:14.000000000 +0100
462fb2
@@ -9857,7 +9857,7 @@ The latest version is always available f
462fb2
 .PP
462fb2
 Once you have determined that a bug actually exists, use the
462fb2
 .I bashbug
462fb2
-command to submit a bug report.
462fb2
+command (from the source package) to submit a bug report.
462fb2
 If you have a fix, you are encouraged to mail that as well!
462fb2
 Suggestions and `philosophical' bug reports may be mailed
462fb2
 to \fIbug-bash@gnu.org\fP or posted to the Usenet
462fb2
@@ -9879,10 +9879,6 @@ A description of the bug behaviour
462fb2
 A short script or `recipe' which exercises the bug
462fb2
 .PD
462fb2
 .PP
462fb2
-.I bashbug
462fb2
-inserts the first three items automatically into the template
462fb2
-it provides for filing a bug report.
462fb2
-.PP
462fb2
 Comments and bug reports concerning
462fb2
 this manual page should be directed to
462fb2
 .IR chet.ramey@case.edu .
462fb2
diff -up bash-4.2-rc2/doc/bashref.texi.bashbug bash-4.2-rc2/doc/bashref.texi
462fb2
--- bash-4.2-rc2/doc/bashref.texi.bashbug	2011-01-16 21:31:57.000000000 +0100
462fb2
+++ bash-4.2-rc2/doc/bashref.texi	2011-02-09 08:47:07.000000000 +0100
462fb2
@@ -7635,7 +7635,7 @@ The latest version of Bash is always ava
462fb2
 @uref{ftp://ftp.gnu.org/pub/gnu/bash/}.
462fb2
 
462fb2
 Once you have determined that a bug actually exists, use the
462fb2
-@code{bashbug} command to submit a bug report.
462fb2
+@code{bashbug} command (from the source package) to submit a bug report.
462fb2
 If you have a fix, you are encouraged to mail that as well!
462fb2
 Suggestions and `philosophical' bug reports may be mailed
462fb2
 to @email{bug-bash@@gnu.org} or posted to the Usenet
462fb2
@@ -7657,9 +7657,6 @@ to reproduce it.
462fb2
 @end itemize
462fb2
 
462fb2
 @noindent
462fb2
-@code{bashbug} inserts the first three items automatically into
462fb2
-the template it provides for filing a bug report.
462fb2
-
462fb2
 Please send all reports concerning this manual to
462fb2
 @email{chet.ramey@@case.edu}.
462fb2
 
462fb2
diff -up bash-4.2-rc2/shell.c.bashbug bash-4.2-rc2/shell.c
462fb2
--- bash-4.2-rc2/shell.c.bashbug	2011-01-02 22:04:51.000000000 +0100
462fb2
+++ bash-4.2-rc2/shell.c	2011-02-09 08:47:07.000000000 +0100
462fb2
@@ -1823,7 +1823,6 @@ show_shell_usage (fp, extra)
462fb2
     {
462fb2
       fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name);
462fb2
       fprintf (fp, _("Type `%s -c help' for more information about shell builtin commands.\n"), shell_name);
462fb2
-      fprintf (fp, _("Use the `bashbug' command to report bugs.\n"));
462fb2
     }
462fb2
 }
462fb2