From 4029a411eaab3f1dd768c7813729ce6dd1d975db Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Sun, 17 Nov 2002 16:00:54 -0800 Subject: [PATCH] [project @ 2002-11-17 16:00:54 by cjwatson] Add $gUnknownMaintainerEmail to template config file. --- scripts/config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/config.in b/scripts/config.in index 59119cee..6089ba3c 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -1,6 +1,6 @@ # This is the template debbugs configuration file. # You *must* edit it in order for debbugs to work. -# $Id: config.in,v 1.14 2001/11/17 00:40:03 doogie Exp $ +# $Id: config.in,v 1.15 2002/11/17 16:00:54 cjwatson Exp $ # Domains $gEmailDomain = "bugs.something"; # e.g. bugs.debian.org @@ -20,6 +20,7 @@ $gProjectTitle = "Something DebBugs Test"; # e.g. Debian GNU/Linux $gMaintainer = "Local DebBugs Owner"; # e.g. Ian Jackson $gMaintainerWebpage = "http://localhost/~owner"; # e.g. http://www.debian.org/~iwj $gMaintainerEmail = "root\@something"; # e.g. owner@bugs.debian.org +$gUnknownMaintainerEmail = "$gMaintainerEmail"; # e.g. unknown-package@qa.debian.org # BTS mailing lists, at $gListDomain # if you don't want lists, set them all to $gMaintainerEmail -- 2.39.5