svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-bashbug.patch

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