From 9a6aaeb62216091ce1a86c49d1a1f3579fd1c12c Mon Sep 17 00:00:00 2001 From: joy <> Date: Fri, 6 Oct 2000 20:05:20 -0800 Subject: [PATCH] [project @ 2000-10-06 21:05:20 by joy] got three fixes from master; used $gRemoveAge instead of 28 --- scripts/text.in | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/scripts/text.in b/scripts/text.in index 891bd12c..f054eedb 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.8 1999/12/01 18:04:01 gecko Exp $ +# $Id: text.in,v 1.9 2000/10/06 21:05:20 joy Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -134,7 +134,7 @@ $gHTMLTail = "
$gMaintainer / SUBSTITUTE_DTIME - (timestamp page available). + (timestamp page available).

Debian $gBug tracking system
@@ -142,16 +142,16 @@ $gHTMLTail = "


$gMaintainer / 1997 nCipher Corporation Ltd, 1994-7 Ian Jackson, 1995 Steven Brenner.
- + Available under the GPL.
"; ############################################################################ -# Message on when reports are purged. 28 days is hardcoded. +# Message on when reports are purged. ############################################################################ -$gHTMLExpireNote = "(Closed $gBugs are cleaned out 28 days after the last related message is received.)"; +$gHTMLExpireNote = "(Closed $gBugs are cleaned out $gRemoveAge days after the last related message is received.)"; ############################################################################ # Makeup of the stamp page @@ -189,7 +189,7 @@ $gFullIndex = "$gProject $gBugs - full index This index gives access to $gBugs sent to submit\@$gEmailDomain but not yet marked as done, and to $gBugs marked as done but not yet purged - from the database (this happens 28 days after the last message relating to + from the database (this happens $gRemoveAge days after the last message relating to the report).

For other kinds of indices or for other information about $gProject and @@ -258,6 +258,8 @@ $gSummaryIndex = "$gProject $gBug report logs - summary index the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW page</A>. + <P>The * column lists the first letter of the severity of the $gBug. + "; -- 2.39.5