From add29c39df4342922ecca1fae002dec7d6bf82c0 Mon Sep 17 00:00:00 2001
From: joy <>
Date: Sun, 8 Oct 2000 14:21:36 -0800
Subject: [PATCH] [project @ 2000-10-08 15:21:36 by joy] some additions to
comments
---
scripts/text.in | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
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 = "
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 = "";
--
2.39.5