INN commit: branches/2.5/scripts (inncheck.in)

INN Commit rra at isc.org
Mon Feb 8 20:55:40 UTC 2010


    Date: Monday, February 8, 2010 @ 12:55:40
  Author: iulius
Revision: 8963

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

Modified:
  branches/2.5/scripts/inncheck.in

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

Modified: inncheck.in
===================================================================
--- inncheck.in	2010-02-08 20:54:57 UTC (rev 8962)
+++ inncheck.in	2010-02-08 20:55:40 UTC (rev 8963)
@@ -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