INN commit: branches/2.6 (2 files)

INN Commit rra at isc.org
Mon Jun 5 12:25:44 UTC 2017


    Date: Monday, June 5, 2017 @ 05:25:44
  Author: iulius
Revision: 10150

innreport:  Update the dictionary of ctlinnd commands

This way, all ctlinnd commands will correctly appear in clear
in daily Usenet reports.

Modified:
  branches/2.6/include/inn/inndcomm.h
  branches/2.6/scripts/innreport_inn.pm

--------------------------+
 include/inn/inndcomm.h   |    2 ++
 scripts/innreport_inn.pm |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: include/inn/inndcomm.h
===================================================================
--- include/inn/inndcomm.h	2017-06-05 12:24:58 UTC (rev 10149)
+++ include/inn/inndcomm.h	2017-06-05 12:25:44 UTC (rev 10150)
@@ -25,6 +25,8 @@
 #define SC_SEP		'\001'
 #define SC_MAXFIELDS	6
 
+/* When modifying this list, the innreport_inn.pm file should be updated
+ * at the same time. */
 #define SC_ADDHIST	'a'
 #define SC_ALLOW	'D'
 #define SC_BEGIN	'b'

Modified: scripts/innreport_inn.pm
===================================================================
--- scripts/innreport_inn.pm	2017-06-05 12:24:58 UTC (rev 10149)
+++ scripts/innreport_inn.pm	2017-06-05 12:25:44 UTC (rev 10150)
@@ -28,7 +28,7 @@
 	       'i', 'hangup',      's', 'mode',
 	       'j', 'name',        'k', 'newgroup',
 	       'l', 'param',       'm', 'pause',
-	       'v', 'readers',     't', 'refile',
+	       'v', 'readers',     'H', 'stathist',
 	       'C', 'reject',      'o', 'reload',
 	       'n', 'renumber',    'z', 'reserve',
 	       'p', 'rmgroup',     'A', 'send',
@@ -36,7 +36,9 @@
 	       'r', 'throttle',    'w', 'trace',
 	       'x', 'xabort',      'y', 'xexec',
 	       'E', 'logmode',     'F', 'feedinfo',
-	       'T', 'filter',      'P', 'perl',);
+	       'S', 'status',      'P', 'perl',
+               'L', 'lowmark',     'Y', 'python',
+               'Z', 'timer');
 
 my %timer_names = (idle     => 'idle',
                    hishave  => 'history lookup',



More information about the inn-committers mailing list