]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-08 15:17:10 by joy]
authorjoy <>
Sun, 8 Oct 2000 22:17:10 +0000 (14:17 -0800)
committerjoy <>
Sun, 8 Oct 2000 22:17:10 +0000 (14:17 -0800)
added gWebDomain in gCGIDomain, not sure if http:// part should also be added

scripts/config.in

index 2984cdf51a2b792eb73f94cc83ee761509a29eb6..1b6fc0242ae6c0fca466a125cf450580786b352c 100644 (file)
@@ -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