]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-07-17 19:07:01 by cjwatson]
authorcjwatson <>
Mon, 18 Jul 2005 02:07:01 +0000 (18:07 -0800)
committercjwatson <>
Mon, 18 Jul 2005 02:07:01 +0000 (18:07 -0800)
terminate config files with explicit '1;'

scripts/config.debian
scripts/config.in
scripts/config.in.default

index ada2f7be899bd600900c81b8834dbca0613b816d..7f5f4fe8b8fe2378c5eb63b2d233a70676659e7d 100644 (file)
@@ -1,5 +1,5 @@
 # This is the bugs.debian.org debbugs configuration file.
-# $Id: config.debian,v 1.26 2005/07/17 18:51:47 cjwatson Exp $
+# $Id: config.debian,v 1.27 2005/07/17 19:07:01 cjwatson Exp $
 
 # Domains
 $gEmailDomain = "bugs.debian.org";
@@ -80,3 +80,5 @@ $gUnknownMaintainerEmail = "unknown-package\@qa.debian.org";
 
 $gPseudoDescFile = "$gConfigDir/pseudo-packages.description";
 $gPackageSource = "$gConfigDir/indices/sources";
+
+1;
index 72df698e61f47d1445b57cea9c6dd05556e94c41..830342b04bd262e0a32e85ae07c104040bea9403 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.22 2003/08/24 16:10:18 cjwatson Exp $
+# $Id: config.in,v 1.23 2005/07/17 19:07:01 cjwatson Exp $
 
 # Domains
 $gEmailDomain = "bugs.something";                      # e.g. bugs.debian.org
@@ -71,3 +71,5 @@ $gMaintainerFile = "$gConfigDir/Maintainers";
 $gMaintainerFileOverride = "$gConfigDir/Maintainers.override";
 $gPseudoDescFile = "$gConfigDir/pseudo-packages.description";
 $gPackageSource = "$gConfigDir/indices/sources";
+
+1;
index 353ce5db2278030f0af04d40054bd50b42db1f52..10dfae6988dca66054282afe6bc229ccd2596022 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: config.in.default,v 1.5 2003/08/23 13:50:45 cjwatson Exp $
+# $Id: config.in.default,v 1.6 2005/07/17 19:07:01 cjwatson Exp $
 #domains
 $gEmailDomain = "bugs.top.domain";             #bugs.debian.org
 $gListDomain = "lists.top.domain";             #lists.debian.org
@@ -55,3 +55,5 @@ $gDefaultSeverity = 'normal';
 
 #dont change
 $gBounceFroms = "^mailer|^da?emon|^post.*mast|^root|^wpuser|^mmdf|^smt.*|\\$emd|^mrgate|^vmmail|^mail.*system|^uucp|-maiser-|^mal\@|^mail.*agent|^tcpmail|^bitmail|^mailman";
+
+1;