From: joy <> Date: Sun, 8 Oct 2000 22:21:36 +0000 (-0800) Subject: [project @ 2000-10-08 15:21:36 by joy] X-Git-Tag: release/2.6.0~1218 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=add29c39df4342922ecca1fae002dec7d6bf82c0;p=debbugs.git [project @ 2000-10-08 15:21:36 by joy] some additions to comments --- diff --git a/scripts/text.in b/scripts/text.in index f054eedb..52c15d27 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.9 2000/10/06 21:05:20 joy Exp $ +# $Id: text.in,v 1.10 2000/10/08 15:21:36 joy Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -18,7 +18,7 @@ $gTextInstructions = "$gBadEmailPrefix"; ############################################################################ # Here is a blurb for any mirrors of the web site. Here's a sample: # -#$gHTMLCopies = "Copies of the logs are available on the World Wide Web at
+#$gHTMLCopies = "

Copies of the logs are available on the World Wide Web at
# http://mirror1.domain
# http://mirror2.domain"; ############################################################################ @@ -64,7 +64,7 @@ $gHTMLFindPackage = ""; ############################################################################ # If you have pseudo packages, place a blurb here. For example: -# $gHTMLPseudoDesc = "There are some pseudo-packages available for putting in +# $gHTMLPseudoDesc = "

There are some pseudo-packages available for putting in # the Package line when reporting a $gBug in something other than an # actual $gProject software package. There is # a list of these on the $gBugs WWW @@ -74,7 +74,15 @@ $gHTMLPseudoDesc = ""; ############################################################################ -# List any extra information you would like included in bug reports +# List any extra information you would like included in bug reports. For +# example: +# $gXtraBugInfo = "

  • What kernel version you're using (type +# uname -a), your shared C library (type ls -l +# /lib/libc.so.6 or dpkg -s libc6 | grep ^Version), and +# any other details about your Debian system, if it seems appropriate. +# For example, if you had a problem with a Perl script, you would want to +# provide the version of the `perl' binary (type perl -v or +# dpkg -s perl-5.005 | grep ^Version:)."; ############################################################################ $gXtraBugInfo = "";