INN commit: trunk (include/inn/inndcomm.h scripts/innreport_inn.pm)
INN Commit
rra at isc.org
Tue May 2 19:56:28 UTC 2017
Date: Tuesday, May 2, 2017 @ 12:56:27
Author: iulius
Revision: 10141
innreport: Update the dictionary of ctlinnd commands
This way, all ctlinnd commands will correctly appear in clear
in daily Usenet reports.
Modified:
trunk/include/inn/inndcomm.h
trunk/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-04-29 23:41:41 UTC (rev 10140)
+++ include/inn/inndcomm.h 2017-05-02 19:56:27 UTC (rev 10141)
@@ -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-04-29 23:41:41 UTC (rev 10140)
+++ scripts/innreport_inn.pm 2017-05-02 19:56:27 UTC (rev 10141)
@@ -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