From: gecko <> Date: Fri, 3 Sep 1999 05:27:29 +0000 (-0800) Subject: [project @ 1999-09-02 22:27:29 by gecko] X-Git-Tag: release/2.6.0~1334 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9a46df3110f1f9376c4df967370fb616de572ebe;p=debbugs.git [project @ 1999-09-02 22:27:29 by gecko] version tag at top of files --- diff --git a/scripts/age-1.in b/scripts/age-1.in index 704f320..19d22a6 100755 --- a/scripts/age-1.in +++ b/scripts/age-1.in @@ -1,4 +1,5 @@ #!/bin/sh +# $Id: age-1.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ set -e cd /var/lib/debbugs/spool test -f ./-3.log && rm ./-3.log diff --git a/scripts/config.debian b/scripts/config.debian index 83c141a..9410c72 100644 --- a/scripts/config.debian +++ b/scripts/config.debian @@ -1,3 +1,4 @@ +# $Id: config.debian,v 1.2 1999/09/02 22:27:29 gecko Exp $ #domains $gEmailDomain = "bugs.benham"; #bugs.debian.org $gListDomain = "lists.benham"; #lists.debian.org diff --git a/scripts/config.in b/scripts/config.in index 034e53f..6111337 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -1,3 +1,4 @@ +# $Id: config.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ #domains $gEmailDomain = "bugs.benham"; #bugs.debian.org $gListDomain = "lists.benham"; #lists.debian.org @@ -48,7 +49,8 @@ $gDefaultSeverity = 'normal'; @gSeverityList= ('critical','grave','','wishlist'); %gSeverityDisplay=('critical',"Critical $gBugs", 'grave',"Grave $gBugs", - 'normal',"Normal $gBugs",, + 'normal',"Normal $gBugs", + 'fixed',"NMU Fixed $gBugs", 'wishlist','Wishlist items'); $gTextInstructions = "Instructions are available from ftp.debian.org diff --git a/scripts/config.in.default b/scripts/config.in.default index 8a5be18..73f36dd 100644 --- a/scripts/config.in.default +++ b/scripts/config.in.default @@ -1,3 +1,4 @@ +# $Id: config.in.default,v 1.2 1999/09/02 22:27:29 gecko Exp $ #domains $gEmailDomain = "bugs.top.domain"; #bugs.debian.org $gListDomain = "lists.top.domain"; #lists.debian.org diff --git a/scripts/errorlib.in b/scripts/errorlib.in index 3c36796..9c5f550 100755 --- a/scripts/errorlib.in +++ b/scripts/errorlib.in @@ -1,4 +1,5 @@ # -*- perl -*- +# $Id: errorlib.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ sub F_SETLK { 6; } sub F_WRLCK{ 1; } $flockstruct= 'sslll'; # And there ought to be something for this too. diff --git a/scripts/expire.in b/scripts/expire.in index c8da4dd..5565d40 100755 --- a/scripts/expire.in +++ b/scripts/expire.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: expire.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ require('/etc/debbugs/config'); require('/usr/lib/debbugs/errorlib'); diff --git a/scripts/html-control.in b/scripts/html-control.in index 3e0a538..e30b396 100755 --- a/scripts/html-control.in +++ b/scripts/html-control.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: html-control.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ use POSIX; diff --git a/scripts/html-install.in b/scripts/html-install.in index 9211c60..e699b04 100755 --- a/scripts/html-install.in +++ b/scripts/html-install.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: html-install.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ # Takes 1 argument - directory tree to install into # Tree _must_ be synch'd with one used by db2html to generate file diff --git a/scripts/mailsummary.in b/scripts/mailsummary.in index eca80a3..c14cc6e 100755 --- a/scripts/mailsummary.in +++ b/scripts/mailsummary.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: mailsummary.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ require( '/etc/debbugs/config' ); diff --git a/scripts/process.in b/scripts/process.in index 68ad5df..a18a4e9 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: process.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ # # Usage: process nn # Temps: incoming/Pnn diff --git a/scripts/processall.in b/scripts/processall.in index 1ae25e0..432ea9e 100755 --- a/scripts/processall.in +++ b/scripts/processall.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: processall.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ # # Usage: processall # diff --git a/scripts/receive.in b/scripts/receive.in index 72f6cb1..c1d4ced 100755 --- a/scripts/receive.in +++ b/scripts/receive.in @@ -1,4 +1,6 @@ #!/usr/bin/perl +# $Id: receive.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ +# usage: mail is piped directly into program #load configuration file require( '/etc/debbugs/config' ); diff --git a/scripts/service.in b/scripts/service.in index 93954b6..0316c78 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: service.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ # # Usage: service .nn # Temps: incoming/P.nn diff --git a/scripts/summary.in b/scripts/summary.in index 7dbb185..b62caa6 100755 --- a/scripts/summary.in +++ b/scripts/summary.in @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: summary.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ require('/etc/debbugs/config'); require('/usr/lib/debbugs/errorlib'); diff --git a/scripts/text.in b/scripts/text.in index d1c80fe..83f7a0c 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.3 1999/09/02 20:10:02 gecko Exp $ +# $Id: text.in,v 1.4 1999/09/02 22:27:29 gecko Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -101,9 +101,9 @@ $gCreateMaintainers = ""; # Description of the severities ############################################################################ $gHTMLSeverityDesc = "
critical -
makes unrelated software on the system (or the whole system) break, or - causes serious data loss, or introduces a security hole on systems where - you install the package. +
makes unrelated software on the system (or the whole system) break, + or causes serious data loss, or introduces a security hole on systems + where you install the package.
grave
makes the package in question unuseable or mostly so, or causes data @@ -114,8 +114,12 @@ $gHTMLSeverityDesc = "
critical
the default value, for normal $gBugs.
wishlist -
for any feature request, and also for any $gBugs that are very difficult - to fix due to major design considerations."; +
for any feature request, and also for any $gBugs that are very + difficult to fix due to major design considerations."; + +
fixed +
fixed in the current version in the unstable archive but the fix has + not been fixed by the person responsible. ############################################################################ # shows up at the end of (most) html pages. You shouldn't have