From: joy <> Date: Sun, 8 Oct 2000 22:17:10 +0000 (-0800) Subject: [project @ 2000-10-08 15:17:10 by joy] X-Git-Tag: release/2.6.0~1219 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be9b2052e2662d27483376e5afc61d7af8d3ad7a;p=debbugs.git [project @ 2000-10-08 15:17:10 by joy] added gWebDomain in gCGIDomain, not sure if http:// part should also be added --- diff --git a/scripts/config.in b/scripts/config.in index 2984cdf5..1b6fc024 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -1,12 +1,12 @@ # This is the template debbugs configuration file. # You *must* edit it in order for debbugs to work. -# $Id: config.in,v 1.8 2000/10/07 19:00:44 joy Exp $ +# $Id: config.in,v 1.9 2000/10/08 15:17:10 joy Exp $ # Domains $gEmailDomain = "bugs.something"; # e.g. bugs.debian.org $gListDomain = "lists.something"; # e.g. lists.debian.org $gWebDomain = "localhost/Bugs"; # e.g. www.debian.org/Bugs -$gCGIDomain = "/Bugs/cgi"; # e.g. cgi.debian.org +$gCGIDomain = "$gWebDomain/Bugs/cgi"; # e.g. cgi.debian.org $gMirrors = ""; # comma separated list # Project identification