From 8cbaa7420b5daf571d845386811f6339bf23d414 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Sun, 24 Aug 2003 15:10:18 -0800 Subject: [PATCH] [project @ 2003-08-24 16:10:18 by cjwatson] Avoid duplication of "/Bugs" in default $gCGIDomain. --- scripts/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.in b/scripts/config.in index a8d34f58..72df698e 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.21 2003/08/23 13:50:45 cjwatson Exp $ +# $Id: config.in,v 1.22 2003/08/24 16:10:18 cjwatson Exp $ # Domains $gEmailDomain = "bugs.something"; # e.g. bugs.debian.org @@ -10,7 +10,7 @@ $gWebHostBugDir = "Bugs"; # e.g. Bugs # For now, don't change this one manually! $gWebDomain = "$gWebHost/$gWebHostBugDir"; $gHTMLSuffix = ".html"; -$gCGIDomain = "$gWebDomain/Bugs/cgi"; # e.g. cgi.debian.org +$gCGIDomain = "$gWebDomain/cgi"; # e.g. cgi.debian.org $gMirrors = ""; # comma separated list $gPackagePages = "packages.debian.org"; # e.g. packages.debian.org $gSubscriptionDomain = "packages.something"; # e.g. packages.qa.debian.org -- 2.39.5