From be9b2052e2662d27483376e5afc61d7af8d3ad7a Mon Sep 17 00:00:00 2001 From: joy <> Date: Sun, 8 Oct 2000 14:17:10 -0800 Subject: [PATCH] [project @ 2000-10-08 15:17:10 by joy] added gWebDomain in gCGIDomain, not sure if http:// part should also be added --- scripts/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5