]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-08-24 16:10:18 by cjwatson]
authorcjwatson <>
Sun, 24 Aug 2003 23:10:18 +0000 (15:10 -0800)
committercjwatson <>
Sun, 24 Aug 2003 23:10:18 +0000 (15:10 -0800)
Avoid duplication of "/Bugs" in default $gCGIDomain.

scripts/config.in

index a8d34f58449e3eb038234be4fbca65cc659ef7f9..72df698e61f47d1445b57cea9c6dd05556e94c41 100644 (file)
@@ -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