From e823955154e1c7652f5188fd8c90b1faf9dc4880 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Wed, 6 Aug 2003 10:27:11 -0800 Subject: [PATCH] [project @ 2003-08-06 11:27:11 by cjwatson] Remove a couple of unused variables from config.in. --- scripts/config.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/config.in b/scripts/config.in index 02ec2adc..01b8acaa 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.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"; -- 2.39.5