INN commit: trunk/scripts (inncheck.in)

INN Commit rra at isc.org
Thu Feb 4 21:29:49 UTC 2010


    Date: Thursday, February 4, 2010 @ 13:29:48
  Author: iulius
Revision: 8943

Allow "Aj" in newsfeeds (new in INN 2.5.2).

Modified:
  trunk/scripts/inncheck.in

-------------+
 inncheck.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: inncheck.in
===================================================================
--- inncheck.in	2010-02-04 21:24:42 UTC (rev 8942)
+++ inncheck.in	2010-02-04 21:29:48 UTC (rev 8943)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl -w
 # fixscript will replace this line with code to load INN::Config
 
-##  $Revision$
+##  $Id$
 ##  Sanity-check the configuration of an INN system
 ##  by Brendan Kehoe <brendan at cygnus.com> and Rich $alz.
 
@@ -366,7 +366,7 @@
 %newsfeeds'flags = (
     '<',	'^\d+$',
     '>',	'^\d+$',
-    'A',	'^[cCdefoOp]+$',
+    'A',	'^[cCdefjoOp]+$',
     'B',	'^\d+(/\d+)?$',
     'C',	'^\d+$',
     'F',	'^.+$',




More information about the inn-committers mailing list