From: cjwatson <> Date: Mon, 18 Nov 2002 00:00:54 +0000 (-0800) Subject: [project @ 2002-11-17 16:00:54 by cjwatson] X-Git-Tag: release/2.6.0~1000 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4029a411eaab3f1dd768c7813729ce6dd1d975db;p=debbugs.git [project @ 2002-11-17 16:00:54 by cjwatson] Add $gUnknownMaintainerEmail to template config file. --- 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