INN commit: trunk/scripts (inncheck.in)
INN Commit
rra at isc.org
Mon Jul 11 09:11:20 UTC 2011
Date: Monday, July 11, 2011 @ 02:11:20
Author: iulius
Revision: 9236
inncheck: INN 2.6.0 uses addinjectiondate and addinjectionpostinghost for readers.conf
The two addnntppostingdate and addnntppostinghost parameters in inn.conf have
been respectively renamed to addinjectiondate and addinjectionpostinghost
in the 2.6 branch.
Modified:
trunk/scripts/inncheck.in
-------------+
inncheck.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: inncheck.in
===================================================================
--- inncheck.in 2011-07-11 09:04:29 UTC (rev 9235)
+++ inncheck.in 2011-07-11 09:11:20 UTC (rev 9236)
@@ -951,8 +951,8 @@
'pythonfilter' => 'boolean',
'virtualhost' => 'boolean',
# inn.conf parameters:
- 'addnntppostingdate' => 'boolean',
- 'addnntppostinghost' => 'boolean',
+ 'addinjectiondate' => 'boolean',
+ 'addinjectionpostinghost' => 'boolean',
'backoff_auth' => 'boolean', # careful:
'backoff_db' => 'string', # the inn.conf options
'backoff_k' => 'number', # are without "_"
More information about the inn-committers
mailing list