]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-08-06 11:27:11 by cjwatson]
authorcjwatson <>
Wed, 6 Aug 2003 18:27:11 +0000 (10:27 -0800)
committercjwatson <>
Wed, 6 Aug 2003 18:27:11 +0000 (10:27 -0800)
Remove a couple of unused variables from config.in.

scripts/config.in

index 02ec2adc83167fe959016128a121aab0fb3176b8..01b8acaa7829be61835e1ba40bab78305a3c74a8 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.19 2003/08/06 10:57:23 cjwatson Exp $
+# $Id: config.in,v 1.20 2003/08/06 11:27:11 cjwatson Exp $
 
 # Domains
 $gEmailDomain = "bugs.something";                      # e.g. bugs.debian.org
@@ -65,8 +65,6 @@ $gSpoolDir = "/var/lib/debbugs/spool";                        # working directory
 $gIncomingDir = "incoming";                            # unprocessed e-mails
 $gWebDir = "/var/lib/debbugs/www";                     # base location of web pages
 $gDocDir = "/var/lib/debbugs/www/txt";                 # location of text doc files
-$gAJDbDir = "/var/lib/debbugs/spool/db";               # AJ's database dir
-$gAJIndex = "/debian/home/ajt/ajbug/pkgindex";         # AJ's package index
 
 # Required data files
 $gMaintainerFile = "$gConfigDir/Maintainers";